1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getMgmtConfigRestoreOperation
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 ConfigRestoreOperation object represents an administrator-initiated configuration restore run. It tracks the end-to-end process of applying a previously captured backup to a target account, including progress, outcomes, and workflow coordination.

    Purpose

    ConfigRestoreOperation exists to orchestrate restoration of configuration from a chosen backup source, providing a top-level record that drives restore execution, tracks status, and reports import progress across account and organization scopes.

    Key Concepts

    • End-to-End Restore Orchestration: Coordinates staging, importing, and completion of a restore run, enabling customers to manage restoration as a single operation.
    • Source Flexibility: Designed to support restoring from different backup locations (e.g., local repository), depending on operational needs.
    • Controlled Restore Behavior: Supports configurable restore strategies and error-handling behavior so customers can align restores with change-management requirements.
    • Progress and Outcome Visibility: Aggregates import status reporting so customers can monitor completion and detect partial or incomplete outcomes.
    • Workflow Integration: Links to underlying workflow execution details to support operational auditability and troubleshooting.

    Using getMgmtConfigRestoreOperation

    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 getMgmtConfigRestoreOperation(args: GetMgmtConfigRestoreOperationArgs, opts?: InvokeOptions): Promise<GetMgmtConfigRestoreOperationResult>
    function getMgmtConfigRestoreOperationOutput(args: GetMgmtConfigRestoreOperationOutputArgs, opts?: InvokeOutputOptions): Output<GetMgmtConfigRestoreOperationResult>
    def get_mgmt_config_restore_operation(account: Optional[GetMgmtConfigRestoreOperationAccount] = None,
                                          account_moid: Optional[str] = None,
                                          acct_category_import_datas: Optional[Sequence[GetMgmtConfigRestoreOperationAcctCategoryImportData]] = None,
                                          acct_import_jobs: Optional[Sequence[GetMgmtConfigRestoreOperationAcctImportJob]] = None,
                                          additional_properties: Optional[str] = None,
                                          ancestors: Optional[Sequence[GetMgmtConfigRestoreOperationAncestor]] = None,
                                          backup_account_moid: Optional[str] = None,
                                          backup_name: Optional[str] = None,
                                          backup_source: Optional[str] = None,
                                          class_id: Optional[str] = None,
                                          create_time: Optional[str] = None,
                                          domain_group_moid: Optional[str] = None,
                                          end_time: Optional[str] = None,
                                          id: Optional[str] = None,
                                          ignore_secure_properties: Optional[bool] = None,
                                          is_aes_key_set: Optional[bool] = None,
                                          local_source: Optional[GetMgmtConfigRestoreOperationLocalSource] = None,
                                          mod_time: Optional[str] = None,
                                          moid: Optional[str] = None,
                                          name: Optional[str] = None,
                                          nr_source: Optional[str] = None,
                                          object_type: Optional[str] = None,
                                          options: Optional[GetMgmtConfigRestoreOperationOptions] = None,
                                          org_import_jobs: Optional[Sequence[GetMgmtConfigRestoreOperationOrgImportJob]] = None,
                                          org_restores: Optional[Sequence[GetMgmtConfigRestoreOperationOrgRestore]] = None,
                                          owners: Optional[Sequence[str]] = None,
                                          parent: Optional[GetMgmtConfigRestoreOperationParent] = None,
                                          permission_resources: Optional[Sequence[GetMgmtConfigRestoreOperationPermissionResource]] = None,
                                          shared_scope: Optional[str] = None,
                                          start_time: Optional[str] = None,
                                          status: Optional[str] = None,
                                          tags: Optional[Sequence[GetMgmtConfigRestoreOperationTag]] = None,
                                          version_context: Optional[GetMgmtConfigRestoreOperationVersionContext] = None,
                                          workflow_info: Optional[GetMgmtConfigRestoreOperationWorkflowInfo] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetMgmtConfigRestoreOperationResult
    def get_mgmt_config_restore_operation_output(account: pulumi.Input[Optional[GetMgmtConfigRestoreOperationAccountArgs]] = None,
                                          account_moid: pulumi.Input[Optional[str]] = None,
                                          acct_category_import_datas: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationAcctCategoryImportDataArgs]]]] = None,
                                          acct_import_jobs: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationAcctImportJobArgs]]]] = None,
                                          additional_properties: pulumi.Input[Optional[str]] = None,
                                          ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationAncestorArgs]]]] = None,
                                          backup_account_moid: pulumi.Input[Optional[str]] = None,
                                          backup_name: pulumi.Input[Optional[str]] = None,
                                          backup_source: 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,
                                          end_time: pulumi.Input[Optional[str]] = None,
                                          id: pulumi.Input[Optional[str]] = None,
                                          ignore_secure_properties: pulumi.Input[Optional[bool]] = None,
                                          is_aes_key_set: pulumi.Input[Optional[bool]] = None,
                                          local_source: pulumi.Input[Optional[GetMgmtConfigRestoreOperationLocalSourceArgs]] = None,
                                          mod_time: pulumi.Input[Optional[str]] = None,
                                          moid: pulumi.Input[Optional[str]] = None,
                                          name: pulumi.Input[Optional[str]] = None,
                                          nr_source: pulumi.Input[Optional[str]] = None,
                                          object_type: pulumi.Input[Optional[str]] = None,
                                          options: pulumi.Input[Optional[GetMgmtConfigRestoreOperationOptionsArgs]] = None,
                                          org_import_jobs: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationOrgImportJobArgs]]]] = None,
                                          org_restores: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationOrgRestoreArgs]]]] = None,
                                          owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                          parent: pulumi.Input[Optional[GetMgmtConfigRestoreOperationParentArgs]] = None,
                                          permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationPermissionResourceArgs]]]] = 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[GetMgmtConfigRestoreOperationTagArgs]]]] = None,
                                          version_context: pulumi.Input[Optional[GetMgmtConfigRestoreOperationVersionContextArgs]] = None,
                                          workflow_info: pulumi.Input[Optional[GetMgmtConfigRestoreOperationWorkflowInfoArgs]] = None,
                                          opts: Optional[InvokeOutputOptions] = None) -> Output[GetMgmtConfigRestoreOperationResult]
    func LookupMgmtConfigRestoreOperation(ctx *Context, args *LookupMgmtConfigRestoreOperationArgs, opts ...InvokeOption) (*LookupMgmtConfigRestoreOperationResult, error)
    func LookupMgmtConfigRestoreOperationOutput(ctx *Context, args *LookupMgmtConfigRestoreOperationOutputArgs, opts ...InvokeOption) LookupMgmtConfigRestoreOperationResultOutput

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

    public static class GetMgmtConfigRestoreOperation 
    {
        public static Task<GetMgmtConfigRestoreOperationResult> InvokeAsync(GetMgmtConfigRestoreOperationArgs args, InvokeOptions? opts = null)
        public static Output<GetMgmtConfigRestoreOperationResult> Invoke(GetMgmtConfigRestoreOperationInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetMgmtConfigRestoreOperationResult> Invoke(GetMgmtConfigRestoreOperationInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetMgmtConfigRestoreOperationResult> getMgmtConfigRestoreOperation(GetMgmtConfigRestoreOperationArgs args, InvokeOptions options)
    public static Output<GetMgmtConfigRestoreOperationResult> getMgmtConfigRestoreOperation(GetMgmtConfigRestoreOperationArgs args, InvokeOptions options)
    public static Output<GetMgmtConfigRestoreOperationResult> getMgmtConfigRestoreOperation(GetMgmtConfigRestoreOperationArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getMgmtConfigRestoreOperation:getMgmtConfigRestoreOperation
      arguments:
        # arguments dictionary
    data "intersight_get_mgmt_config_restore_operation" "name" {
        # arguments
    }

    The following arguments are supported:

    Account GetMgmtConfigRestoreOperationAccount
    AccountMoid string
    The Account ID for this managed object.
    AcctCategoryImportDatas List<GetMgmtConfigRestoreOperationAcctCategoryImportData>
    AcctImportJobs List<GetMgmtConfigRestoreOperationAcctImportJob>
    AdditionalProperties string
    Ancestors List<GetMgmtConfigRestoreOperationAncestor>
    BackupAccountMoid string
    The moid of the account from which the backup was taken.
    BackupName string
    Name of the backup that needs to be restored.
    BackupSource string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the restore process.
    Id string
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    LocalSource GetMgmtConfigRestoreOperationLocalSource
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ObjectType string
    Options GetMgmtConfigRestoreOperationOptions
    OrgImportJobs List<GetMgmtConfigRestoreOperationOrgImportJob>
    OrgRestores List<GetMgmtConfigRestoreOperationOrgRestore>
    Owners List<string>
    Parent GetMgmtConfigRestoreOperationParent
    PermissionResources List<GetMgmtConfigRestoreOperationPermissionResource>
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    Tags List<GetMgmtConfigRestoreOperationTag>
    VersionContext GetMgmtConfigRestoreOperationVersionContext
    WorkflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    Account GetMgmtConfigRestoreOperationAccount
    AccountMoid string
    The Account ID for this managed object.
    AcctCategoryImportDatas []GetMgmtConfigRestoreOperationAcctCategoryImportData
    AcctImportJobs []GetMgmtConfigRestoreOperationAcctImportJob
    AdditionalProperties string
    Ancestors []GetMgmtConfigRestoreOperationAncestor
    BackupAccountMoid string
    The moid of the account from which the backup was taken.
    BackupName string
    Name of the backup that needs to be restored.
    BackupSource string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the restore process.
    Id string
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    LocalSource GetMgmtConfigRestoreOperationLocalSource
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ObjectType string
    Options GetMgmtConfigRestoreOperationOptions
    OrgImportJobs []GetMgmtConfigRestoreOperationOrgImportJob
    OrgRestores []GetMgmtConfigRestoreOperationOrgRestore
    Owners []string
    Parent GetMgmtConfigRestoreOperationParent
    PermissionResources []GetMgmtConfigRestoreOperationPermissionResource
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    Tags []GetMgmtConfigRestoreOperationTag
    VersionContext GetMgmtConfigRestoreOperationVersionContext
    WorkflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    account object
    account_moid string
    The Account ID for this managed object.
    acct_category_import_datas list(object)
    acct_import_jobs list(object)
    additional_properties string
    ancestors list(object)
    backup_account_moid string
    The moid of the account from which the backup was taken.
    backup_name string
    Name of the backup that needs to be restored.
    backup_source string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    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.
    end_time string
    End date and time of the restore process.
    id string
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    local_source object
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the restore operation.
    nr_source string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    object_type string
    options object
    org_import_jobs list(object)
    org_restores list(object)
    owners list(string)
    parent object
    permission_resources list(object)
    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 restore process.
    status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags list(object)
    version_context object
    workflow_info object
    account GetMgmtConfigRestoreOperationAccount
    accountMoid String
    The Account ID for this managed object.
    acctCategoryImportDatas List<GetMgmtConfigRestoreOperationAcctCategoryImportData>
    acctImportJobs List<GetMgmtConfigRestoreOperationAcctImportJob>
    additionalProperties String
    ancestors List<GetMgmtConfigRestoreOperationAncestor>
    backupAccountMoid String
    The moid of the account from which the backup was taken.
    backupName String
    Name of the backup that needs to be restored.
    backupSource String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the restore process.
    id String
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    localSource GetMgmtConfigRestoreOperationLocalSource
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    objectType String
    options GetMgmtConfigRestoreOperationOptions
    orgImportJobs List<GetMgmtConfigRestoreOperationOrgImportJob>
    orgRestores List<GetMgmtConfigRestoreOperationOrgRestore>
    owners List<String>
    parent GetMgmtConfigRestoreOperationParent
    permissionResources List<GetMgmtConfigRestoreOperationPermissionResource>
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags List<GetMgmtConfigRestoreOperationTag>
    versionContext GetMgmtConfigRestoreOperationVersionContext
    workflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    account GetMgmtConfigRestoreOperationAccount
    accountMoid string
    The Account ID for this managed object.
    acctCategoryImportDatas GetMgmtConfigRestoreOperationAcctCategoryImportData[]
    acctImportJobs GetMgmtConfigRestoreOperationAcctImportJob[]
    additionalProperties string
    ancestors GetMgmtConfigRestoreOperationAncestor[]
    backupAccountMoid string
    The moid of the account from which the backup was taken.
    backupName string
    Name of the backup that needs to be restored.
    backupSource string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    End date and time of the restore process.
    id string
    ignoreSecureProperties boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet boolean
    Indicates whether the value of the 'aesKey' property has been set.
    localSource GetMgmtConfigRestoreOperationLocalSource
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the restore operation.
    nrSource string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    objectType string
    options GetMgmtConfigRestoreOperationOptions
    orgImportJobs GetMgmtConfigRestoreOperationOrgImportJob[]
    orgRestores GetMgmtConfigRestoreOperationOrgRestore[]
    owners string[]
    parent GetMgmtConfigRestoreOperationParent
    permissionResources GetMgmtConfigRestoreOperationPermissionResource[]
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags GetMgmtConfigRestoreOperationTag[]
    versionContext GetMgmtConfigRestoreOperationVersionContext
    workflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    account GetMgmtConfigRestoreOperationAccount
    account_moid str
    The Account ID for this managed object.
    acct_category_import_datas Sequence[GetMgmtConfigRestoreOperationAcctCategoryImportData]
    acct_import_jobs Sequence[GetMgmtConfigRestoreOperationAcctImportJob]
    additional_properties str
    ancestors Sequence[GetMgmtConfigRestoreOperationAncestor]
    backup_account_moid str
    The moid of the account from which the backup was taken.
    backup_name str
    Name of the backup that needs to be restored.
    backup_source str
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    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.
    end_time str
    End date and time of the restore process.
    id str
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    local_source GetMgmtConfigRestoreOperationLocalSource
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    User provided identifier for the restore operation.
    nr_source str
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    object_type str
    options GetMgmtConfigRestoreOperationOptions
    org_import_jobs Sequence[GetMgmtConfigRestoreOperationOrgImportJob]
    org_restores Sequence[GetMgmtConfigRestoreOperationOrgRestore]
    owners Sequence[str]
    parent GetMgmtConfigRestoreOperationParent
    permission_resources Sequence[GetMgmtConfigRestoreOperationPermissionResource]
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags Sequence[GetMgmtConfigRestoreOperationTag]
    version_context GetMgmtConfigRestoreOperationVersionContext
    workflow_info GetMgmtConfigRestoreOperationWorkflowInfo
    account Property Map
    accountMoid String
    The Account ID for this managed object.
    acctCategoryImportDatas List<Property Map>
    acctImportJobs List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    backupAccountMoid String
    The moid of the account from which the backup was taken.
    backupName String
    Name of the backup that needs to be restored.
    backupSource String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the restore process.
    id String
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    localSource Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    objectType String
    options Property Map
    orgImportJobs List<Property Map>
    orgRestores List<Property Map>
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags List<Property Map>
    versionContext Property Map
    workflowInfo Property Map

    getMgmtConfigRestoreOperation Result

    The following output properties are available:

    Id string
    Results List<GetMgmtConfigRestoreOperationResult>
    Account GetMgmtConfigRestoreOperationAccount
    AccountMoid string
    AcctCategoryImportDatas List<GetMgmtConfigRestoreOperationAcctCategoryImportData>
    AcctImportJobs List<GetMgmtConfigRestoreOperationAcctImportJob>
    AdditionalProperties string
    Ancestors List<GetMgmtConfigRestoreOperationAncestor>
    BackupAccountMoid string
    BackupName string
    BackupSource string
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EndTime string
    IgnoreSecureProperties bool
    IsAesKeySet bool
    LocalSource GetMgmtConfigRestoreOperationLocalSource
    ModTime string
    Moid string
    Name string
    NrSource string
    ObjectType string
    Options GetMgmtConfigRestoreOperationOptions
    OrgImportJobs List<GetMgmtConfigRestoreOperationOrgImportJob>
    OrgRestores List<GetMgmtConfigRestoreOperationOrgRestore>
    Owners List<string>
    Parent GetMgmtConfigRestoreOperationParent
    PermissionResources List<GetMgmtConfigRestoreOperationPermissionResource>
    SharedScope string
    StartTime string
    Status string
    Tags List<GetMgmtConfigRestoreOperationTag>
    VersionContext GetMgmtConfigRestoreOperationVersionContext
    WorkflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    Id string
    Results []GetMgmtConfigRestoreOperationResult
    Account GetMgmtConfigRestoreOperationAccount
    AccountMoid string
    AcctCategoryImportDatas []GetMgmtConfigRestoreOperationAcctCategoryImportData
    AcctImportJobs []GetMgmtConfigRestoreOperationAcctImportJob
    AdditionalProperties string
    Ancestors []GetMgmtConfigRestoreOperationAncestor
    BackupAccountMoid string
    BackupName string
    BackupSource string
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EndTime string
    IgnoreSecureProperties bool
    IsAesKeySet bool
    LocalSource GetMgmtConfigRestoreOperationLocalSource
    ModTime string
    Moid string
    Name string
    NrSource string
    ObjectType string
    Options GetMgmtConfigRestoreOperationOptions
    OrgImportJobs []GetMgmtConfigRestoreOperationOrgImportJob
    OrgRestores []GetMgmtConfigRestoreOperationOrgRestore
    Owners []string
    Parent GetMgmtConfigRestoreOperationParent
    PermissionResources []GetMgmtConfigRestoreOperationPermissionResource
    SharedScope string
    StartTime string
    Status string
    Tags []GetMgmtConfigRestoreOperationTag
    VersionContext GetMgmtConfigRestoreOperationVersionContext
    WorkflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    id String
    results List<GetMgmtConfigRestoreOperationResult>
    account GetMgmtConfigRestoreOperationAccount
    accountMoid String
    acctCategoryImportDatas List<GetMgmtConfigRestoreOperationAcctCategoryImportData>
    acctImportJobs List<GetMgmtConfigRestoreOperationAcctImportJob>
    additionalProperties String
    ancestors List<GetMgmtConfigRestoreOperationAncestor>
    backupAccountMoid String
    backupName String
    backupSource String
    classId String
    createTime String
    domainGroupMoid String
    endTime String
    ignoreSecureProperties Boolean
    isAesKeySet Boolean
    localSource GetMgmtConfigRestoreOperationLocalSource
    modTime String
    moid String
    name String
    nrSource String
    objectType String
    options GetMgmtConfigRestoreOperationOptions
    orgImportJobs List<GetMgmtConfigRestoreOperationOrgImportJob>
    orgRestores List<GetMgmtConfigRestoreOperationOrgRestore>
    owners List<String>
    parent GetMgmtConfigRestoreOperationParent
    permissionResources List<GetMgmtConfigRestoreOperationPermissionResource>
    sharedScope String
    startTime String
    status String
    tags List<GetMgmtConfigRestoreOperationTag>
    versionContext GetMgmtConfigRestoreOperationVersionContext
    workflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    id string
    results GetMgmtConfigRestoreOperationResult[]
    account GetMgmtConfigRestoreOperationAccount
    accountMoid string
    acctCategoryImportDatas GetMgmtConfigRestoreOperationAcctCategoryImportData[]
    acctImportJobs GetMgmtConfigRestoreOperationAcctImportJob[]
    additionalProperties string
    ancestors GetMgmtConfigRestoreOperationAncestor[]
    backupAccountMoid string
    backupName string
    backupSource string
    classId string
    createTime string
    domainGroupMoid string
    endTime string
    ignoreSecureProperties boolean
    isAesKeySet boolean
    localSource GetMgmtConfigRestoreOperationLocalSource
    modTime string
    moid string
    name string
    nrSource string
    objectType string
    options GetMgmtConfigRestoreOperationOptions
    orgImportJobs GetMgmtConfigRestoreOperationOrgImportJob[]
    orgRestores GetMgmtConfigRestoreOperationOrgRestore[]
    owners string[]
    parent GetMgmtConfigRestoreOperationParent
    permissionResources GetMgmtConfigRestoreOperationPermissionResource[]
    sharedScope string
    startTime string
    status string
    tags GetMgmtConfigRestoreOperationTag[]
    versionContext GetMgmtConfigRestoreOperationVersionContext
    workflowInfo GetMgmtConfigRestoreOperationWorkflowInfo
    id str
    results Sequence[GetMgmtConfigRestoreOperationResult]
    account GetMgmtConfigRestoreOperationAccount
    account_moid str
    acct_category_import_datas Sequence[GetMgmtConfigRestoreOperationAcctCategoryImportData]
    acct_import_jobs Sequence[GetMgmtConfigRestoreOperationAcctImportJob]
    additional_properties str
    ancestors Sequence[GetMgmtConfigRestoreOperationAncestor]
    backup_account_moid str
    backup_name str
    backup_source str
    class_id str
    create_time str
    domain_group_moid str
    end_time str
    ignore_secure_properties bool
    is_aes_key_set bool
    local_source GetMgmtConfigRestoreOperationLocalSource
    mod_time str
    moid str
    name str
    nr_source str
    object_type str
    options GetMgmtConfigRestoreOperationOptions
    org_import_jobs Sequence[GetMgmtConfigRestoreOperationOrgImportJob]
    org_restores Sequence[GetMgmtConfigRestoreOperationOrgRestore]
    owners Sequence[str]
    parent GetMgmtConfigRestoreOperationParent
    permission_resources Sequence[GetMgmtConfigRestoreOperationPermissionResource]
    shared_scope str
    start_time str
    status str
    tags Sequence[GetMgmtConfigRestoreOperationTag]
    version_context GetMgmtConfigRestoreOperationVersionContext
    workflow_info GetMgmtConfigRestoreOperationWorkflowInfo

    Supporting Types

    GetMgmtConfigRestoreOperationAccount

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

    GetMgmtConfigRestoreOperationAcctCategoryImportData

    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.
    FileName string
    Name of the file that contains configurations for this category.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ProcessedTypes List<GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedType>
    Status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    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.
    FileName string
    Name of the file that contains configurations for this category.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ProcessedTypes []GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedType
    Status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    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.
    file_name string
    Name of the file that contains configurations for this category.
    name string
    User provided identifier for the restore operation.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    processed_types list(object)
    status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    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.
    fileName String
    Name of the file that contains configurations for this category.
    name String
    User provided identifier for the restore operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    processedTypes List<GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedType>
    status String
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    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.
    fileName string
    Name of the file that contains configurations for this category.
    name string
    User provided identifier for the restore operation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    processedTypes GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedType[]
    status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    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.
    file_name str
    Name of the file that contains configurations for this category.
    name str
    User provided identifier for the restore operation.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    processed_types Sequence[GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedType]
    status str
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    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.
    fileName String
    Name of the file that contains configurations for this category.
    name String
    User provided identifier for the restore operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    processedTypes List<Property Map>
    status String
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.

    GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedType

    AdditionalProperties string
    ChildTypes List<GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType>
    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.
    Filter string
    Filter used to obtain a list of objects of the given object type.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RestPath string
    The rest path for the MO type.
    AdditionalProperties string
    ChildTypes []GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType
    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.
    Filter string
    Filter used to obtain a list of objects of the given object type.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RestPath string
    The rest path for the MO type.
    additional_properties string
    child_types list(object)
    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.
    filter string
    Filter used to obtain a list of objects of the given object type.
    name string
    User provided identifier for the restore operation.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    rest_path string
    The rest path for the MO type.
    additionalProperties String
    childTypes List<GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType>
    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.
    filter String
    Filter used to obtain a list of objects of the given object type.
    name String
    User provided identifier for the restore operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    restPath String
    The rest path for the MO type.
    additionalProperties string
    childTypes GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType[]
    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.
    filter string
    Filter used to obtain a list of objects of the given object type.
    name string
    User provided identifier for the restore operation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    restPath string
    The rest path for the MO type.
    additional_properties str
    child_types Sequence[GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType]
    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.
    filter str
    Filter used to obtain a list of objects of the given object type.
    name str
    User provided identifier for the restore operation.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    rest_path str
    The rest path for the MO type.
    additionalProperties String
    childTypes List<Property Map>
    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.
    filter String
    Filter used to obtain a list of objects of the given object type.
    name String
    User provided identifier for the restore operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    restPath String
    The rest path for the MO type.

    GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType

    AdditionalProperties string
    ChildTypes List<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.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ParentRelationName string
    The name of the relationship to the parent type.
    RestPath string
    The rest path for the child MO type.
    AdditionalProperties string
    ChildTypes []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.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ParentRelationName string
    The name of the relationship to the parent type.
    RestPath string
    The rest path for the child MO type.
    additional_properties string
    child_types list(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.
    name string
    User provided identifier for the restore operation.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    parent_relation_name string
    The name of the relationship to the parent type.
    rest_path string
    The rest path for the child MO type.
    additionalProperties String
    childTypes List<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.
    name String
    User provided identifier for the restore operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    parentRelationName String
    The name of the relationship to the parent type.
    restPath String
    The rest path for the child MO type.
    additionalProperties string
    childTypes 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.
    name string
    User provided identifier for the restore operation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    parentRelationName string
    The name of the relationship to the parent type.
    restPath string
    The rest path for the child MO type.
    additional_properties str
    child_types Sequence[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.
    name str
    User provided identifier for the restore operation.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    parent_relation_name str
    The name of the relationship to the parent type.
    rest_path str
    The rest path for the child MO type.
    additionalProperties String
    childTypes List<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.
    name String
    User provided identifier for the restore operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    parentRelationName String
    The name of the relationship to the parent type.
    restPath String
    The rest path for the child MO type.

    GetMgmtConfigRestoreOperationAcctImportJob

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

    GetMgmtConfigRestoreOperationAncestor

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

    GetMgmtConfigRestoreOperationLocalSource

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

    GetMgmtConfigRestoreOperationOptions

    ActionOnError string
    The action to be taken if an error is encountered during the restore operation.

    • Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.
    • Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.
    • Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrgsToRestores List<string>
    RestoreAction string
    Mechanism to be used for updating configurations as part of a restore operation.

    • Merge - Configurations in the backup will be merged with existing configurations in the target system.
    • Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    ActionOnError string
    The action to be taken if an error is encountered during the restore operation.

    • Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.
    • Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.
    • Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrgsToRestores []string
    RestoreAction string
    Mechanism to be used for updating configurations as part of a restore operation.

    • Merge - Configurations in the backup will be merged with existing configurations in the target system.
    • Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    action_on_error string
    The action to be taken if an error is encountered during the restore operation.

    • Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.
    • Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.
    • Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    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.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    orgs_to_restores list(string)
    restore_action string
    Mechanism to be used for updating configurations as part of a restore operation.

    • Merge - Configurations in the backup will be merged with existing configurations in the target system.
    • Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    actionOnError String
    The action to be taken if an error is encountered during the restore operation.

    • Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.
    • Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.
    • Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    orgsToRestores List<String>
    restoreAction String
    Mechanism to be used for updating configurations as part of a restore operation.

    • Merge - Configurations in the backup will be merged with existing configurations in the target system.
    • Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    actionOnError string
    The action to be taken if an error is encountered during the restore operation.

    • Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.
    • Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.
    • Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    orgsToRestores string[]
    restoreAction string
    Mechanism to be used for updating configurations as part of a restore operation.

    • Merge - Configurations in the backup will be merged with existing configurations in the target system.
    • Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    action_on_error str
    The action to be taken if an error is encountered during the restore operation.

    • Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.
    • Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.
    • Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    orgs_to_restores Sequence[str]
    restore_action str
    Mechanism to be used for updating configurations as part of a restore operation.

    • Merge - Configurations in the backup will be merged with existing configurations in the target system.
    • Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    actionOnError String
    The action to be taken if an error is encountered during the restore operation.

    • Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.
    • Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.
    • Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    orgsToRestores List<String>
    restoreAction String
    Mechanism to be used for updating configurations as part of a restore operation.

    • Merge - Configurations in the backup will be merged with existing configurations in the target system.
    • Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.

    GetMgmtConfigRestoreOperationOrgImportJob

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

    GetMgmtConfigRestoreOperationOrgRestore

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

    GetMgmtConfigRestoreOperationParent

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

    GetMgmtConfigRestoreOperationPermissionResource

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

    GetMgmtConfigRestoreOperationResult

    AccountMoid string
    The Account ID for this managed object.
    Accounts List<GetMgmtConfigRestoreOperationResultAccount>
    AcctCategoryImportDatas List<GetMgmtConfigRestoreOperationResultAcctCategoryImportData>
    AcctImportJobs List<GetMgmtConfigRestoreOperationResultAcctImportJob>
    AdditionalProperties string
    Ancestors List<GetMgmtConfigRestoreOperationResultAncestor>
    BackupAccountMoid string
    The moid of the account from which the backup was taken.
    BackupName string
    Name of the backup that needs to be restored.
    BackupSource string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the restore process.
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    LocalSources List<GetMgmtConfigRestoreOperationResultLocalSource>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ObjectType string
    Options List<GetMgmtConfigRestoreOperationResultOption>
    OrgImportJobs List<GetMgmtConfigRestoreOperationResultOrgImportJob>
    OrgRestores List<GetMgmtConfigRestoreOperationResultOrgRestore>
    Owners List<string>
    Parents List<GetMgmtConfigRestoreOperationResultParent>
    PermissionResources List<GetMgmtConfigRestoreOperationResultPermissionResource>
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    Tags List<GetMgmtConfigRestoreOperationResultTag>
    VersionContexts List<GetMgmtConfigRestoreOperationResultVersionContext>
    WorkflowInfos List<GetMgmtConfigRestoreOperationResultWorkflowInfo>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetMgmtConfigRestoreOperationResultAccount
    AcctCategoryImportDatas []GetMgmtConfigRestoreOperationResultAcctCategoryImportData
    AcctImportJobs []GetMgmtConfigRestoreOperationResultAcctImportJob
    AdditionalProperties string
    Ancestors []GetMgmtConfigRestoreOperationResultAncestor
    BackupAccountMoid string
    The moid of the account from which the backup was taken.
    BackupName string
    Name of the backup that needs to be restored.
    BackupSource string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the restore process.
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    LocalSources []GetMgmtConfigRestoreOperationResultLocalSource
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    User provided identifier for the restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    ObjectType string
    Options []GetMgmtConfigRestoreOperationResultOption
    OrgImportJobs []GetMgmtConfigRestoreOperationResultOrgImportJob
    OrgRestores []GetMgmtConfigRestoreOperationResultOrgRestore
    Owners []string
    Parents []GetMgmtConfigRestoreOperationResultParent
    PermissionResources []GetMgmtConfigRestoreOperationResultPermissionResource
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    Tags []GetMgmtConfigRestoreOperationResultTag
    VersionContexts []GetMgmtConfigRestoreOperationResultVersionContext
    WorkflowInfos []GetMgmtConfigRestoreOperationResultWorkflowInfo
    account_moid string
    The Account ID for this managed object.
    accounts list(object)
    acct_category_import_datas list(object)
    acct_import_jobs list(object)
    additional_properties string
    ancestors list(object)
    backup_account_moid string
    The moid of the account from which the backup was taken.
    backup_name string
    Name of the backup that needs to be restored.
    backup_source string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    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.
    end_time string
    End date and time of the restore process.
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    local_sources list(object)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the restore operation.
    nr_source string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    object_type string
    options list(object)
    org_import_jobs list(object)
    org_restores list(object)
    owners list(string)
    parents list(object)
    permission_resources list(object)
    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 restore process.
    status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags list(object)
    version_contexts list(object)
    workflow_infos list(object)
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetMgmtConfigRestoreOperationResultAccount>
    acctCategoryImportDatas List<GetMgmtConfigRestoreOperationResultAcctCategoryImportData>
    acctImportJobs List<GetMgmtConfigRestoreOperationResultAcctImportJob>
    additionalProperties String
    ancestors List<GetMgmtConfigRestoreOperationResultAncestor>
    backupAccountMoid String
    The moid of the account from which the backup was taken.
    backupName String
    Name of the backup that needs to be restored.
    backupSource String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the restore process.
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    localSources List<GetMgmtConfigRestoreOperationResultLocalSource>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    objectType String
    options List<GetMgmtConfigRestoreOperationResultOption>
    orgImportJobs List<GetMgmtConfigRestoreOperationResultOrgImportJob>
    orgRestores List<GetMgmtConfigRestoreOperationResultOrgRestore>
    owners List<String>
    parents List<GetMgmtConfigRestoreOperationResultParent>
    permissionResources List<GetMgmtConfigRestoreOperationResultPermissionResource>
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags List<GetMgmtConfigRestoreOperationResultTag>
    versionContexts List<GetMgmtConfigRestoreOperationResultVersionContext>
    workflowInfos List<GetMgmtConfigRestoreOperationResultWorkflowInfo>
    accountMoid string
    The Account ID for this managed object.
    accounts GetMgmtConfigRestoreOperationResultAccount[]
    acctCategoryImportDatas GetMgmtConfigRestoreOperationResultAcctCategoryImportData[]
    acctImportJobs GetMgmtConfigRestoreOperationResultAcctImportJob[]
    additionalProperties string
    ancestors GetMgmtConfigRestoreOperationResultAncestor[]
    backupAccountMoid string
    The moid of the account from which the backup was taken.
    backupName string
    Name of the backup that needs to be restored.
    backupSource string
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    End date and time of the restore process.
    ignoreSecureProperties boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet boolean
    Indicates whether the value of the 'aesKey' property has been set.
    localSources GetMgmtConfigRestoreOperationResultLocalSource[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    User provided identifier for the restore operation.
    nrSource string
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    objectType string
    options GetMgmtConfigRestoreOperationResultOption[]
    orgImportJobs GetMgmtConfigRestoreOperationResultOrgImportJob[]
    orgRestores GetMgmtConfigRestoreOperationResultOrgRestore[]
    owners string[]
    parents GetMgmtConfigRestoreOperationResultParent[]
    permissionResources GetMgmtConfigRestoreOperationResultPermissionResource[]
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags GetMgmtConfigRestoreOperationResultTag[]
    versionContexts GetMgmtConfigRestoreOperationResultVersionContext[]
    workflowInfos GetMgmtConfigRestoreOperationResultWorkflowInfo[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetMgmtConfigRestoreOperationResultAccount]
    acct_category_import_datas Sequence[GetMgmtConfigRestoreOperationResultAcctCategoryImportData]
    acct_import_jobs Sequence[GetMgmtConfigRestoreOperationResultAcctImportJob]
    additional_properties str
    ancestors Sequence[GetMgmtConfigRestoreOperationResultAncestor]
    backup_account_moid str
    The moid of the account from which the backup was taken.
    backup_name str
    Name of the backup that needs to be restored.
    backup_source str
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    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.
    end_time str
    End date and time of the restore process.
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    local_sources Sequence[GetMgmtConfigRestoreOperationResultLocalSource]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    User provided identifier for the restore operation.
    nr_source str
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    object_type str
    options Sequence[GetMgmtConfigRestoreOperationResultOption]
    org_import_jobs Sequence[GetMgmtConfigRestoreOperationResultOrgImportJob]
    org_restores Sequence[GetMgmtConfigRestoreOperationResultOrgRestore]
    owners Sequence[str]
    parents Sequence[GetMgmtConfigRestoreOperationResultParent]
    permission_resources Sequence[GetMgmtConfigRestoreOperationResultPermissionResource]
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags Sequence[GetMgmtConfigRestoreOperationResultTag]
    version_contexts Sequence[GetMgmtConfigRestoreOperationResultVersionContext]
    workflow_infos Sequence[GetMgmtConfigRestoreOperationResultWorkflowInfo]
    accountMoid String
    The Account ID for this managed object.
    accounts List<Property Map>
    acctCategoryImportDatas List<Property Map>
    acctImportJobs List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    backupAccountMoid String
    The moid of the account from which the backup was taken.
    backupName String
    Name of the backup that needs to be restored.
    backupSource String
    Indicates whether the backup was created locally or imported.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the restore process.
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    localSources List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    User provided identifier for the restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* Local - A local Intersight location.* Uploaded - A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.* Remote - A remote location hosted in the user's datacenter.
    objectType String
    options List<Property Map>
    orgImportJobs List<Property Map>
    orgRestores List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    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 operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    tags List<Property Map>
    versionContexts List<Property Map>
    workflowInfos List<Property Map>

    GetMgmtConfigRestoreOperationResultAccount

    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

    GetMgmtConfigRestoreOperationResultAcctCategoryImportData

    AdditionalProperties string
    ClassId string
    FileName string
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    ProcessedTypes List<GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedType>
    Status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    AdditionalProperties string
    ClassId string
    FileName string
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    ProcessedTypes []GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedType
    Status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    additional_properties string
    class_id string
    file_name string
    name string
    User provided identifier for the restore operation.
    object_type string
    processed_types list(object)
    status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    additionalProperties String
    classId String
    fileName String
    name String
    User provided identifier for the restore operation.
    objectType String
    processedTypes List<GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedType>
    status String
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    additionalProperties string
    classId string
    fileName string
    name string
    User provided identifier for the restore operation.
    objectType string
    processedTypes GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedType[]
    status string
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    additional_properties str
    class_id str
    file_name str
    name str
    User provided identifier for the restore operation.
    object_type str
    processed_types Sequence[GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedType]
    status str
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.
    additionalProperties String
    classId String
    fileName String
    name String
    User provided identifier for the restore operation.
    objectType String
    processedTypes List<Property Map>
    status String
    Status of the restore operation.* Scheduled - Backup or restore process has been scheduled.* NotInitiated - Backup or restore process has not been initiated.* InProgress - Backup or restore process is in progress.* Failed - Backup or restore process has failed.* Completed - Backup or restore process has completed.* NotComplete - Backup or restore process has partially imported configuration.

    GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedType

    additional_properties string
    child_types list(object)
    class_id string
    filter string
    name string
    User provided identifier for the restore operation.
    object_type string
    rest_path string
    additionalProperties String
    childTypes List<Property Map>
    classId String
    filter String
    name String
    User provided identifier for the restore operation.
    objectType String
    restPath String

    GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedTypeChildType

    AdditionalProperties string
    ChildTypes List<string>
    ClassId string
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    ParentRelationName string
    RestPath string
    AdditionalProperties string
    ChildTypes []string
    ClassId string
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    ParentRelationName string
    RestPath string
    additional_properties string
    child_types list(string)
    class_id string
    name string
    User provided identifier for the restore operation.
    object_type string
    parent_relation_name string
    rest_path string
    additionalProperties String
    childTypes List<String>
    classId String
    name String
    User provided identifier for the restore operation.
    objectType String
    parentRelationName String
    restPath String
    additionalProperties string
    childTypes string[]
    classId string
    name string
    User provided identifier for the restore operation.
    objectType string
    parentRelationName string
    restPath string
    additional_properties str
    child_types Sequence[str]
    class_id str
    name str
    User provided identifier for the restore operation.
    object_type str
    parent_relation_name str
    rest_path str
    additionalProperties String
    childTypes List<String>
    classId String
    name String
    User provided identifier for the restore operation.
    objectType String
    parentRelationName String
    restPath String

    GetMgmtConfigRestoreOperationResultAcctImportJob

    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

    GetMgmtConfigRestoreOperationResultAncestor

    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

    GetMgmtConfigRestoreOperationResultLocalSource

    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

    GetMgmtConfigRestoreOperationResultOption

    GetMgmtConfigRestoreOperationResultOrgImportJob

    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

    GetMgmtConfigRestoreOperationResultOrgRestore

    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

    GetMgmtConfigRestoreOperationResultParent

    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

    GetMgmtConfigRestoreOperationResultPermissionResource

    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

    GetMgmtConfigRestoreOperationResultTag

    GetMgmtConfigRestoreOperationResultTagAncestorDefinition

    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

    GetMgmtConfigRestoreOperationResultTagDefinition

    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

    GetMgmtConfigRestoreOperationResultVersionContext

    GetMgmtConfigRestoreOperationResultVersionContextInterestedMo

    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

    GetMgmtConfigRestoreOperationResultVersionContextRefMo

    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

    GetMgmtConfigRestoreOperationResultWorkflowInfo

    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

    GetMgmtConfigRestoreOperationTag

    AdditionalProperties string
    AncestorDefinitions List<GetMgmtConfigRestoreOperationTagAncestorDefinition>
    Definition GetMgmtConfigRestoreOperationTagDefinition
    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 []GetMgmtConfigRestoreOperationTagAncestorDefinition
    Definition GetMgmtConfigRestoreOperationTagDefinition
    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<GetMgmtConfigRestoreOperationTagAncestorDefinition>
    definition GetMgmtConfigRestoreOperationTagDefinition
    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 GetMgmtConfigRestoreOperationTagAncestorDefinition[]
    definition GetMgmtConfigRestoreOperationTagDefinition
    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[GetMgmtConfigRestoreOperationTagAncestorDefinition]
    definition GetMgmtConfigRestoreOperationTagDefinition
    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.

    GetMgmtConfigRestoreOperationTagAncestorDefinition

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

    GetMgmtConfigRestoreOperationTagDefinition

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

    GetMgmtConfigRestoreOperationVersionContext

    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<GetMgmtConfigRestoreOperationVersionContextInterestedMo>
    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 GetMgmtConfigRestoreOperationVersionContextRefMo
    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 []GetMgmtConfigRestoreOperationVersionContextInterestedMo
    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 GetMgmtConfigRestoreOperationVersionContextRefMo
    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<GetMgmtConfigRestoreOperationVersionContextInterestedMo>
    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 GetMgmtConfigRestoreOperationVersionContextRefMo
    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 GetMgmtConfigRestoreOperationVersionContextInterestedMo[]
    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 GetMgmtConfigRestoreOperationVersionContextRefMo
    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[GetMgmtConfigRestoreOperationVersionContextInterestedMo]
    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 GetMgmtConfigRestoreOperationVersionContextRefMo
    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.

    GetMgmtConfigRestoreOperationVersionContextInterestedMo

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

    GetMgmtConfigRestoreOperationVersionContextRefMo

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

    GetMgmtConfigRestoreOperationWorkflowInfo

    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