published on Monday, Aug 24, 2026 by ciscodevnet
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 dictionarydata "intersight_get_mgmt_config_backup_operation" "name" {
# arguments
}The following arguments are supported:
- Account
Get
Mgmt Config Backup Operation Account - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Mgmt Config Backup Operation Ancestor> - Backup
Account string - The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- Backup
Instance GetMgmt Config Backup Operation Backup Instance - Category
Export List<GetDatas Mgmt Config Backup Operation Category Export Data> - 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 stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the backup operation.
- Id string
- Is
Aes boolKey Set - 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
Get
Mgmt Config Backup Operation Options - Org
Backups List<GetMgmt Config Backup Operation Org Backup> - Owners List<string>
- Parent
Get
Mgmt Config Backup Operation Parent - Permission
Resources List<GetMgmt Config Backup Operation Permission Resource> - 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.
- 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 boolTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Operation Tag> - User
Backup GetFile Mgmt Config Backup Operation User Backup File - 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 GetMgmt Config Backup Operation Version Context - Workflow
Info GetMgmt Config Backup Operation Workflow Info
- Account
Get
Mgmt Config Backup Operation Account - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Mgmt Config Backup Operation Ancestor - Backup
Account string - The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- Backup
Instance GetMgmt Config Backup Operation Backup Instance - Category
Export []GetDatas Mgmt Config Backup Operation Category Export Data - 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 stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the backup operation.
- Id string
- Is
Aes boolKey Set - 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
Get
Mgmt Config Backup Operation Options - Org
Backups []GetMgmt Config Backup Operation Org Backup - Owners []string
- Parent
Get
Mgmt Config Backup Operation Parent - Permission
Resources []GetMgmt Config Backup Operation Permission Resource - 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.
- 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 boolTriggered - Set when a system administrator initiated the backup operation.
-
[]Get
Mgmt Config Backup Operation Tag - User
Backup GetFile Mgmt Config Backup Operation User Backup File - 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 GetMgmt Config Backup Operation Version Context - Workflow
Info GetMgmt Config Backup Operation Workflow Info
- 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_ stringdomain_ group_ moid - The domain group moid of the account from which the backup was taken.
- backup_
instance object - category_
export_ list(object)datas - 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_ stringmoid - The DomainGroup ID for this managed object.
- end_
time string - End date and time of the backup operation.
- id string
- is_
aes_ boolkey_ set - 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.
- 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_ booltriggered - Set when a system administrator initiated the backup operation.
- list(object)
- user_
backup_ objectfile - 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
Get
Mgmt Config Backup Operation Account - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Mgmt Config Backup Operation Ancestor> - backup
Account String - The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- backup
Instance GetMgmt Config Backup Operation Backup Instance - category
Export List<GetDatas Mgmt Config Backup Operation Category Export Data> - 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 StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the backup operation.
- id String
- is
Aes BooleanKey Set - 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
Get
Mgmt Config Backup Operation Options - org
Backups List<GetMgmt Config Backup Operation Org Backup> - owners List<String>
- parent
Get
Mgmt Config Backup Operation Parent - permission
Resources List<GetMgmt Config Backup Operation Permission Resource> - retention
Lock 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.
- rollover
Initiated Boolean - Internal property used to indicate that a rollover has been initiated as part of this operation.
- 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 BooleanTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Operation Tag> - user
Backup GetFile Mgmt Config Backup Operation User Backup File - 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 GetMgmt Config Backup Operation Version Context - workflow
Info GetMgmt Config Backup Operation Workflow Info
- account
Get
Mgmt Config Backup Operation Account - account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Mgmt Config Backup Operation Ancestor[] - backup
Account string - The moid of the account from which the backup was taken.
- backup
Account stringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- backup
Instance GetMgmt Config Backup Operation Backup Instance - category
Export GetDatas Mgmt Config Backup Operation Category Export Data[] - 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 stringMoid - The DomainGroup ID for this managed object.
- end
Time string - End date and time of the backup operation.
- id string
- is
Aes booleanKey Set - 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
Get
Mgmt Config Backup Operation Options - org
Backups GetMgmt Config Backup Operation Org Backup[] - owners string[]
- parent
Get
Mgmt Config Backup Operation Parent - permission
Resources GetMgmt Config Backup Operation Permission Resource[] - retention
Lock 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.
- rollover
Initiated boolean - Internal property used to indicate that a rollover has been initiated as part of this operation.
- 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 booleanTriggered - Set when a system administrator initiated the backup operation.
-
Get
Mgmt Config Backup Operation Tag[] - user
Backup GetFile Mgmt Config Backup Operation User Backup File - 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 GetMgmt Config Backup Operation Version Context - workflow
Info GetMgmt Config Backup Operation Workflow Info
- account
Get
Mgmt Config Backup Operation Account - account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Mgmt Config Backup Operation Ancestor] - backup_
account str - The moid of the account from which the backup was taken.
- backup_
account_ strdomain_ group_ moid - The domain group moid of the account from which the backup was taken.
- backup_
instance GetMgmt Config Backup Operation Backup Instance - category_
export_ Sequence[Getdatas Mgmt Config Backup Operation Category Export Data] - 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_ strmoid - The DomainGroup ID for this managed object.
- end_
time str - End date and time of the backup operation.
- id str
- is_
aes_ boolkey_ set - 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
Get
Mgmt Config Backup Operation Options - org_
backups Sequence[GetMgmt Config Backup Operation Org Backup] - owners Sequence[str]
- parent
Get
Mgmt Config Backup Operation Parent - permission_
resources Sequence[GetMgmt Config Backup Operation Permission Resource] - 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.
- 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_ booltriggered - Set when a system administrator initiated the backup operation.
-
Sequence[Get
Mgmt Config Backup Operation Tag] - user_
backup_ Getfile Mgmt Config Backup Operation User Backup File - 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 GetMgmt Config Backup Operation Version Context - workflow_
info GetMgmt Config Backup Operation Workflow Info
- account Property Map
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- backup
Account String - The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- backup
Instance Property Map - category
Export List<Property Map>Datas - 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 StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the backup operation.
- id String
- is
Aes BooleanKey Set - 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 Property Map
- org
Backups List<Property Map> - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - retention
Lock 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.
- rollover
Initiated Boolean - Internal property used to indicate that a rollover has been initiated as part of this operation.
- 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 BooleanTriggered - Set when a system administrator initiated the backup operation.
- List<Property Map>
- user
Backup Property MapFile - 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 Property Map - workflow
Info Property Map
getMgmtConfigBackupOperation Result
The following output properties are available:
- Id string
- Results
List<Get
Mgmt Config Backup Operation Result> - Account
Get
Mgmt Config Backup Operation Account - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Mgmt Config Backup Operation Ancestor> - Backup
Account string - Backup
Account stringDomain Group Moid - Backup
Instance GetMgmt Config Backup Operation Backup Instance - Category
Export List<GetDatas Mgmt Config Backup Operation Category Export Data> - Class
Id string - Create
Time string - Description string
- Destination string
- Domain
Group stringMoid - End
Time string - Is
Aes boolKey Set - Mod
Time string - Moid string
- Name string
- Object
Type string - Options
Get
Mgmt Config Backup Operation Options - Org
Backups List<GetMgmt Config Backup Operation Org Backup> - Owners List<string>
- Parent
Get
Mgmt Config Backup Operation Parent - Permission
Resources List<GetMgmt Config Backup Operation Permission Resource> - Retention
Lock bool - Rollover
Initiated bool - string
- Start
Time string - Status string
- System
Admin boolTriggered -
List<Get
Mgmt Config Backup Operation Tag> - User
Backup GetFile Mgmt Config Backup Operation User Backup File - User
Password string - Version
Context GetMgmt Config Backup Operation Version Context - Workflow
Info GetMgmt Config Backup Operation Workflow Info
- Id string
- Results
[]Get
Mgmt Config Backup Operation Result - Account
Get
Mgmt Config Backup Operation Account - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Mgmt Config Backup Operation Ancestor - Backup
Account string - Backup
Account stringDomain Group Moid - Backup
Instance GetMgmt Config Backup Operation Backup Instance - Category
Export []GetDatas Mgmt Config Backup Operation Category Export Data - Class
Id string - Create
Time string - Description string
- Destination string
- Domain
Group stringMoid - End
Time string - Is
Aes boolKey Set - Mod
Time string - Moid string
- Name string
- Object
Type string - Options
Get
Mgmt Config Backup Operation Options - Org
Backups []GetMgmt Config Backup Operation Org Backup - Owners []string
- Parent
Get
Mgmt Config Backup Operation Parent - Permission
Resources []GetMgmt Config Backup Operation Permission Resource - Retention
Lock bool - Rollover
Initiated bool - string
- Start
Time string - Status string
- System
Admin boolTriggered -
[]Get
Mgmt Config Backup Operation Tag - User
Backup GetFile Mgmt Config Backup Operation User Backup File - User
Password string - Version
Context GetMgmt Config Backup Operation Version Context - Workflow
Info GetMgmt Config Backup Operation Workflow Info
- id string
- results list(object)
- account object
- account_
moid string - additional_
properties string - ancestors list(object)
- backup_
account string - backup_
account_ stringdomain_ group_ moid - backup_
instance object - category_
export_ list(object)datas - class_
id string - create_
time string - description string
- destination string
- domain_
group_ stringmoid - end_
time string - is_
aes_ boolkey_ set - mod_
time string - moid string
- name string
- object_
type string - options object
- org_
backups list(object) - owners list(string)
- parent object
- permission_
resources list(object) - retention_
lock bool - rollover_
initiated bool - string
- start_
time string - status string
- system_
admin_ booltriggered - list(object)
- user_
backup_ objectfile - user_
password string - version_
context object - workflow_
info object
- id String
- results
List<Get
Mgmt Config Backup Operation Result> - account
Get
Mgmt Config Backup Operation Account - account
Moid String - additional
Properties String - ancestors
List<Get
Mgmt Config Backup Operation Ancestor> - backup
Account String - backup
Account StringDomain Group Moid - backup
Instance GetMgmt Config Backup Operation Backup Instance - category
Export List<GetDatas Mgmt Config Backup Operation Category Export Data> - class
Id String - create
Time String - description String
- destination String
- domain
Group StringMoid - end
Time String - is
Aes BooleanKey Set - mod
Time String - moid String
- name String
- object
Type String - options
Get
Mgmt Config Backup Operation Options - org
Backups List<GetMgmt Config Backup Operation Org Backup> - owners List<String>
- parent
Get
Mgmt Config Backup Operation Parent - permission
Resources List<GetMgmt Config Backup Operation Permission Resource> - retention
Lock Boolean - rollover
Initiated Boolean - String
- start
Time String - status String
- system
Admin BooleanTriggered -
List<Get
Mgmt Config Backup Operation Tag> - user
Backup GetFile Mgmt Config Backup Operation User Backup File - user
Password String - version
Context GetMgmt Config Backup Operation Version Context - workflow
Info GetMgmt Config Backup Operation Workflow Info
- id string
- results
Get
Mgmt Config Backup Operation Result[] - account
Get
Mgmt Config Backup Operation Account - account
Moid string - additional
Properties string - ancestors
Get
Mgmt Config Backup Operation Ancestor[] - backup
Account string - backup
Account stringDomain Group Moid - backup
Instance GetMgmt Config Backup Operation Backup Instance - category
Export GetDatas Mgmt Config Backup Operation Category Export Data[] - class
Id string - create
Time string - description string
- destination string
- domain
Group stringMoid - end
Time string - is
Aes booleanKey Set - mod
Time string - moid string
- name string
- object
Type string - options
Get
Mgmt Config Backup Operation Options - org
Backups GetMgmt Config Backup Operation Org Backup[] - owners string[]
- parent
Get
Mgmt Config Backup Operation Parent - permission
Resources GetMgmt Config Backup Operation Permission Resource[] - retention
Lock boolean - rollover
Initiated boolean - string
- start
Time string - status string
- system
Admin booleanTriggered -
Get
Mgmt Config Backup Operation Tag[] - user
Backup GetFile Mgmt Config Backup Operation User Backup File - user
Password string - version
Context GetMgmt Config Backup Operation Version Context - workflow
Info GetMgmt Config Backup Operation Workflow Info
- id str
- results
Sequence[Get
Mgmt Config Backup Operation Result] - account
Get
Mgmt Config Backup Operation Account - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Mgmt Config Backup Operation Ancestor] - backup_
account str - backup_
account_ strdomain_ group_ moid - backup_
instance GetMgmt Config Backup Operation Backup Instance - category_
export_ Sequence[Getdatas Mgmt Config Backup Operation Category Export Data] - class_
id str - create_
time str - description str
- destination str
- domain_
group_ strmoid - end_
time str - is_
aes_ boolkey_ set - mod_
time str - moid str
- name str
- object_
type str - options
Get
Mgmt Config Backup Operation Options - org_
backups Sequence[GetMgmt Config Backup Operation Org Backup] - owners Sequence[str]
- parent
Get
Mgmt Config Backup Operation Parent - permission_
resources Sequence[GetMgmt Config Backup Operation Permission Resource] - retention_
lock bool - rollover_
initiated bool - str
- start_
time str - status str
- system_
admin_ booltriggered -
Sequence[Get
Mgmt Config Backup Operation Tag] - user_
backup_ Getfile Mgmt Config Backup Operation User Backup File - user_
password str - version_
context GetMgmt Config Backup Operation Version Context - workflow_
info GetMgmt Config Backup Operation Workflow Info
- id String
- results List<Property Map>
- account Property Map
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- backup
Account String - backup
Account StringDomain Group Moid - backup
Instance Property Map - category
Export List<Property Map>Datas - class
Id String - create
Time String - description String
- destination String
- domain
Group StringMoid - end
Time String - is
Aes BooleanKey Set - mod
Time String - moid String
- name String
- object
Type String - options Property Map
- org
Backups List<Property Map> - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - retention
Lock Boolean - rollover
Initiated Boolean - String
- start
Time String - status String
- system
Admin BooleanTriggered - List<Property Map>
- user
Backup Property MapFile - user
Password String - version
Context Property Map - workflow
Info Property Map
Supporting Types
GetMgmtConfigBackupOperationAccount
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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<GetMgmt Config Backup Operation Category Export Data Export Job> - 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<GetMgmt Config Backup Operation Category Export Data Processed Type>
- 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 []GetMgmt Config Backup Operation Category Export Data Export Job - 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 []GetMgmt Config Backup Operation Category Export Data Processed Type
- 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)
- 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<GetMgmt Config Backup Operation Category Export Data Export Job> - 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<GetMgmt Config Backup Operation Category Export Data Processed Type>
- 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 GetMgmt Config Backup Operation Category Export Data Export Job[] - 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 GetMgmt Config Backup Operation Category Export Data Processed Type[]
- 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[GetMgmt Config Backup Operation Category Export Data Export Job] - 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[GetMgmt Config Backup Operation Category Export Data Processed Type]
- 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<Property Map> - 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<Property Map>
GetMgmtConfigBackupOperationCategoryExportDataExportJob
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- Additional
Properties string - Child
Types List<GetMgmt Config Backup Operation Category Export Data Processed Type Child Type> - 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.
- Additional
Properties string - Child
Types []GetMgmt Config Backup Operation Category Export Data Processed Type Child Type - 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.
- 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.
- additional
Properties String - child
Types List<GetMgmt Config Backup Operation Category Export Data Processed Type Child Type> - 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.
- additional
Properties string - child
Types GetMgmt Config Backup Operation Category Export Data Processed Type Child Type[] - 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.
- additional_
properties str - child_
types Sequence[GetMgmt Config Backup Operation Category Export Data Processed Type Child Type] - 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.
- additional
Properties String - child
Types List<Property Map> - 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.
GetMgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType
- 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 stringName - The name of the relationship to the parent type.
- Rest
Path string - The rest path for the child MO type.
- Additional
Properties string - Child
Types []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 stringName - The name of the relationship to the parent type.
- Rest
Path 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_ stringname - The name of the relationship to the parent type.
- rest_
path 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 StringName - The name of the relationship to the parent type.
- rest
Path String - The rest path for the child MO type.
- additional
Properties string - child
Types 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 stringName - The name of the relationship to the parent type.
- rest
Path 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_ strname - The name of the relationship to the parent type.
- rest_
path str - 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 StringName - The name of the relationship to the parent type.
- rest
Path String - The rest path for the child MO type.
GetMgmtConfigBackupOperationOptions
- 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.
- 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.
- 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.
- additional
Properties String - auto
Rollover 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.
- 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 Boolean - Backup all identities derived from pools.
- additional
Properties string - auto
Rollover 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.
- 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 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.
- additional
Properties String - auto
Rollover 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.
- 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 Boolean - Backup all identities derived from pools.
GetMgmtConfigBackupOperationOrgBackup
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- Account
Moid string - The Account ID for this managed object.
- Accounts
List<Get
Mgmt Config Backup Operation Result Account> - Additional
Properties string - Ancestors
List<Get
Mgmt Config Backup Operation Result Ancestor> - Backup
Account string - The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- Backup
Instances List<GetMgmt Config Backup Operation Result Backup Instance> - Category
Export List<GetDatas Mgmt Config Backup Operation Result Category Export Data> - 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 stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the backup operation.
- Is
Aes boolKey Set - 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<Get
Mgmt Config Backup Operation Result Option> - Org
Backups List<GetMgmt Config Backup Operation Result Org Backup> - Owners List<string>
- Parents
List<Get
Mgmt Config Backup Operation Result Parent> - Permission
Resources List<GetMgmt Config Backup Operation Result Permission Resource> - 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.
- 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 boolTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Operation Result Tag> - User
Backup List<GetFiles Mgmt Config Backup Operation Result User Backup File> - 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<GetMgmt Config Backup Operation Result Version Context> - Workflow
Infos List<GetMgmt Config Backup Operation Result Workflow Info>
- Account
Moid string - The Account ID for this managed object.
- Accounts
[]Get
Mgmt Config Backup Operation Result Account - Additional
Properties string - Ancestors
[]Get
Mgmt Config Backup Operation Result Ancestor - Backup
Account string - The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- Backup
Instances []GetMgmt Config Backup Operation Result Backup Instance - Category
Export []GetDatas Mgmt Config Backup Operation Result Category Export Data - 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 stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the backup operation.
- Is
Aes boolKey Set - 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
[]Get
Mgmt Config Backup Operation Result Option - Org
Backups []GetMgmt Config Backup Operation Result Org Backup - Owners []string
- Parents
[]Get
Mgmt Config Backup Operation Result Parent - Permission
Resources []GetMgmt Config Backup Operation Result Permission Resource - 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.
- 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 boolTriggered - Set when a system administrator initiated the backup operation.
-
[]Get
Mgmt Config Backup Operation Result Tag - User
Backup []GetFiles Mgmt Config Backup Operation Result User Backup File - 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 []GetMgmt Config Backup Operation Result Version Context - Workflow
Infos []GetMgmt Config Backup Operation Result Workflow Info
- 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_ stringdomain_ group_ moid - The domain group moid of the account from which the backup was taken.
- backup_
instances list(object) - category_
export_ list(object)datas - 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_ stringmoid - The DomainGroup ID for this managed object.
- end_
time string - End date and time of the backup operation.
- is_
aes_ boolkey_ set - 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.
- 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_ booltriggered - Set when a system administrator initiated the backup operation.
- list(object)
- user_
backup_ list(object)files - 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)
- account
Moid String - The Account ID for this managed object.
- accounts
List<Get
Mgmt Config Backup Operation Result Account> - additional
Properties String - ancestors
List<Get
Mgmt Config Backup Operation Result Ancestor> - backup
Account String - The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- backup
Instances List<GetMgmt Config Backup Operation Result Backup Instance> - category
Export List<GetDatas Mgmt Config Backup Operation Result Category Export Data> - 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 StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the backup operation.
- is
Aes BooleanKey Set - 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<Get
Mgmt Config Backup Operation Result Option> - org
Backups List<GetMgmt Config Backup Operation Result Org Backup> - owners List<String>
- parents
List<Get
Mgmt Config Backup Operation Result Parent> - permission
Resources List<GetMgmt Config Backup Operation Result Permission Resource> - retention
Lock 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.
- rollover
Initiated Boolean - Internal property used to indicate that a rollover has been initiated as part of this operation.
- 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 BooleanTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Operation Result Tag> - user
Backup List<GetFiles Mgmt Config Backup Operation Result User Backup File> - 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<GetMgmt Config Backup Operation Result Version Context> - workflow
Infos List<GetMgmt Config Backup Operation Result Workflow Info>
- account
Moid string - The Account ID for this managed object.
- accounts
Get
Mgmt Config Backup Operation Result Account[] - additional
Properties string - ancestors
Get
Mgmt Config Backup Operation Result Ancestor[] - backup
Account string - The moid of the account from which the backup was taken.
- backup
Account stringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- backup
Instances GetMgmt Config Backup Operation Result Backup Instance[] - category
Export GetDatas Mgmt Config Backup Operation Result Category Export Data[] - 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 stringMoid - The DomainGroup ID for this managed object.
- end
Time string - End date and time of the backup operation.
- is
Aes booleanKey Set - 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
Get
Mgmt Config Backup Operation Result Option[] - org
Backups GetMgmt Config Backup Operation Result Org Backup[] - owners string[]
- parents
Get
Mgmt Config Backup Operation Result Parent[] - permission
Resources GetMgmt Config Backup Operation Result Permission Resource[] - retention
Lock 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.
- rollover
Initiated boolean - Internal property used to indicate that a rollover has been initiated as part of this operation.
- 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 booleanTriggered - Set when a system administrator initiated the backup operation.
-
Get
Mgmt Config Backup Operation Result Tag[] - user
Backup GetFiles Mgmt Config Backup Operation Result User Backup File[] - 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 GetMgmt Config Backup Operation Result Version Context[] - workflow
Infos GetMgmt Config Backup Operation Result Workflow Info[]
- account_
moid str - The Account ID for this managed object.
- accounts
Sequence[Get
Mgmt Config Backup Operation Result Account] - additional_
properties str - ancestors
Sequence[Get
Mgmt Config Backup Operation Result Ancestor] - backup_
account str - The moid of the account from which the backup was taken.
- backup_
account_ strdomain_ group_ moid - The domain group moid of the account from which the backup was taken.
- backup_
instances Sequence[GetMgmt Config Backup Operation Result Backup Instance] - category_
export_ Sequence[Getdatas Mgmt Config Backup Operation Result Category Export Data] - 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_ strmoid - The DomainGroup ID for this managed object.
- end_
time str - End date and time of the backup operation.
- is_
aes_ boolkey_ set - 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[Get
Mgmt Config Backup Operation Result Option] - org_
backups Sequence[GetMgmt Config Backup Operation Result Org Backup] - owners Sequence[str]
- parents
Sequence[Get
Mgmt Config Backup Operation Result Parent] - permission_
resources Sequence[GetMgmt Config Backup Operation Result Permission Resource] - 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.
- 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_ booltriggered - Set when a system administrator initiated the backup operation.
-
Sequence[Get
Mgmt Config Backup Operation Result Tag] - user_
backup_ Sequence[Getfiles Mgmt Config Backup Operation Result User Backup File] - 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[GetMgmt Config Backup Operation Result Version Context] - workflow_
infos Sequence[GetMgmt Config Backup Operation Result Workflow Info]
- account
Moid String - The Account ID for this managed object.
- accounts List<Property Map>
- additional
Properties String - ancestors List<Property Map>
- backup
Account String - The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - The domain group moid of the account from which the backup was taken.
- backup
Instances List<Property Map> - category
Export List<Property Map>Datas - 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 StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the backup operation.
- is
Aes BooleanKey Set - 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<Property Map>
- org
Backups List<Property Map> - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - retention
Lock 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.
- rollover
Initiated Boolean - Internal property used to indicate that a rollover has been initiated as part of this operation.
- 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 BooleanTriggered - Set when a system administrator initiated the backup operation.
- List<Property Map>
- user
Backup List<Property Map>Files - 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<Property Map> - workflow
Infos List<Property Map>
GetMgmtConfigBackupOperationResultAccount
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultBackupInstance
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultCategoryExportData
- Additional
Properties string - Class
Id string - Export
Jobs List<GetMgmt Config Backup Operation Result Category Export Data Export Job> - Name string
- User provided identifier for the backup operation.
- Object
Type string - Processed
Types List<GetMgmt Config Backup Operation Result Category Export Data Processed Type>
- Additional
Properties string - Class
Id string - Export
Jobs []GetMgmt Config Backup Operation Result Category Export Data Export Job - Name string
- User provided identifier for the backup operation.
- Object
Type string - Processed
Types []GetMgmt Config Backup Operation Result Category Export Data Processed Type
- 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)
- additional
Properties String - class
Id String - export
Jobs List<GetMgmt Config Backup Operation Result Category Export Data Export Job> - name String
- User provided identifier for the backup operation.
- object
Type String - processed
Types List<GetMgmt Config Backup Operation Result Category Export Data Processed Type>
- additional
Properties string - class
Id string - export
Jobs GetMgmt Config Backup Operation Result Category Export Data Export Job[] - name string
- User provided identifier for the backup operation.
- object
Type string - processed
Types GetMgmt Config Backup Operation Result Category Export Data Processed Type[]
- additional_
properties str - class_
id str - export_
jobs Sequence[GetMgmt Config Backup Operation Result Category Export Data Export Job] - name str
- User provided identifier for the backup operation.
- object_
type str - processed_
types Sequence[GetMgmt Config Backup Operation Result Category Export Data Processed Type]
- additional
Properties String - class
Id String - export
Jobs List<Property Map> - name String
- User provided identifier for the backup operation.
- object
Type String - processed
Types List<Property Map>
GetMgmtConfigBackupOperationResultCategoryExportDataExportJob
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultCategoryExportDataProcessedType
- Additional
Properties string - Child
Types List<GetMgmt Config Backup Operation Result Category Export Data Processed Type Child Type> - Class
Id string - Filter string
- Name string
- User provided identifier for the backup operation.
- Object
Type string - Rest
Path string
- Additional
Properties string - Child
Types []GetMgmt Config Backup Operation Result Category Export Data Processed Type Child Type - Class
Id string - Filter string
- Name string
- User provided identifier for the backup operation.
- Object
Type string - Rest
Path string
- 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
- additional
Properties String - child
Types List<GetMgmt Config Backup Operation Result Category Export Data Processed Type Child Type> - class
Id String - filter String
- name String
- User provided identifier for the backup operation.
- object
Type String - rest
Path String
- additional
Properties string - child
Types GetMgmt Config Backup Operation Result Category Export Data Processed Type Child Type[] - class
Id string - filter string
- name string
- User provided identifier for the backup operation.
- object
Type string - rest
Path string
- additional_
properties str - child_
types Sequence[GetMgmt Config Backup Operation Result Category Export Data Processed Type Child Type] - class_
id str - filter str
- name str
- User provided identifier for the backup operation.
- object_
type str - rest_
path str
- additional
Properties String - child
Types List<Property Map> - class
Id String - filter String
- name String
- User provided identifier for the backup operation.
- object
Type String - rest
Path String
GetMgmtConfigBackupOperationResultCategoryExportDataProcessedTypeChildType
- Additional
Properties string - Child
Types List<string> - Class
Id string - Name string
- User provided identifier for the backup operation.
- Object
Type string - Parent
Relation stringName - Rest
Path string
- Additional
Properties string - Child
Types []string - Class
Id string - Name string
- User provided identifier for the backup operation.
- Object
Type string - Parent
Relation stringName - Rest
Path 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_ stringname - rest_
path 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 StringName - rest
Path String
- additional
Properties string - child
Types string[] - class
Id string - name string
- User provided identifier for the backup operation.
- object
Type string - parent
Relation stringName - rest
Path 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_ strname - rest_
path str
- additional
Properties String - child
Types List<String> - class
Id String - name String
- User provided identifier for the backup operation.
- object
Type String - parent
Relation StringName - rest
Path String
GetMgmtConfigBackupOperationResultOption
- Additional
Properties string - Auto
Rollover bool - Class
Id string - Object
Type string - Preserve
Identities bool
- Additional
Properties string - Auto
Rollover bool - Class
Id string - Object
Type string - Preserve
Identities bool
- additional_
properties string - auto_
rollover bool - class_
id string - object_
type string - preserve_
identities bool
- additional
Properties String - auto
Rollover Boolean - class
Id String - object
Type String - preserve
Identities Boolean
- additional
Properties string - auto
Rollover boolean - class
Id string - object
Type string - preserve
Identities boolean
- additional_
properties str - auto_
rollover bool - class_
id str - object_
type str - preserve_
identities bool
- additional
Properties String - auto
Rollover Boolean - class
Id String - object
Type String - preserve
Identities Boolean
GetMgmtConfigBackupOperationResultOrgBackup
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties string - ancestor
Definitions GetMgmt Config Backup Operation Result Tag Ancestor Definition[] - definitions
Get
Mgmt Config Backup Operation Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetMgmtConfigBackupOperationResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultUserBackupFile
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetMgmtConfigBackupOperationResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationResultWorkflowInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMgmtConfigBackupOperationTag
- Additional
Properties string - Ancestor
Definitions List<GetMgmt Config Backup Operation Tag Ancestor Definition> - Definition
Get
Mgmt Config Backup Operation Tag Definition - 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.
- Additional
Properties string - Ancestor
Definitions []GetMgmt Config Backup Operation Tag Ancestor Definition - Definition
Get
Mgmt Config Backup Operation Tag Definition - 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.
- 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.
- additional
Properties String - ancestor
Definitions List<GetMgmt Config Backup Operation Tag Ancestor Definition> - definition
Get
Mgmt Config Backup Operation Tag Definition - 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.
- sys
Tag 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 string - ancestor
Definitions GetMgmt Config Backup Operation Tag Ancestor Definition[] - definition
Get
Mgmt Config Backup Operation Tag Definition - 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.
- sys
Tag 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[GetMgmt Config Backup Operation Tag Ancestor Definition] - definition
Get
Mgmt Config Backup Operation Tag Definition - 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.
- additional
Properties String - ancestor
Definitions 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.
- sys
Tag 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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<GetMgmt Config Backup Operation Version Context Interested Mo> - Marked
For boolDeletion - 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 GetMgmt Config Backup Operation Version Context Ref Mo - 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.
- 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 []GetMgmt Config Backup Operation Version Context Interested Mo - Marked
For boolDeletion - 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 GetMgmt Config Backup Operation Version Context Ref Mo - 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.
- 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_ booldeletion - 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.
- 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<GetMgmt Config Backup Operation Version Context Interested Mo> - marked
For BooleanDeletion - 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 GetMgmt Config Backup Operation Version Context Ref Mo - 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.
- 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 GetMgmt Config Backup Operation Version Context Interested Mo[] - marked
For booleanDeletion - 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 GetMgmt Config Backup Operation Version Context Ref Mo - 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.
- 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[GetMgmt Config Backup Operation Version Context Interested Mo] - marked_
for_ booldeletion - 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 GetMgmt Config Backup Operation Version Context Ref Mo - 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.
- 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<Property Map> - marked
For BooleanDeletion - 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 Property Map - 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.
GetMgmtConfigBackupOperationVersionContextInterestedMo
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
- 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
intersightTerraform Provider.
published on Monday, Aug 24, 2026 by ciscodevnet