1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getMgmtConfigBackupOperation
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 ConfigBackupOperation object represents an administrator-initiated configuration backup run. This provides a single, traceable record for when a backup was requested, how it was executed, and how its progress and completion are tracked end-to-end.

    Purpose

    ConfigBackupOperation exists to orchestrate and audit the lifecycle of creating a configuration backup for an account. It acts as the top-level container that coordinates organization-level and account-level export activities and ties them to a resulting backup artifact.

    Key Concepts

    • Lifecycle Tracking: Captures the operational state of a backup from initiation through completion, enabling status-based monitoring and user visibility.
    • Account-Scoped Execution: Runs within a specific account context, ensuring backups align with tenant boundaries and permissions.
    • Coordinated Export Workflow: Aggregates export activity metadata so customers can understand what was included and which export jobs were triggered.
    • Retention and Rollover Awareness: Supports controlled space management via rollover behavior and retention protection, enabling predictable backup management at scale.
    • Artifact Association: Links the operation to the backup instance produced (the durable item used for download and restore workflows).

    Using getMgmtConfigBackupOperation

    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 getMgmtConfigBackupOperation(args: GetMgmtConfigBackupOperationArgs, opts?: InvokeOptions): Promise<GetMgmtConfigBackupOperationResult>
    function getMgmtConfigBackupOperationOutput(args: GetMgmtConfigBackupOperationOutputArgs, opts?: InvokeOutputOptions): Output<GetMgmtConfigBackupOperationResult>
    def get_mgmt_config_backup_operation(account: Optional[GetMgmtConfigBackupOperationAccount] = None,
                                         account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetMgmtConfigBackupOperationAncestor]] = None,
                                         backup_account: Optional[str] = None,
                                         backup_account_domain_group_moid: Optional[str] = None,
                                         backup_instance: Optional[GetMgmtConfigBackupOperationBackupInstance] = None,
                                         category_export_datas: Optional[Sequence[GetMgmtConfigBackupOperationCategoryExportData]] = None,
                                         class_id: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         description: Optional[str] = None,
                                         destination: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         end_time: Optional[str] = None,
                                         id: Optional[str] = None,
                                         is_aes_key_set: Optional[bool] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         options: Optional[GetMgmtConfigBackupOperationOptions] = None,
                                         org_backups: Optional[Sequence[GetMgmtConfigBackupOperationOrgBackup]] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetMgmtConfigBackupOperationParent] = None,
                                         permission_resources: Optional[Sequence[GetMgmtConfigBackupOperationPermissionResource]] = None,
                                         retention_lock: Optional[bool] = None,
                                         rollover_initiated: Optional[bool] = None,
                                         shared_scope: Optional[str] = None,
                                         start_time: Optional[str] = None,
                                         status: Optional[str] = None,
                                         system_admin_triggered: Optional[bool] = None,
                                         tags: Optional[Sequence[GetMgmtConfigBackupOperationTag]] = None,
                                         user_backup_file: Optional[GetMgmtConfigBackupOperationUserBackupFile] = None,
                                         user_password: Optional[str] = None,
                                         version_context: Optional[GetMgmtConfigBackupOperationVersionContext] = None,
                                         workflow_info: Optional[GetMgmtConfigBackupOperationWorkflowInfo] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetMgmtConfigBackupOperationResult
    def get_mgmt_config_backup_operation_output(account: pulumi.Input[Optional[GetMgmtConfigBackupOperationAccountArgs]] = None,
                                         account_moid: pulumi.Input[Optional[str]] = None,
                                         additional_properties: pulumi.Input[Optional[str]] = None,
                                         ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigBackupOperationAncestorArgs]]]] = None,
                                         backup_account: pulumi.Input[Optional[str]] = None,
                                         backup_account_domain_group_moid: pulumi.Input[Optional[str]] = None,
                                         backup_instance: pulumi.Input[Optional[GetMgmtConfigBackupOperationBackupInstanceArgs]] = None,
                                         category_export_datas: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigBackupOperationCategoryExportDataArgs]]]] = None,
                                         class_id: pulumi.Input[Optional[str]] = None,
                                         create_time: pulumi.Input[Optional[str]] = None,
                                         description: pulumi.Input[Optional[str]] = None,
                                         destination: 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,
                                         is_aes_key_set: pulumi.Input[Optional[bool]] = None,
                                         mod_time: pulumi.Input[Optional[str]] = None,
                                         moid: pulumi.Input[Optional[str]] = None,
                                         name: pulumi.Input[Optional[str]] = None,
                                         object_type: pulumi.Input[Optional[str]] = None,
                                         options: pulumi.Input[Optional[GetMgmtConfigBackupOperationOptionsArgs]] = None,
                                         org_backups: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigBackupOperationOrgBackupArgs]]]] = None,
                                         owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                         parent: pulumi.Input[Optional[GetMgmtConfigBackupOperationParentArgs]] = None,
                                         permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigBackupOperationPermissionResourceArgs]]]] = None,
                                         retention_lock: pulumi.Input[Optional[bool]] = None,
                                         rollover_initiated: pulumi.Input[Optional[bool]] = None,
                                         shared_scope: pulumi.Input[Optional[str]] = None,
                                         start_time: pulumi.Input[Optional[str]] = None,
                                         status: pulumi.Input[Optional[str]] = None,
                                         system_admin_triggered: pulumi.Input[Optional[bool]] = None,
                                         tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigBackupOperationTagArgs]]]] = None,
                                         user_backup_file: pulumi.Input[Optional[GetMgmtConfigBackupOperationUserBackupFileArgs]] = None,
                                         user_password: pulumi.Input[Optional[str]] = None,
                                         version_context: pulumi.Input[Optional[GetMgmtConfigBackupOperationVersionContextArgs]] = None,
                                         workflow_info: pulumi.Input[Optional[GetMgmtConfigBackupOperationWorkflowInfoArgs]] = None,
                                         opts: Optional[InvokeOutputOptions] = None) -> Output[GetMgmtConfigBackupOperationResult]
    func LookupMgmtConfigBackupOperation(ctx *Context, args *LookupMgmtConfigBackupOperationArgs, opts ...InvokeOption) (*LookupMgmtConfigBackupOperationResult, error)
    func LookupMgmtConfigBackupOperationOutput(ctx *Context, args *LookupMgmtConfigBackupOperationOutputArgs, opts ...InvokeOption) LookupMgmtConfigBackupOperationResultOutput

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

    public static class GetMgmtConfigBackupOperation 
    {
        public static Task<GetMgmtConfigBackupOperationResult> InvokeAsync(GetMgmtConfigBackupOperationArgs args, InvokeOptions? opts = null)
        public static Output<GetMgmtConfigBackupOperationResult> Invoke(GetMgmtConfigBackupOperationInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetMgmtConfigBackupOperationResult> Invoke(GetMgmtConfigBackupOperationInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetMgmtConfigBackupOperationResult> getMgmtConfigBackupOperation(GetMgmtConfigBackupOperationArgs args, InvokeOptions options)
    public static Output<GetMgmtConfigBackupOperationResult> getMgmtConfigBackupOperation(GetMgmtConfigBackupOperationArgs args, InvokeOptions options)
    public static Output<GetMgmtConfigBackupOperationResult> getMgmtConfigBackupOperation(GetMgmtConfigBackupOperationArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getMgmtConfigBackupOperation:getMgmtConfigBackupOperation
      arguments:
        # arguments dictionary
    data "intersight_get_mgmt_config_backup_operation" "name" {
        # arguments
    }

    The following arguments are supported:

    Account GetMgmtConfigBackupOperationAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetMgmtConfigBackupOperationAncestor>
    BackupAccount string
    The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    The domain group moid of the account from which the backup was taken.
    BackupInstance GetMgmtConfigBackupOperationBackupInstance
    CategoryExportDatas List<GetMgmtConfigBackupOperationCategoryExportData>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the backup operation.
    Id string
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    ObjectType string
    Options GetMgmtConfigBackupOperationOptions
    OrgBackups List<GetMgmtConfigBackupOperationOrgBackup>
    Owners List<string>
    Parent GetMgmtConfigBackupOperationParent
    PermissionResources List<GetMgmtConfigBackupOperationPermissionResource>
    RetentionLock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup operation.
    Status string
    The current status of the backup 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.
    SystemAdminTriggered bool
    Set when a system administrator initiated the backup operation.
    Tags List<GetMgmtConfigBackupOperationTag>
    UserBackupFile GetMgmtConfigBackupOperationUserBackupFile
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContext GetMgmtConfigBackupOperationVersionContext
    WorkflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    Account GetMgmtConfigBackupOperationAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetMgmtConfigBackupOperationAncestor
    BackupAccount string
    The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    The domain group moid of the account from which the backup was taken.
    BackupInstance GetMgmtConfigBackupOperationBackupInstance
    CategoryExportDatas []GetMgmtConfigBackupOperationCategoryExportData
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the backup operation.
    Id string
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    ObjectType string
    Options GetMgmtConfigBackupOperationOptions
    OrgBackups []GetMgmtConfigBackupOperationOrgBackup
    Owners []string
    Parent GetMgmtConfigBackupOperationParent
    PermissionResources []GetMgmtConfigBackupOperationPermissionResource
    RetentionLock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup operation.
    Status string
    The current status of the backup 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.
    SystemAdminTriggered bool
    Set when a system administrator initiated the backup operation.
    Tags []GetMgmtConfigBackupOperationTag
    UserBackupFile GetMgmtConfigBackupOperationUserBackupFile
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContext GetMgmtConfigBackupOperationVersionContext
    WorkflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    account object
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    backup_account string
    The moid of the account from which the backup was taken.
    backup_account_domain_group_moid string
    The domain group moid of the account from which the backup was taken.
    backup_instance object
    category_export_datas list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    description string
    Description of the backup operation.
    destination 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.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    end_time string
    End date and time of the backup operation.
    id string
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    object_type string
    options object
    org_backups list(object)
    owners list(string)
    parent object
    permission_resources list(object)
    retention_lock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time string
    Start date and time of the backup operation.
    status string
    The current status of the backup 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.
    system_admin_triggered bool
    Set when a system administrator initiated the backup operation.
    tags list(object)
    user_backup_file object
    user_password string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_context object
    workflow_info object
    account GetMgmtConfigBackupOperationAccount
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetMgmtConfigBackupOperationAncestor>
    backupAccount String
    The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    The domain group moid of the account from which the backup was taken.
    backupInstance GetMgmtConfigBackupOperationBackupInstance
    categoryExportDatas List<GetMgmtConfigBackupOperationCategoryExportData>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the backup operation.
    destination 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the backup operation.
    id String
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    objectType String
    options GetMgmtConfigBackupOperationOptions
    orgBackups List<GetMgmtConfigBackupOperationOrgBackup>
    owners List<String>
    parent GetMgmtConfigBackupOperationParent
    permissionResources List<GetMgmtConfigBackupOperationPermissionResource>
    retentionLock Boolean
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup operation.
    status String
    The current status of the backup 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.
    systemAdminTriggered Boolean
    Set when a system administrator initiated the backup operation.
    tags List<GetMgmtConfigBackupOperationTag>
    userBackupFile GetMgmtConfigBackupOperationUserBackupFile
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContext GetMgmtConfigBackupOperationVersionContext
    workflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    account GetMgmtConfigBackupOperationAccount
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetMgmtConfigBackupOperationAncestor[]
    backupAccount string
    The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid string
    The domain group moid of the account from which the backup was taken.
    backupInstance GetMgmtConfigBackupOperationBackupInstance
    categoryExportDatas GetMgmtConfigBackupOperationCategoryExportData[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the backup operation.
    destination 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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    End date and time of the backup operation.
    id string
    isAesKeySet boolean
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    objectType string
    options GetMgmtConfigBackupOperationOptions
    orgBackups GetMgmtConfigBackupOperationOrgBackup[]
    owners string[]
    parent GetMgmtConfigBackupOperationParent
    permissionResources GetMgmtConfigBackupOperationPermissionResource[]
    retentionLock boolean
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated boolean
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime string
    Start date and time of the backup operation.
    status string
    The current status of the backup 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.
    systemAdminTriggered boolean
    Set when a system administrator initiated the backup operation.
    tags GetMgmtConfigBackupOperationTag[]
    userBackupFile GetMgmtConfigBackupOperationUserBackupFile
    userPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContext GetMgmtConfigBackupOperationVersionContext
    workflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    account GetMgmtConfigBackupOperationAccount
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetMgmtConfigBackupOperationAncestor]
    backup_account str
    The moid of the account from which the backup was taken.
    backup_account_domain_group_moid str
    The domain group moid of the account from which the backup was taken.
    backup_instance GetMgmtConfigBackupOperationBackupInstance
    category_export_datas Sequence[GetMgmtConfigBackupOperationCategoryExportData]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the backup operation.
    destination 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.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_time str
    End date and time of the backup operation.
    id str
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    object_type str
    options GetMgmtConfigBackupOperationOptions
    org_backups Sequence[GetMgmtConfigBackupOperationOrgBackup]
    owners Sequence[str]
    parent GetMgmtConfigBackupOperationParent
    permission_resources Sequence[GetMgmtConfigBackupOperationPermissionResource]
    retention_lock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time str
    Start date and time of the backup operation.
    status str
    The current status of the backup 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.
    system_admin_triggered bool
    Set when a system administrator initiated the backup operation.
    tags Sequence[GetMgmtConfigBackupOperationTag]
    user_backup_file GetMgmtConfigBackupOperationUserBackupFile
    user_password str
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_context GetMgmtConfigBackupOperationVersionContext
    workflow_info GetMgmtConfigBackupOperationWorkflowInfo
    account Property Map
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backupAccount String
    The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    The domain group moid of the account from which the backup was taken.
    backupInstance Property Map
    categoryExportDatas List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the backup operation.
    destination 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the backup operation.
    id String
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    objectType String
    options Property Map
    orgBackups List<Property Map>
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    retentionLock Boolean
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup operation.
    status String
    The current status of the backup 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.
    systemAdminTriggered Boolean
    Set when a system administrator initiated the backup operation.
    tags List<Property Map>
    userBackupFile Property Map
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContext Property Map
    workflowInfo Property Map

    getMgmtConfigBackupOperation Result

    The following output properties are available:

    Id string
    Results List<GetMgmtConfigBackupOperationResult>
    Account GetMgmtConfigBackupOperationAccount
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetMgmtConfigBackupOperationAncestor>
    BackupAccount string
    BackupAccountDomainGroupMoid string
    BackupInstance GetMgmtConfigBackupOperationBackupInstance
    CategoryExportDatas List<GetMgmtConfigBackupOperationCategoryExportData>
    ClassId string
    CreateTime string
    Description string
    Destination string
    DomainGroupMoid string
    EndTime string
    IsAesKeySet bool
    ModTime string
    Moid string
    Name string
    ObjectType string
    Options GetMgmtConfigBackupOperationOptions
    OrgBackups List<GetMgmtConfigBackupOperationOrgBackup>
    Owners List<string>
    Parent GetMgmtConfigBackupOperationParent
    PermissionResources List<GetMgmtConfigBackupOperationPermissionResource>
    RetentionLock bool
    RolloverInitiated bool
    SharedScope string
    StartTime string
    Status string
    SystemAdminTriggered bool
    Tags List<GetMgmtConfigBackupOperationTag>
    UserBackupFile GetMgmtConfigBackupOperationUserBackupFile
    UserPassword string
    VersionContext GetMgmtConfigBackupOperationVersionContext
    WorkflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    Id string
    Results []GetMgmtConfigBackupOperationResult
    Account GetMgmtConfigBackupOperationAccount
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetMgmtConfigBackupOperationAncestor
    BackupAccount string
    BackupAccountDomainGroupMoid string
    BackupInstance GetMgmtConfigBackupOperationBackupInstance
    CategoryExportDatas []GetMgmtConfigBackupOperationCategoryExportData
    ClassId string
    CreateTime string
    Description string
    Destination string
    DomainGroupMoid string
    EndTime string
    IsAesKeySet bool
    ModTime string
    Moid string
    Name string
    ObjectType string
    Options GetMgmtConfigBackupOperationOptions
    OrgBackups []GetMgmtConfigBackupOperationOrgBackup
    Owners []string
    Parent GetMgmtConfigBackupOperationParent
    PermissionResources []GetMgmtConfigBackupOperationPermissionResource
    RetentionLock bool
    RolloverInitiated bool
    SharedScope string
    StartTime string
    Status string
    SystemAdminTriggered bool
    Tags []GetMgmtConfigBackupOperationTag
    UserBackupFile GetMgmtConfigBackupOperationUserBackupFile
    UserPassword string
    VersionContext GetMgmtConfigBackupOperationVersionContext
    WorkflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    id String
    results List<GetMgmtConfigBackupOperationResult>
    account GetMgmtConfigBackupOperationAccount
    accountMoid String
    additionalProperties String
    ancestors List<GetMgmtConfigBackupOperationAncestor>
    backupAccount String
    backupAccountDomainGroupMoid String
    backupInstance GetMgmtConfigBackupOperationBackupInstance
    categoryExportDatas List<GetMgmtConfigBackupOperationCategoryExportData>
    classId String
    createTime String
    description String
    destination String
    domainGroupMoid String
    endTime String
    isAesKeySet Boolean
    modTime String
    moid String
    name String
    objectType String
    options GetMgmtConfigBackupOperationOptions
    orgBackups List<GetMgmtConfigBackupOperationOrgBackup>
    owners List<String>
    parent GetMgmtConfigBackupOperationParent
    permissionResources List<GetMgmtConfigBackupOperationPermissionResource>
    retentionLock Boolean
    rolloverInitiated Boolean
    sharedScope String
    startTime String
    status String
    systemAdminTriggered Boolean
    tags List<GetMgmtConfigBackupOperationTag>
    userBackupFile GetMgmtConfigBackupOperationUserBackupFile
    userPassword String
    versionContext GetMgmtConfigBackupOperationVersionContext
    workflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    id string
    results GetMgmtConfigBackupOperationResult[]
    account GetMgmtConfigBackupOperationAccount
    accountMoid string
    additionalProperties string
    ancestors GetMgmtConfigBackupOperationAncestor[]
    backupAccount string
    backupAccountDomainGroupMoid string
    backupInstance GetMgmtConfigBackupOperationBackupInstance
    categoryExportDatas GetMgmtConfigBackupOperationCategoryExportData[]
    classId string
    createTime string
    description string
    destination string
    domainGroupMoid string
    endTime string
    isAesKeySet boolean
    modTime string
    moid string
    name string
    objectType string
    options GetMgmtConfigBackupOperationOptions
    orgBackups GetMgmtConfigBackupOperationOrgBackup[]
    owners string[]
    parent GetMgmtConfigBackupOperationParent
    permissionResources GetMgmtConfigBackupOperationPermissionResource[]
    retentionLock boolean
    rolloverInitiated boolean
    sharedScope string
    startTime string
    status string
    systemAdminTriggered boolean
    tags GetMgmtConfigBackupOperationTag[]
    userBackupFile GetMgmtConfigBackupOperationUserBackupFile
    userPassword string
    versionContext GetMgmtConfigBackupOperationVersionContext
    workflowInfo GetMgmtConfigBackupOperationWorkflowInfo
    id str
    results Sequence[GetMgmtConfigBackupOperationResult]
    account GetMgmtConfigBackupOperationAccount
    account_moid str
    additional_properties str
    ancestors Sequence[GetMgmtConfigBackupOperationAncestor]
    backup_account str
    backup_account_domain_group_moid str
    backup_instance GetMgmtConfigBackupOperationBackupInstance
    category_export_datas Sequence[GetMgmtConfigBackupOperationCategoryExportData]
    class_id str
    create_time str
    description str
    destination str
    domain_group_moid str
    end_time str
    is_aes_key_set bool
    mod_time str
    moid str
    name str
    object_type str
    options GetMgmtConfigBackupOperationOptions
    org_backups Sequence[GetMgmtConfigBackupOperationOrgBackup]
    owners Sequence[str]
    parent GetMgmtConfigBackupOperationParent
    permission_resources Sequence[GetMgmtConfigBackupOperationPermissionResource]
    retention_lock bool
    rollover_initiated bool
    shared_scope str
    start_time str
    status str
    system_admin_triggered bool
    tags Sequence[GetMgmtConfigBackupOperationTag]
    user_backup_file GetMgmtConfigBackupOperationUserBackupFile
    user_password str
    version_context GetMgmtConfigBackupOperationVersionContext
    workflow_info GetMgmtConfigBackupOperationWorkflowInfo

    Supporting Types

    GetMgmtConfigBackupOperationAccount

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

    GetMgmtConfigBackupOperationAncestor

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

    GetMgmtConfigBackupOperationBackupInstance

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

    GetMgmtConfigBackupOperationCategoryExportData

    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.
    ExportJobs List<GetMgmtConfigBackupOperationCategoryExportDataExportJob>
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ProcessedTypes List<GetMgmtConfigBackupOperationCategoryExportDataProcessedType>
    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.
    ExportJobs []GetMgmtConfigBackupOperationCategoryExportDataExportJob
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ProcessedTypes []GetMgmtConfigBackupOperationCategoryExportDataProcessedType
    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.
    export_jobs list(object)
    name string
    User provided identifier for the backup 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)
    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.
    exportJobs List<GetMgmtConfigBackupOperationCategoryExportDataExportJob>
    name String
    User provided identifier for the backup operation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    processedTypes List<GetMgmtConfigBackupOperationCategoryExportDataProcessedType>
    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.
    exportJobs GetMgmtConfigBackupOperationCategoryExportDataExportJob[]
    name string
    User provided identifier for the backup operation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    processedTypes GetMgmtConfigBackupOperationCategoryExportDataProcessedType[]
    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.
    export_jobs Sequence[GetMgmtConfigBackupOperationCategoryExportDataExportJob]
    name str
    User provided identifier for the backup 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[GetMgmtConfigBackupOperationCategoryExportDataProcessedType]
    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.
    exportJobs List<Property Map>
    name String
    User provided identifier for the backup 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>

    GetMgmtConfigBackupOperationCategoryExportDataExportJob

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

    GetMgmtConfigBackupOperationCategoryExportDataProcessedType

    AdditionalProperties string
    ChildTypes List<GetMgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType>
    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 backup 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 []GetMgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType
    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 backup 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 backup 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<GetMgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType>
    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 backup 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 GetMgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType[]
    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 backup 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[GetMgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType]
    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 backup 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 backup 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.

    GetMgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType

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

    GetMgmtConfigBackupOperationOptions

    AdditionalProperties string
    AutoRollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation. If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    PreserveIdentities bool
    Backup all identities derived from pools.
    AdditionalProperties string
    AutoRollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation. If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    PreserveIdentities bool
    Backup all identities derived from pools.
    additional_properties string
    auto_rollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation. If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    preserve_identities bool
    Backup all identities derived from pools.
    additionalProperties String
    autoRollover Boolean
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation. If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    preserveIdentities Boolean
    Backup all identities derived from pools.
    additionalProperties string
    autoRollover boolean
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation. If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    preserveIdentities boolean
    Backup all identities derived from pools.
    additional_properties str
    auto_rollover bool
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation. If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    preserve_identities bool
    Backup all identities derived from pools.
    additionalProperties String
    autoRollover Boolean
    If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation. If disabled and the limit has been reached, the request to create a backup operation would fail.
    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.
    preserveIdentities Boolean
    Backup all identities derived from pools.

    GetMgmtConfigBackupOperationOrgBackup

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

    GetMgmtConfigBackupOperationParent

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

    GetMgmtConfigBackupOperationPermissionResource

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

    GetMgmtConfigBackupOperationResult

    AccountMoid string
    The Account ID for this managed object.
    Accounts List<GetMgmtConfigBackupOperationResultAccount>
    AdditionalProperties string
    Ancestors List<GetMgmtConfigBackupOperationResultAncestor>
    BackupAccount string
    The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    The domain group moid of the account from which the backup was taken.
    BackupInstances List<GetMgmtConfigBackupOperationResultBackupInstance>
    CategoryExportDatas List<GetMgmtConfigBackupOperationResultCategoryExportData>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the backup operation.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    ObjectType string
    Options List<GetMgmtConfigBackupOperationResultOption>
    OrgBackups List<GetMgmtConfigBackupOperationResultOrgBackup>
    Owners List<string>
    Parents List<GetMgmtConfigBackupOperationResultParent>
    PermissionResources List<GetMgmtConfigBackupOperationResultPermissionResource>
    RetentionLock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup operation.
    Status string
    The current status of the backup 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.
    SystemAdminTriggered bool
    Set when a system administrator initiated the backup operation.
    Tags List<GetMgmtConfigBackupOperationResultTag>
    UserBackupFiles List<GetMgmtConfigBackupOperationResultUserBackupFile>
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContexts List<GetMgmtConfigBackupOperationResultVersionContext>
    WorkflowInfos List<GetMgmtConfigBackupOperationResultWorkflowInfo>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetMgmtConfigBackupOperationResultAccount
    AdditionalProperties string
    Ancestors []GetMgmtConfigBackupOperationResultAncestor
    BackupAccount string
    The moid of the account from which the backup was taken.
    BackupAccountDomainGroupMoid string
    The domain group moid of the account from which the backup was taken.
    BackupInstances []GetMgmtConfigBackupOperationResultBackupInstance
    CategoryExportDatas []GetMgmtConfigBackupOperationResultCategoryExportData
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the backup operation.
    Destination 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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    End date and time of the backup operation.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    ObjectType string
    Options []GetMgmtConfigBackupOperationResultOption
    OrgBackups []GetMgmtConfigBackupOperationResultOrgBackup
    Owners []string
    Parents []GetMgmtConfigBackupOperationResultParent
    PermissionResources []GetMgmtConfigBackupOperationResultPermissionResource
    RetentionLock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    RolloverInitiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    Start date and time of the backup operation.
    Status string
    The current status of the backup 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.
    SystemAdminTriggered bool
    Set when a system administrator initiated the backup operation.
    Tags []GetMgmtConfigBackupOperationResultTag
    UserBackupFiles []GetMgmtConfigBackupOperationResultUserBackupFile
    UserPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    VersionContexts []GetMgmtConfigBackupOperationResultVersionContext
    WorkflowInfos []GetMgmtConfigBackupOperationResultWorkflowInfo
    account_moid string
    The Account ID for this managed object.
    accounts list(object)
    additional_properties string
    ancestors list(object)
    backup_account string
    The moid of the account from which the backup was taken.
    backup_account_domain_group_moid string
    The domain group moid of the account from which the backup was taken.
    backup_instances list(object)
    category_export_datas list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    description string
    Description of the backup operation.
    destination 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.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    end_time string
    End date and time of the backup operation.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    object_type string
    options list(object)
    org_backups list(object)
    owners list(string)
    parents list(object)
    permission_resources list(object)
    retention_lock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time string
    Start date and time of the backup operation.
    status string
    The current status of the backup 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.
    system_admin_triggered bool
    Set when a system administrator initiated the backup operation.
    tags list(object)
    user_backup_files list(object)
    user_password string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_contexts list(object)
    workflow_infos list(object)
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetMgmtConfigBackupOperationResultAccount>
    additionalProperties String
    ancestors List<GetMgmtConfigBackupOperationResultAncestor>
    backupAccount String
    The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    The domain group moid of the account from which the backup was taken.
    backupInstances List<GetMgmtConfigBackupOperationResultBackupInstance>
    categoryExportDatas List<GetMgmtConfigBackupOperationResultCategoryExportData>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the backup operation.
    destination 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the backup operation.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    objectType String
    options List<GetMgmtConfigBackupOperationResultOption>
    orgBackups List<GetMgmtConfigBackupOperationResultOrgBackup>
    owners List<String>
    parents List<GetMgmtConfigBackupOperationResultParent>
    permissionResources List<GetMgmtConfigBackupOperationResultPermissionResource>
    retentionLock Boolean
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup operation.
    status String
    The current status of the backup 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.
    systemAdminTriggered Boolean
    Set when a system administrator initiated the backup operation.
    tags List<GetMgmtConfigBackupOperationResultTag>
    userBackupFiles List<GetMgmtConfigBackupOperationResultUserBackupFile>
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts List<GetMgmtConfigBackupOperationResultVersionContext>
    workflowInfos List<GetMgmtConfigBackupOperationResultWorkflowInfo>
    accountMoid string
    The Account ID for this managed object.
    accounts GetMgmtConfigBackupOperationResultAccount[]
    additionalProperties string
    ancestors GetMgmtConfigBackupOperationResultAncestor[]
    backupAccount string
    The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid string
    The domain group moid of the account from which the backup was taken.
    backupInstances GetMgmtConfigBackupOperationResultBackupInstance[]
    categoryExportDatas GetMgmtConfigBackupOperationResultCategoryExportData[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the backup operation.
    destination 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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    End date and time of the backup operation.
    isAesKeySet boolean
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    objectType string
    options GetMgmtConfigBackupOperationResultOption[]
    orgBackups GetMgmtConfigBackupOperationResultOrgBackup[]
    owners string[]
    parents GetMgmtConfigBackupOperationResultParent[]
    permissionResources GetMgmtConfigBackupOperationResultPermissionResource[]
    retentionLock boolean
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated boolean
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime string
    Start date and time of the backup operation.
    status string
    The current status of the backup 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.
    systemAdminTriggered boolean
    Set when a system administrator initiated the backup operation.
    tags GetMgmtConfigBackupOperationResultTag[]
    userBackupFiles GetMgmtConfigBackupOperationResultUserBackupFile[]
    userPassword string
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts GetMgmtConfigBackupOperationResultVersionContext[]
    workflowInfos GetMgmtConfigBackupOperationResultWorkflowInfo[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetMgmtConfigBackupOperationResultAccount]
    additional_properties str
    ancestors Sequence[GetMgmtConfigBackupOperationResultAncestor]
    backup_account str
    The moid of the account from which the backup was taken.
    backup_account_domain_group_moid str
    The domain group moid of the account from which the backup was taken.
    backup_instances Sequence[GetMgmtConfigBackupOperationResultBackupInstance]
    category_export_datas Sequence[GetMgmtConfigBackupOperationResultCategoryExportData]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the backup operation.
    destination 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.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_time str
    End date and time of the backup operation.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    object_type str
    options Sequence[GetMgmtConfigBackupOperationResultOption]
    org_backups Sequence[GetMgmtConfigBackupOperationResultOrgBackup]
    owners Sequence[str]
    parents Sequence[GetMgmtConfigBackupOperationResultParent]
    permission_resources Sequence[GetMgmtConfigBackupOperationResultPermissionResource]
    retention_lock bool
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rollover_initiated bool
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time str
    Start date and time of the backup operation.
    status str
    The current status of the backup 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.
    system_admin_triggered bool
    Set when a system administrator initiated the backup operation.
    tags Sequence[GetMgmtConfigBackupOperationResultTag]
    user_backup_files Sequence[GetMgmtConfigBackupOperationResultUserBackupFile]
    user_password str
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    version_contexts Sequence[GetMgmtConfigBackupOperationResultVersionContext]
    workflow_infos Sequence[GetMgmtConfigBackupOperationResultWorkflowInfo]
    accountMoid String
    The Account ID for this managed object.
    accounts List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    backupAccount String
    The moid of the account from which the backup was taken.
    backupAccountDomainGroupMoid String
    The domain group moid of the account from which the backup was taken.
    backupInstances List<Property Map>
    categoryExportDatas List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the backup operation.
    destination 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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    End date and time of the backup operation.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    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 backup operation.
    objectType String
    options List<Property Map>
    orgBackups List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    retentionLock Boolean
    When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
    rolloverInitiated Boolean
    Internal property used to indicate that a rollover has been initiated as part of this operation.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    Start date and time of the backup operation.
    status String
    The current status of the backup 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.
    systemAdminTriggered Boolean
    Set when a system administrator initiated the backup operation.
    tags List<Property Map>
    userBackupFiles List<Property Map>
    userPassword String
    The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
    versionContexts List<Property Map>
    workflowInfos List<Property Map>

    GetMgmtConfigBackupOperationResultAccount

    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

    GetMgmtConfigBackupOperationResultAncestor

    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

    GetMgmtConfigBackupOperationResultBackupInstance

    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

    GetMgmtConfigBackupOperationResultCategoryExportData

    additional_properties string
    class_id string
    export_jobs list(object)
    name string
    User provided identifier for the backup operation.
    object_type string
    processed_types list(object)
    additionalProperties String
    classId String
    exportJobs List<Property Map>
    name String
    User provided identifier for the backup operation.
    objectType String
    processedTypes List<Property Map>

    GetMgmtConfigBackupOperationResultCategoryExportDataExportJob

    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

    GetMgmtConfigBackupOperationResultCategoryExportDataProcessedType

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

    GetMgmtConfigBackupOperationResultCategoryExportDataProcessedTypeChildType

    AdditionalProperties string
    ChildTypes List<string>
    ClassId string
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    ParentRelationName string
    RestPath string
    AdditionalProperties string
    ChildTypes []string
    ClassId string
    Name string
    User provided identifier for the backup operation.
    ObjectType string
    ParentRelationName string
    RestPath string
    additional_properties string
    child_types list(string)
    class_id string
    name string
    User provided identifier for the backup 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 backup operation.
    objectType String
    parentRelationName String
    restPath String
    additionalProperties string
    childTypes string[]
    classId string
    name string
    User provided identifier for the backup operation.
    objectType string
    parentRelationName string
    restPath string
    additional_properties str
    child_types Sequence[str]
    class_id str
    name str
    User provided identifier for the backup 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 backup operation.
    objectType String
    parentRelationName String
    restPath String

    GetMgmtConfigBackupOperationResultOption

    GetMgmtConfigBackupOperationResultOrgBackup

    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

    GetMgmtConfigBackupOperationResultParent

    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

    GetMgmtConfigBackupOperationResultPermissionResource

    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

    GetMgmtConfigBackupOperationResultTag

    GetMgmtConfigBackupOperationResultTagAncestorDefinition

    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

    GetMgmtConfigBackupOperationResultTagDefinition

    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

    GetMgmtConfigBackupOperationResultUserBackupFile

    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

    GetMgmtConfigBackupOperationResultVersionContext

    GetMgmtConfigBackupOperationResultVersionContextInterestedMo

    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

    GetMgmtConfigBackupOperationResultVersionContextRefMo

    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

    GetMgmtConfigBackupOperationResultWorkflowInfo

    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

    GetMgmtConfigBackupOperationTag

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

    GetMgmtConfigBackupOperationTagAncestorDefinition

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

    GetMgmtConfigBackupOperationTagDefinition

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

    GetMgmtConfigBackupOperationUserBackupFile

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

    GetMgmtConfigBackupOperationVersionContext

    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<GetMgmtConfigBackupOperationVersionContextInterestedMo>
    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 GetMgmtConfigBackupOperationVersionContextRefMo
    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 []GetMgmtConfigBackupOperationVersionContextInterestedMo
    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 GetMgmtConfigBackupOperationVersionContextRefMo
    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<GetMgmtConfigBackupOperationVersionContextInterestedMo>
    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 GetMgmtConfigBackupOperationVersionContextRefMo
    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 GetMgmtConfigBackupOperationVersionContextInterestedMo[]
    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 GetMgmtConfigBackupOperationVersionContextRefMo
    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[GetMgmtConfigBackupOperationVersionContextInterestedMo]
    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 GetMgmtConfigBackupOperationVersionContextRefMo
    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.

    GetMgmtConfigBackupOperationVersionContextInterestedMo

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

    GetMgmtConfigBackupOperationVersionContextRefMo

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

    GetMgmtConfigBackupOperationWorkflowInfo

    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