1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getApplianceBackup
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    The Backup object is essential for managing system backups, ensuring data integrity and continuity through structured backup requests and processes.

    Purpose

    The Backup object oversees the creation and tracking of system backups, facilitating comprehensive data protection strategies through monitored backup operations.

    Key Concepts

    • Managed States: Enables tracking of backup states from initiation to completion, ensuring the integrity and availability of system data.
    • Single Active Instance: Maintains one active backup instance at any given time to streamline operations and avoid conflicts.
    • Manual and Scheduled Modes: Supports both manual and scheduled backup requests, accommodating diverse operational needs.
    • Account Relationships: Integrates with account management for secure and organized backup processes.

    Using getApplianceBackup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getApplianceBackup(args: GetApplianceBackupArgs, opts?: InvokeOptions): Promise<GetApplianceBackupResult>
    function getApplianceBackupOutput(args: GetApplianceBackupOutputArgs, opts?: InvokeOutputOptions): Output<GetApplianceBackupResult>
    def get_appliance_backup(account: Optional[GetApplianceBackupAccount] = None,
                             account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetApplianceBackupAncestor]] = None,
                             backup_download_url: Optional[str] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             elapsed_time: Optional[float] = None,
                             end_time: Optional[str] = None,
                             filename: Optional[str] = None,
                             force_delete: Optional[bool] = None,
                             id: Optional[str] = None,
                             is_manual: Optional[bool] = None,
                             is_password_set: Optional[bool] = None,
                             messages: Optional[Sequence[str]] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetApplianceBackupParent] = None,
                             password: Optional[str] = None,
                             permission_resources: Optional[Sequence[GetApplianceBackupPermissionResource]] = None,
                             protocol: Optional[str] = None,
                             remote_host: Optional[str] = None,
                             remote_path: Optional[str] = None,
                             remote_port: Optional[float] = None,
                             shared_scope: Optional[str] = None,
                             start_time: Optional[str] = None,
                             status: Optional[str] = None,
                             tags: Optional[Sequence[GetApplianceBackupTag]] = None,
                             use_policy_settings: Optional[bool] = None,
                             username: Optional[str] = None,
                             version_context: Optional[GetApplianceBackupVersionContext] = None,
                             opts: Optional[InvokeOptions] = None) -> GetApplianceBackupResult
    def get_appliance_backup_output(account: pulumi.Input[Optional[GetApplianceBackupAccountArgs]] = None,
                             account_moid: pulumi.Input[Optional[str]] = None,
                             additional_properties: pulumi.Input[Optional[str]] = None,
                             ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetApplianceBackupAncestorArgs]]]] = None,
                             backup_download_url: pulumi.Input[Optional[str]] = None,
                             class_id: pulumi.Input[Optional[str]] = None,
                             create_time: pulumi.Input[Optional[str]] = None,
                             domain_group_moid: pulumi.Input[Optional[str]] = None,
                             elapsed_time: pulumi.Input[Optional[float]] = None,
                             end_time: pulumi.Input[Optional[str]] = None,
                             filename: pulumi.Input[Optional[str]] = None,
                             force_delete: pulumi.Input[Optional[bool]] = None,
                             id: pulumi.Input[Optional[str]] = None,
                             is_manual: pulumi.Input[Optional[bool]] = None,
                             is_password_set: pulumi.Input[Optional[bool]] = None,
                             messages: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                             mod_time: pulumi.Input[Optional[str]] = None,
                             moid: pulumi.Input[Optional[str]] = None,
                             object_type: pulumi.Input[Optional[str]] = None,
                             owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                             parent: pulumi.Input[Optional[GetApplianceBackupParentArgs]] = None,
                             password: pulumi.Input[Optional[str]] = None,
                             permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetApplianceBackupPermissionResourceArgs]]]] = None,
                             protocol: pulumi.Input[Optional[str]] = None,
                             remote_host: pulumi.Input[Optional[str]] = None,
                             remote_path: pulumi.Input[Optional[str]] = None,
                             remote_port: pulumi.Input[Optional[float]] = None,
                             shared_scope: pulumi.Input[Optional[str]] = None,
                             start_time: pulumi.Input[Optional[str]] = None,
                             status: pulumi.Input[Optional[str]] = None,
                             tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetApplianceBackupTagArgs]]]] = None,
                             use_policy_settings: pulumi.Input[Optional[bool]] = None,
                             username: pulumi.Input[Optional[str]] = None,
                             version_context: pulumi.Input[Optional[GetApplianceBackupVersionContextArgs]] = None,
                             opts: Optional[InvokeOutputOptions] = None) -> Output[GetApplianceBackupResult]
    func LookupApplianceBackup(ctx *Context, args *LookupApplianceBackupArgs, opts ...InvokeOption) (*LookupApplianceBackupResult, error)
    func LookupApplianceBackupOutput(ctx *Context, args *LookupApplianceBackupOutputArgs, opts ...InvokeOption) LookupApplianceBackupResultOutput

    > Note: This function is named LookupApplianceBackup in the Go SDK.

    public static class GetApplianceBackup 
    {
        public static Task<GetApplianceBackupResult> InvokeAsync(GetApplianceBackupArgs args, InvokeOptions? opts = null)
        public static Output<GetApplianceBackupResult> Invoke(GetApplianceBackupInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetApplianceBackupResult> Invoke(GetApplianceBackupInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetApplianceBackupResult> getApplianceBackup(GetApplianceBackupArgs args, InvokeOptions options)
    public static Output<GetApplianceBackupResult> getApplianceBackup(GetApplianceBackupArgs args, InvokeOptions options)
    public static Output<GetApplianceBackupResult> getApplianceBackup(GetApplianceBackupArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getApplianceBackup:getApplianceBackup
      arguments:
        # arguments dictionary
    data "intersight_get_appliance_backup" "name" {
        # arguments
    }

    The following arguments are supported:

    Account GetApplianceBackupAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetApplianceBackupAncestor>
    BackupDownloadUrl string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ElapsedTime double
    Elapsed time in seconds since the backup process has started.
    EndTime string
    End date and time of the backup process.
    Filename string
    Backup filename to backup or restore.
    ForceDelete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    Id string
    IsManual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    Messages List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetApplianceBackupParent
    Password string
    Password to authenticate the fileserver.
    PermissionResources List<GetApplianceBackupPermissionResource>
    Protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    RemoteHost string
    Hostname of the remote file server. Not required when protocol is local.
    RemotePath string
    File server directory or share name to copy the file. Not required when protocol is local.
    RemotePort double
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup process.
    Status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    Tags List<GetApplianceBackupTag>
    UsePolicySettings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    Username string
    Username to authenticate the fileserver. Not required when protocol is local.
    VersionContext GetApplianceBackupVersionContext
    Account GetApplianceBackupAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetApplianceBackupAncestor
    BackupDownloadUrl string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ElapsedTime float64
    Elapsed time in seconds since the backup process has started.
    EndTime string
    End date and time of the backup process.
    Filename string
    Backup filename to backup or restore.
    ForceDelete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    Id string
    IsManual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    Messages []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetApplianceBackupParent
    Password string
    Password to authenticate the fileserver.
    PermissionResources []GetApplianceBackupPermissionResource
    Protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    RemoteHost string
    Hostname of the remote file server. Not required when protocol is local.
    RemotePath string
    File server directory or share name to copy the file. Not required when protocol is local.
    RemotePort float64
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup process.
    Status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    Tags []GetApplianceBackupTag
    UsePolicySettings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    Username string
    Username to authenticate the fileserver. Not required when protocol is local.
    VersionContext GetApplianceBackupVersionContext
    account object
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    backup_download_url string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    class_id string
    create_time string
    The time when this managed object was created.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    elapsed_time number
    Elapsed time in seconds since the backup process has started.
    end_time string
    End date and time of the backup process.
    filename string
    Backup filename to backup or restore.
    force_delete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    id string
    is_manual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    messages list(string)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    owners list(string)
    parent object
    password string
    Password to authenticate the fileserver.
    permission_resources list(object)
    protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remote_host string
    Hostname of the remote file server. Not required when protocol is local.
    remote_path string
    File server directory or share name to copy the file. Not required when protocol is local.
    remote_port number
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time string
    Start date and time of the backup process.
    status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags list(object)
    use_policy_settings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username string
    Username to authenticate the fileserver. Not required when protocol is local.
    version_context object
    account GetApplianceBackupAccount
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetApplianceBackupAncestor>
    backupDownloadUrl String
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    elapsedTime Double
    Elapsed time in seconds since the backup process has started.
    endTime String
    End date and time of the backup process.
    filename String
    Backup filename to backup or restore.
    forceDelete Boolean
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    id String
    isManual Boolean
    If true, represents a manual backup. Else represents a scheduled backup.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    messages List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetApplianceBackupParent
    password String
    Password to authenticate the fileserver.
    permissionResources List<GetApplianceBackupPermissionResource>
    protocol String
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remoteHost String
    Hostname of the remote file server. Not required when protocol is local.
    remotePath String
    File server directory or share name to copy the file. Not required when protocol is local.
    remotePort Double
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup process.
    status String
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags List<GetApplianceBackupTag>
    usePolicySettings Boolean
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username String
    Username to authenticate the fileserver. Not required when protocol is local.
    versionContext GetApplianceBackupVersionContext
    account GetApplianceBackupAccount
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetApplianceBackupAncestor[]
    backupDownloadUrl string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    elapsedTime number
    Elapsed time in seconds since the backup process has started.
    endTime string
    End date and time of the backup process.
    filename string
    Backup filename to backup or restore.
    forceDelete boolean
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    id string
    isManual boolean
    If true, represents a manual backup. Else represents a scheduled backup.
    isPasswordSet boolean
    Indicates whether the value of the 'password' property has been set.
    messages string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetApplianceBackupParent
    password string
    Password to authenticate the fileserver.
    permissionResources GetApplianceBackupPermissionResource[]
    protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remoteHost string
    Hostname of the remote file server. Not required when protocol is local.
    remotePath string
    File server directory or share name to copy the file. Not required when protocol is local.
    remotePort number
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime string
    Start date and time of the backup process.
    status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags GetApplianceBackupTag[]
    usePolicySettings boolean
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username string
    Username to authenticate the fileserver. Not required when protocol is local.
    versionContext GetApplianceBackupVersionContext
    account GetApplianceBackupAccount
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetApplianceBackupAncestor]
    backup_download_url str
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    elapsed_time float
    Elapsed time in seconds since the backup process has started.
    end_time str
    End date and time of the backup process.
    filename str
    Backup filename to backup or restore.
    force_delete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    id str
    is_manual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    messages Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetApplianceBackupParent
    password str
    Password to authenticate the fileserver.
    permission_resources Sequence[GetApplianceBackupPermissionResource]
    protocol str
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remote_host str
    Hostname of the remote file server. Not required when protocol is local.
    remote_path str
    File server directory or share name to copy the file. Not required when protocol is local.
    remote_port float
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time str
    Start date and time of the backup process.
    status str
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags Sequence[GetApplianceBackupTag]
    use_policy_settings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username str
    Username to authenticate the fileserver. Not required when protocol is local.
    version_context GetApplianceBackupVersionContext
    account Property Map
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backupDownloadUrl String
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    elapsedTime Number
    Elapsed time in seconds since the backup process has started.
    endTime String
    End date and time of the backup process.
    filename String
    Backup filename to backup or restore.
    forceDelete Boolean
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    id String
    isManual Boolean
    If true, represents a manual backup. Else represents a scheduled backup.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    messages List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    password String
    Password to authenticate the fileserver.
    permissionResources List<Property Map>
    protocol String
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remoteHost String
    Hostname of the remote file server. Not required when protocol is local.
    remotePath String
    File server directory or share name to copy the file. Not required when protocol is local.
    remotePort Number
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup process.
    status String
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags List<Property Map>
    usePolicySettings Boolean
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username String
    Username to authenticate the fileserver. Not required when protocol is local.
    versionContext Property Map

    getApplianceBackup Result

    The following output properties are available:

    Supporting Types

    GetApplianceBackupAccount

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceBackupAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceBackupParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceBackupPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceBackupResult

    AccountMoid string
    The Account ID for this managed object.
    Accounts List<GetApplianceBackupResultAccount>
    AdditionalProperties string
    Ancestors List<GetApplianceBackupResultAncestor>
    BackupDownloadUrl string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ElapsedTime double
    Elapsed time in seconds since the backup process has started.
    EndTime string
    End date and time of the backup process.
    Filename string
    Backup filename to backup or restore.
    ForceDelete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    IsManual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    Messages List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetApplianceBackupResultParent>
    Password string
    Password to authenticate the fileserver.
    PermissionResources List<GetApplianceBackupResultPermissionResource>
    Protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    RemoteHost string
    Hostname of the remote file server. Not required when protocol is local.
    RemotePath string
    File server directory or share name to copy the file. Not required when protocol is local.
    RemotePort double
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup process.
    Status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    Tags List<GetApplianceBackupResultTag>
    UsePolicySettings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    Username string
    Username to authenticate the fileserver. Not required when protocol is local.
    VersionContexts List<GetApplianceBackupResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetApplianceBackupResultAccount
    AdditionalProperties string
    Ancestors []GetApplianceBackupResultAncestor
    BackupDownloadUrl string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ElapsedTime float64
    Elapsed time in seconds since the backup process has started.
    EndTime string
    End date and time of the backup process.
    Filename string
    Backup filename to backup or restore.
    ForceDelete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    IsManual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    Messages []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetApplianceBackupResultParent
    Password string
    Password to authenticate the fileserver.
    PermissionResources []GetApplianceBackupResultPermissionResource
    Protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    RemoteHost string
    Hostname of the remote file server. Not required when protocol is local.
    RemotePath string
    File server directory or share name to copy the file. Not required when protocol is local.
    RemotePort float64
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup process.
    Status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    Tags []GetApplianceBackupResultTag
    UsePolicySettings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    Username string
    Username to authenticate the fileserver. Not required when protocol is local.
    VersionContexts []GetApplianceBackupResultVersionContext
    account_moid string
    The Account ID for this managed object.
    accounts list(object)
    additional_properties string
    ancestors list(object)
    backup_download_url string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    class_id string
    create_time string
    The time when this managed object was created.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    elapsed_time number
    Elapsed time in seconds since the backup process has started.
    end_time string
    End date and time of the backup process.
    filename string
    Backup filename to backup or restore.
    force_delete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    is_manual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    messages list(string)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    owners list(string)
    parents list(object)
    password string
    Password to authenticate the fileserver.
    permission_resources list(object)
    protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remote_host string
    Hostname of the remote file server. Not required when protocol is local.
    remote_path string
    File server directory or share name to copy the file. Not required when protocol is local.
    remote_port number
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time string
    Start date and time of the backup process.
    status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags list(object)
    use_policy_settings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username string
    Username to authenticate the fileserver. Not required when protocol is local.
    version_contexts list(object)
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetApplianceBackupResultAccount>
    additionalProperties String
    ancestors List<GetApplianceBackupResultAncestor>
    backupDownloadUrl String
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    elapsedTime Double
    Elapsed time in seconds since the backup process has started.
    endTime String
    End date and time of the backup process.
    filename String
    Backup filename to backup or restore.
    forceDelete Boolean
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    isManual Boolean
    If true, represents a manual backup. Else represents a scheduled backup.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    messages List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetApplianceBackupResultParent>
    password String
    Password to authenticate the fileserver.
    permissionResources List<GetApplianceBackupResultPermissionResource>
    protocol String
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remoteHost String
    Hostname of the remote file server. Not required when protocol is local.
    remotePath String
    File server directory or share name to copy the file. Not required when protocol is local.
    remotePort Double
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup process.
    status String
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags List<GetApplianceBackupResultTag>
    usePolicySettings Boolean
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username String
    Username to authenticate the fileserver. Not required when protocol is local.
    versionContexts List<GetApplianceBackupResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    accounts GetApplianceBackupResultAccount[]
    additionalProperties string
    ancestors GetApplianceBackupResultAncestor[]
    backupDownloadUrl string
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    elapsedTime number
    Elapsed time in seconds since the backup process has started.
    endTime string
    End date and time of the backup process.
    filename string
    Backup filename to backup or restore.
    forceDelete boolean
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    isManual boolean
    If true, represents a manual backup. Else represents a scheduled backup.
    isPasswordSet boolean
    Indicates whether the value of the 'password' property has been set.
    messages string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetApplianceBackupResultParent[]
    password string
    Password to authenticate the fileserver.
    permissionResources GetApplianceBackupResultPermissionResource[]
    protocol string
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remoteHost string
    Hostname of the remote file server. Not required when protocol is local.
    remotePath string
    File server directory or share name to copy the file. Not required when protocol is local.
    remotePort number
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime string
    Start date and time of the backup process.
    status string
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags GetApplianceBackupResultTag[]
    usePolicySettings boolean
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username string
    Username to authenticate the fileserver. Not required when protocol is local.
    versionContexts GetApplianceBackupResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetApplianceBackupResultAccount]
    additional_properties str
    ancestors Sequence[GetApplianceBackupResultAncestor]
    backup_download_url str
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    elapsed_time float
    Elapsed time in seconds since the backup process has started.
    end_time str
    End date and time of the backup process.
    filename str
    Backup filename to backup or restore.
    force_delete bool
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    is_manual bool
    If true, represents a manual backup. Else represents a scheduled backup.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    messages Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetApplianceBackupResultParent]
    password str
    Password to authenticate the fileserver.
    permission_resources Sequence[GetApplianceBackupResultPermissionResource]
    protocol str
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remote_host str
    Hostname of the remote file server. Not required when protocol is local.
    remote_path str
    File server directory or share name to copy the file. Not required when protocol is local.
    remote_port float
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time str
    Start date and time of the backup process.
    status str
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags Sequence[GetApplianceBackupResultTag]
    use_policy_settings bool
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username str
    Username to authenticate the fileserver. Not required when protocol is local.
    version_contexts Sequence[GetApplianceBackupResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    accounts List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    backupDownloadUrl String
    Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    elapsedTime Number
    Elapsed time in seconds since the backup process has started.
    endTime String
    End date and time of the backup process.
    filename String
    Backup filename to backup or restore.
    forceDelete Boolean
    Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails.
    isManual Boolean
    If true, represents a manual backup. Else represents a scheduled backup.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    messages List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    password String
    Password to authenticate the fileserver.
    permissionResources List<Property Map>
    protocol String
    Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.* local - Backup file is stored in Intersight Appliance.
    remoteHost String
    Hostname of the remote file server. Not required when protocol is local.
    remotePath String
    File server directory or share name to copy the file. Not required when protocol is local.
    remotePort Number
    Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup process.
    status String
    Status of the backup managed object.* Started - Backup or restore process has started.* Created - Backup or restore is in created state.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* Copied - Backup file has been copied.* Cleanup Failed - Cleanup of the old backup has failed.
    tags List<Property Map>
    usePolicySettings Boolean
    Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object.
    username String
    Username to authenticate the fileserver. Not required when protocol is local.
    versionContexts List<Property Map>

    GetApplianceBackupResultAccount

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupResultTag

    GetApplianceBackupResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupResultVersionContext

    GetApplianceBackupResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetApplianceBackupTag

    AdditionalProperties string
    AncestorDefinitions List<GetApplianceBackupTagAncestorDefinition>
    Definition GetApplianceBackupTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetApplianceBackupTagAncestorDefinition
    Definition GetApplianceBackupTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additional_properties string
    ancestor_definitions list(object)
    definition object
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetApplianceBackupTagAncestorDefinition>
    definition GetApplianceBackupTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetApplianceBackupTagAncestorDefinition[]
    definition GetApplianceBackupTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetApplianceBackupTagAncestorDefinition]
    definition GetApplianceBackupTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetApplianceBackupTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceBackupTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceBackupVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetApplianceBackupVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetApplianceBackupVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetApplianceBackupVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetApplianceBackupVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos list(object)
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo object
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    version_type string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetApplianceBackupVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetApplianceBackupVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetApplianceBackupVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetApplianceBackupVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetApplianceBackupVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetApplianceBackupVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetApplianceBackupVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceBackupVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial