1. Packages
  2. Intersight Provider
  3. API Docs
  4. getApplianceRestore
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getApplianceRestore

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Restore tracks requests to restore the Intersight Appliance. There will be only one Restore managed object with a ‘Started’ state at any time. All other Restore managed objects will be in terminal states.

    Using getApplianceRestore

    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 getApplianceRestore(args: GetApplianceRestoreArgs, opts?: InvokeOptions): Promise<GetApplianceRestoreResult>
    function getApplianceRestoreOutput(args: GetApplianceRestoreOutputArgs, opts?: InvokeOptions): Output<GetApplianceRestoreResult>
    def get_appliance_restore(account: Optional[GetApplianceRestoreAccount] = None,
                              account_moid: Optional[str] = None,
                              additional_properties: Optional[str] = None,
                              ancestors: Optional[Sequence[GetApplianceRestoreAncestor]] = 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,
                              id: Optional[str] = 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[GetApplianceRestoreParent] = None,
                              password: Optional[str] = None,
                              permission_resources: Optional[Sequence[GetApplianceRestorePermissionResource]] = 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[GetApplianceRestoreTag]] = None,
                              username: Optional[str] = None,
                              version_context: Optional[GetApplianceRestoreVersionContext] = None,
                              opts: Optional[InvokeOptions] = None) -> GetApplianceRestoreResult
    def get_appliance_restore_output(account: Optional[pulumi.Input[GetApplianceRestoreAccountArgs]] = None,
                              account_moid: Optional[pulumi.Input[str]] = None,
                              additional_properties: Optional[pulumi.Input[str]] = None,
                              ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceRestoreAncestorArgs]]]] = None,
                              class_id: Optional[pulumi.Input[str]] = None,
                              create_time: Optional[pulumi.Input[str]] = None,
                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                              elapsed_time: Optional[pulumi.Input[float]] = None,
                              end_time: Optional[pulumi.Input[str]] = None,
                              filename: Optional[pulumi.Input[str]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              is_password_set: Optional[pulumi.Input[bool]] = None,
                              messages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              mod_time: Optional[pulumi.Input[str]] = None,
                              moid: Optional[pulumi.Input[str]] = None,
                              object_type: Optional[pulumi.Input[str]] = None,
                              owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              parent: Optional[pulumi.Input[GetApplianceRestoreParentArgs]] = None,
                              password: Optional[pulumi.Input[str]] = None,
                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceRestorePermissionResourceArgs]]]] = None,
                              protocol: Optional[pulumi.Input[str]] = None,
                              remote_host: Optional[pulumi.Input[str]] = None,
                              remote_path: Optional[pulumi.Input[str]] = None,
                              remote_port: Optional[pulumi.Input[float]] = None,
                              shared_scope: Optional[pulumi.Input[str]] = None,
                              start_time: Optional[pulumi.Input[str]] = None,
                              status: Optional[pulumi.Input[str]] = None,
                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceRestoreTagArgs]]]] = None,
                              username: Optional[pulumi.Input[str]] = None,
                              version_context: Optional[pulumi.Input[GetApplianceRestoreVersionContextArgs]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetApplianceRestoreResult]
    func LookupApplianceRestore(ctx *Context, args *LookupApplianceRestoreArgs, opts ...InvokeOption) (*LookupApplianceRestoreResult, error)
    func LookupApplianceRestoreOutput(ctx *Context, args *LookupApplianceRestoreOutputArgs, opts ...InvokeOption) LookupApplianceRestoreResultOutput

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

    public static class GetApplianceRestore 
    {
        public static Task<GetApplianceRestoreResult> InvokeAsync(GetApplianceRestoreArgs args, InvokeOptions? opts = null)
        public static Output<GetApplianceRestoreResult> Invoke(GetApplianceRestoreInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplianceRestoreResult> getApplianceRestore(GetApplianceRestoreArgs args, InvokeOptions options)
    public static Output<GetApplianceRestoreResult> getApplianceRestore(GetApplianceRestoreArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getApplianceRestore:getApplianceRestore
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Account GetApplianceRestoreAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetApplianceRestoreAncestor>
    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 restore process has started.
    EndTime string
    End date and time of the restore process.
    Filename string
    Backup filename to backup or restore.
    Id string
    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 GetApplianceRestoreParent
    Password string
    Password for authenticating with the file server.
    PermissionResources List<GetApplianceRestorePermissionResource>
    Protocol string
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    RemoteHost string
    Hostname of the remote file server.
    RemotePath string
    File server directory or share name to copy the file.
    RemotePort double
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    Status string
    Status of the restore 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<GetApplianceRestoreTag>
    Username string
    Username to authenticate the fileserver.
    VersionContext GetApplianceRestoreVersionContext
    Account GetApplianceRestoreAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetApplianceRestoreAncestor
    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 restore process has started.
    EndTime string
    End date and time of the restore process.
    Filename string
    Backup filename to backup or restore.
    Id string
    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 GetApplianceRestoreParent
    Password string
    Password for authenticating with the file server.
    PermissionResources []GetApplianceRestorePermissionResource
    Protocol string
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    RemoteHost string
    Hostname of the remote file server.
    RemotePath string
    File server directory or share name to copy the file.
    RemotePort float64
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    Status string
    Status of the restore 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 []GetApplianceRestoreTag
    Username string
    Username to authenticate the fileserver.
    VersionContext GetApplianceRestoreVersionContext
    account GetApplianceRestoreAccount
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetApplianceRestoreAncestor>
    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 restore process has started.
    endTime String
    End date and time of the restore process.
    filename String
    Backup filename to backup or restore.
    id String
    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 GetApplianceRestoreParent
    password String
    Password for authenticating with the file server.
    permissionResources List<GetApplianceRestorePermissionResource>
    protocol String
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remoteHost String
    Hostname of the remote file server.
    remotePath String
    File server directory or share name to copy the file.
    remotePort Double
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status String
    Status of the restore 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<GetApplianceRestoreTag>
    username String
    Username to authenticate the fileserver.
    versionContext GetApplianceRestoreVersionContext
    account GetApplianceRestoreAccount
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetApplianceRestoreAncestor[]
    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 restore process has started.
    endTime string
    End date and time of the restore process.
    filename string
    Backup filename to backup or restore.
    id string
    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 GetApplianceRestoreParent
    password string
    Password for authenticating with the file server.
    permissionResources GetApplianceRestorePermissionResource[]
    protocol string
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remoteHost string
    Hostname of the remote file server.
    remotePath string
    File server directory or share name to copy the file.
    remotePort number
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status string
    Status of the restore 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 GetApplianceRestoreTag[]
    username string
    Username to authenticate the fileserver.
    versionContext GetApplianceRestoreVersionContext
    account GetApplianceRestoreAccount
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetApplianceRestoreAncestor]
    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 restore process has started.
    end_time str
    End date and time of the restore process.
    filename str
    Backup filename to backup or restore.
    id str
    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 GetApplianceRestoreParent
    password str
    Password for authenticating with the file server.
    permission_resources Sequence[GetApplianceRestorePermissionResource]
    protocol str
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remote_host str
    Hostname of the remote file server.
    remote_path str
    File server directory or share name to copy the file.
    remote_port float
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status str
    Status of the restore 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[GetApplianceRestoreTag]
    username str
    Username to authenticate the fileserver.
    version_context GetApplianceRestoreVersionContext
    account Property Map
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    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 restore process has started.
    endTime String
    End date and time of the restore process.
    filename String
    Backup filename to backup or restore.
    id String
    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 for authenticating with the file server.
    permissionResources List<Property Map>
    protocol String
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remoteHost String
    Hostname of the remote file server.
    remotePath String
    File server directory or share name to copy the file.
    remotePort Number
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status String
    Status of the restore 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>
    username String
    Username to authenticate the fileserver.
    versionContext Property Map

    getApplianceRestore Result

    The following output properties are available:

    Supporting Types

    GetApplianceRestoreAccount

    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'.
    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'.

    GetApplianceRestoreAncestor

    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'.
    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'.

    GetApplianceRestoreParent

    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'.
    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'.

    GetApplianceRestorePermissionResource

    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'.
    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'.

    GetApplianceRestoreResult

    AccountMoid string
    The Account ID for this managed object.
    Accounts List<GetApplianceRestoreResultAccount>
    AdditionalProperties string
    Ancestors List<GetApplianceRestoreResultAncestor>
    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 restore process has started.
    EndTime string
    End date and time of the restore process.
    Filename string
    Backup filename to backup or restore.
    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<GetApplianceRestoreResultParent>
    Password string
    Password for authenticating with the file server.
    PermissionResources List<GetApplianceRestoreResultPermissionResource>
    Protocol string
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    RemoteHost string
    Hostname of the remote file server.
    RemotePath string
    File server directory or share name to copy the file.
    RemotePort double
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    Status string
    Status of the restore 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<GetApplianceRestoreResultTag>
    Username string
    Username to authenticate the fileserver.
    VersionContexts List<GetApplianceRestoreResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetApplianceRestoreResultAccount
    AdditionalProperties string
    Ancestors []GetApplianceRestoreResultAncestor
    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 restore process has started.
    EndTime string
    End date and time of the restore process.
    Filename string
    Backup filename to backup or restore.
    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 []GetApplianceRestoreResultParent
    Password string
    Password for authenticating with the file server.
    PermissionResources []GetApplianceRestoreResultPermissionResource
    Protocol string
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    RemoteHost string
    Hostname of the remote file server.
    RemotePath string
    File server directory or share name to copy the file.
    RemotePort float64
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    Status string
    Status of the restore 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 []GetApplianceRestoreResultTag
    Username string
    Username to authenticate the fileserver.
    VersionContexts []GetApplianceRestoreResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetApplianceRestoreResultAccount>
    additionalProperties String
    ancestors List<GetApplianceRestoreResultAncestor>
    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 restore process has started.
    endTime String
    End date and time of the restore process.
    filename String
    Backup filename to backup or restore.
    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<GetApplianceRestoreResultParent>
    password String
    Password for authenticating with the file server.
    permissionResources List<GetApplianceRestoreResultPermissionResource>
    protocol String
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remoteHost String
    Hostname of the remote file server.
    remotePath String
    File server directory or share name to copy the file.
    remotePort Double
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status String
    Status of the restore 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<GetApplianceRestoreResultTag>
    username String
    Username to authenticate the fileserver.
    versionContexts List<GetApplianceRestoreResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    accounts GetApplianceRestoreResultAccount[]
    additionalProperties string
    ancestors GetApplianceRestoreResultAncestor[]
    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 restore process has started.
    endTime string
    End date and time of the restore process.
    filename string
    Backup filename to backup or restore.
    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 GetApplianceRestoreResultParent[]
    password string
    Password for authenticating with the file server.
    permissionResources GetApplianceRestoreResultPermissionResource[]
    protocol string
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remoteHost string
    Hostname of the remote file server.
    remotePath string
    File server directory or share name to copy the file.
    remotePort number
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status string
    Status of the restore 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 GetApplianceRestoreResultTag[]
    username string
    Username to authenticate the fileserver.
    versionContexts GetApplianceRestoreResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetApplianceRestoreResultAccount]
    additional_properties str
    ancestors Sequence[GetApplianceRestoreResultAncestor]
    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 restore process has started.
    end_time str
    End date and time of the restore process.
    filename str
    Backup filename to backup or restore.
    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[GetApplianceRestoreResultParent]
    password str
    Password for authenticating with the file server.
    permission_resources Sequence[GetApplianceRestoreResultPermissionResource]
    protocol str
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remote_host str
    Hostname of the remote file server.
    remote_path str
    File server directory or share name to copy the file.
    remote_port float
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status str
    Status of the restore 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[GetApplianceRestoreResultTag]
    username str
    Username to authenticate the fileserver.
    version_contexts Sequence[GetApplianceRestoreResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    accounts List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    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 restore process has started.
    endTime String
    End date and time of the restore process.
    filename String
    Backup filename to backup or restore.
    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 for authenticating with the file server.
    permissionResources List<Property Map>
    protocol String
    Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* 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.
    remoteHost String
    Hostname of the remote file server.
    remotePath String
    File server directory or share name to copy the file.
    remotePort Number
    Remote TCP port on the file server (e.g. 22 for scp).
    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 restore process.
    status String
    Status of the restore 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>
    username String
    Username to authenticate the fileserver.
    versionContexts List<Property Map>

    GetApplianceRestoreResultAccount

    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
    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

    GetApplianceRestoreResultAncestor

    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
    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

    GetApplianceRestoreResultParent

    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
    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

    GetApplianceRestoreResultPermissionResource

    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
    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

    GetApplianceRestoreResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetApplianceRestoreResultVersionContext

    GetApplianceRestoreResultVersionContextInterestedMo

    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
    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

    GetApplianceRestoreResultVersionContextRefMo

    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
    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

    GetApplianceRestoreTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetApplianceRestoreVersionContext

    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<GetApplianceRestoreVersionContextInterestedMo>
    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 GetApplianceRestoreVersionContextRefMo
    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 []GetApplianceRestoreVersionContextInterestedMo
    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 GetApplianceRestoreVersionContextRefMo
    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 List<GetApplianceRestoreVersionContextInterestedMo>
    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 GetApplianceRestoreVersionContextRefMo
    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 GetApplianceRestoreVersionContextInterestedMo[]
    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 GetApplianceRestoreVersionContextRefMo
    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[GetApplianceRestoreVersionContextInterestedMo]
    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 GetApplianceRestoreVersionContextRefMo
    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.

    GetApplianceRestoreVersionContextInterestedMo

    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'.
    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'.

    GetApplianceRestoreVersionContextRefMo

    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'.
    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.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet