published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
The ConfigBackupInstance object represents a stored backup artifact in the system repository. It is the consumable backup unit that can be protected, downloaded, and later used as a restore source.
Purpose
ConfigBackupInstance exists to provide a durable, managed representation of a backup file produced by a backup operation (or created from an imported file). It is the primary object customers interact with when securing and retrieving backup archives.
Key Concepts
- Repository-Backed Artifact: Represents a backup stored in the system, including its readiness and usability for restore operations.
- Controlled Download Workflow: Supports generating short-lived download URLs and managing the actions required to prepare the archive for retrieval.
- Encryption Enablement: Designed to support customer-controlled encryption flows prior to download, enabling stronger handling of backup confidentiality.
- Enable Retention: Provides retention locking to prevent deletion and rollover, supporting compliance-oriented backup handling.
- Operational Status Signaling: Exposes clear state transitions (e.g., ready, corrupted, encryption states) so customers can automate decisions around backup usage.
Using getMgmtConfigBackupInstance
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 getMgmtConfigBackupInstance(args: GetMgmtConfigBackupInstanceArgs, opts?: InvokeOptions): Promise<GetMgmtConfigBackupInstanceResult>
function getMgmtConfigBackupInstanceOutput(args: GetMgmtConfigBackupInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetMgmtConfigBackupInstanceResult>def get_mgmt_config_backup_instance(account: Optional[GetMgmtConfigBackupInstanceAccount] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_action: Optional[str] = None,
ancestors: Optional[Sequence[GetMgmtConfigBackupInstanceAncestor]] = None,
backup_creation_time: Optional[str] = None,
backup_name: Optional[str] = None,
backup_source: Optional[str] = None,
checksum: Optional[str] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
download_url: Optional[str] = None,
id: Optional[str] = None,
is_user_password_set: Optional[bool] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetMgmtConfigBackupInstanceParent] = None,
path: Optional[str] = None,
permission_resources: Optional[Sequence[GetMgmtConfigBackupInstancePermissionResource]] = None,
preserve_identities: Optional[bool] = None,
retention_lock: Optional[bool] = None,
shared_scope: Optional[str] = None,
size: Optional[float] = None,
source_account_moid: Optional[str] = None,
source_name: Optional[str] = None,
status: Optional[str] = None,
system_admin_triggered: Optional[bool] = None,
tags: Optional[Sequence[GetMgmtConfigBackupInstanceTag]] = None,
user_password: Optional[str] = None,
user_public_key: Optional[str] = None,
version_context: Optional[GetMgmtConfigBackupInstanceVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetMgmtConfigBackupInstanceResult
def get_mgmt_config_backup_instance_output(account: pulumi.Input[Optional[GetMgmtConfigBackupInstanceAccountArgs]] = None,
account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
admin_action: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigBackupInstanceAncestorArgs]]]] = None,
backup_creation_time: pulumi.Input[Optional[str]] = None,
backup_name: pulumi.Input[Optional[str]] = None,
backup_source: pulumi.Input[Optional[str]] = None,
checksum: pulumi.Input[Optional[str]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
description: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
download_url: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
is_user_password_set: pulumi.Input[Optional[bool]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetMgmtConfigBackupInstanceParentArgs]] = None,
path: pulumi.Input[Optional[str]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigBackupInstancePermissionResourceArgs]]]] = None,
preserve_identities: pulumi.Input[Optional[bool]] = None,
retention_lock: pulumi.Input[Optional[bool]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
size: pulumi.Input[Optional[float]] = None,
source_account_moid: pulumi.Input[Optional[str]] = None,
source_name: 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[GetMgmtConfigBackupInstanceTagArgs]]]] = None,
user_password: pulumi.Input[Optional[str]] = None,
user_public_key: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetMgmtConfigBackupInstanceVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetMgmtConfigBackupInstanceResult]func LookupMgmtConfigBackupInstance(ctx *Context, args *LookupMgmtConfigBackupInstanceArgs, opts ...InvokeOption) (*LookupMgmtConfigBackupInstanceResult, error)
func LookupMgmtConfigBackupInstanceOutput(ctx *Context, args *LookupMgmtConfigBackupInstanceOutputArgs, opts ...InvokeOption) LookupMgmtConfigBackupInstanceResultOutput> Note: This function is named LookupMgmtConfigBackupInstance in the Go SDK.
public static class GetMgmtConfigBackupInstance
{
public static Task<GetMgmtConfigBackupInstanceResult> InvokeAsync(GetMgmtConfigBackupInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetMgmtConfigBackupInstanceResult> Invoke(GetMgmtConfigBackupInstanceInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetMgmtConfigBackupInstanceResult> Invoke(GetMgmtConfigBackupInstanceInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetMgmtConfigBackupInstanceResult> getMgmtConfigBackupInstance(GetMgmtConfigBackupInstanceArgs args, InvokeOptions options)
public static Output<GetMgmtConfigBackupInstanceResult> getMgmtConfigBackupInstance(GetMgmtConfigBackupInstanceArgs args, InvokeOptions options)
public static Output<GetMgmtConfigBackupInstanceResult> getMgmtConfigBackupInstance(GetMgmtConfigBackupInstanceArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getMgmtConfigBackupInstance:getMgmtConfigBackupInstance
arguments:
# arguments dictionarydata "intersight_get_mgmt_config_backup_instance" "name" {
# arguments
}The following arguments are supported:
- Account
Get
Mgmt Config Backup Instance Account - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - Ancestors
List<Get
Mgmt Config Backup Instance Ancestor> - Backup
Creation stringTime - The time at which the backup file was created.
- Backup
Name string - Name of the backup for which the backup instance is created.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the backup operation that created this instance.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Download
Url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- Id string
- Is
User boolPassword Set - Indicates whether the value of the 'userPassword' 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.
- Object
Type string - Owners List<string>
- Parent
Get
Mgmt Config Backup Instance Parent - Path string
- Path to the backup file in the Intersight repository.
- Permission
Resources List<GetMgmt Config Backup Instance Permission Resource> - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- Retention
Lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- Size double
- Size of the backup instance, represents size of the compressed backup file.
- Source
Account stringMoid - The moid of the account from which the backup was taken.
- Source
Name string - The name of the account from which the backup was taken.
- Status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - System
Admin boolTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Instance Tag> - User
Password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- User
Public stringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- Version
Context GetMgmt Config Backup Instance Version Context
- Account
Get
Mgmt Config Backup Instance Account - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - Ancestors
[]Get
Mgmt Config Backup Instance Ancestor - Backup
Creation stringTime - The time at which the backup file was created.
- Backup
Name string - Name of the backup for which the backup instance is created.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the backup operation that created this instance.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Download
Url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- Id string
- Is
User boolPassword Set - Indicates whether the value of the 'userPassword' 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.
- Object
Type string - Owners []string
- Parent
Get
Mgmt Config Backup Instance Parent - Path string
- Path to the backup file in the Intersight repository.
- Permission
Resources []GetMgmt Config Backup Instance Permission Resource - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- Retention
Lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- Size float64
- Size of the backup instance, represents size of the compressed backup file.
- Source
Account stringMoid - The moid of the account from which the backup was taken.
- Source
Name string - The name of the account from which the backup was taken.
- Status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - System
Admin boolTriggered - Set when a system administrator initiated the backup operation.
-
[]Get
Mgmt Config Backup Instance Tag - User
Password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- User
Public stringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- Version
Context GetMgmt Config Backup Instance Version Context
- account object
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - admin_
action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors list(object)
- backup_
creation_ stringtime - The time at which the backup file was created.
- backup_
name string - Name of the backup for which the backup instance is created.
- backup_
source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class_
id string - create_
time string - The time when this managed object was created.
- description string
- Description of the backup operation that created this instance.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- download_
url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- id string
- is_
user_ boolpassword_ set - Indicates whether the value of the 'userPassword' 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.
- object_
type string - owners list(string)
- parent object
- path string
- Path to the backup file in the Intersight repository.
- permission_
resources list(object) - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention_
lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size number
- Size of the backup instance, represents size of the compressed backup file.
- source_
account_ stringmoid - The moid of the account from which the backup was taken.
- source_
name string - The name of the account from which the backup was taken.
- status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system_
admin_ booltriggered - Set when a system administrator initiated the backup operation.
- list(object)
- user_
password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user_
public_ stringkey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version_
context object
- account
Get
Mgmt Config Backup Instance Account - account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Action String - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors
List<Get
Mgmt Config Backup Instance Ancestor> - backup
Creation StringTime - The time at which the backup file was created.
- backup
Name String - Name of the backup for which the backup instance is created.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum String
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the backup operation that created this instance.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- download
Url String - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- id String
- is
User BooleanPassword Set - Indicates whether the value of the 'userPassword' 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.
- object
Type String - owners List<String>
- parent
Get
Mgmt Config Backup Instance Parent - path String
- Path to the backup file in the Intersight repository.
- permission
Resources List<GetMgmt Config Backup Instance Permission Resource> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention
Lock Boolean - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size Double
- Size of the backup instance, represents size of the compressed backup file.
- source
Account StringMoid - The moid of the account from which the backup was taken.
- source
Name String - The name of the account from which the backup was taken.
- status String
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system
Admin BooleanTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Instance Tag> - user
Password String - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user
Public StringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version
Context GetMgmt Config Backup Instance Version Context
- account
Get
Mgmt Config Backup Instance Account - account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors
Get
Mgmt Config Backup Instance Ancestor[] - backup
Creation stringTime - The time at which the backup file was created.
- backup
Name string - Name of the backup for which the backup instance is created.
- backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the backup operation that created this instance.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- download
Url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- id string
- is
User booleanPassword Set - Indicates whether the value of the 'userPassword' 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.
- object
Type string - owners string[]
- parent
Get
Mgmt Config Backup Instance Parent - path string
- Path to the backup file in the Intersight repository.
- permission
Resources GetMgmt Config Backup Instance Permission Resource[] - preserve
Identities boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention
Lock boolean - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size number
- Size of the backup instance, represents size of the compressed backup file.
- source
Account stringMoid - The moid of the account from which the backup was taken.
- source
Name string - The name of the account from which the backup was taken.
- status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system
Admin booleanTriggered - Set when a system administrator initiated the backup operation.
-
Get
Mgmt Config Backup Instance Tag[] - user
Password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user
Public stringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version
Context GetMgmt Config Backup Instance Version Context
- account
Get
Mgmt Config Backup Instance Account - account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
action str - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors
Sequence[Get
Mgmt Config Backup Instance Ancestor] - backup_
creation_ strtime - The time at which the backup file was created.
- backup_
name str - Name of the backup for which the backup instance is created.
- backup_
source str - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum str
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description of the backup operation that created this instance.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- download_
url str - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- id str
- is_
user_ boolpassword_ set - Indicates whether the value of the 'userPassword' 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.
- object_
type str - owners Sequence[str]
- parent
Get
Mgmt Config Backup Instance Parent - path str
- Path to the backup file in the Intersight repository.
- permission_
resources Sequence[GetMgmt Config Backup Instance Permission Resource] - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention_
lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size float
- Size of the backup instance, represents size of the compressed backup file.
- source_
account_ strmoid - The moid of the account from which the backup was taken.
- source_
name str - The name of the account from which the backup was taken.
- status str
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system_
admin_ booltriggered - Set when a system administrator initiated the backup operation.
-
Sequence[Get
Mgmt Config Backup Instance Tag] - user_
password str - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user_
public_ strkey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version_
context GetMgmt Config Backup Instance Version Context
- account Property Map
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Action String - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors List<Property Map>
- backup
Creation StringTime - The time at which the backup file was created.
- backup
Name String - Name of the backup for which the backup instance is created.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum String
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the backup operation that created this instance.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- download
Url String - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- id String
- is
User BooleanPassword Set - Indicates whether the value of the 'userPassword' 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.
- object
Type String - owners List<String>
- parent Property Map
- path String
- Path to the backup file in the Intersight repository.
- permission
Resources List<Property Map> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention
Lock Boolean - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size Number
- Size of the backup instance, represents size of the compressed backup file.
- source
Account StringMoid - The moid of the account from which the backup was taken.
- source
Name String - The name of the account from which the backup was taken.
- status String
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system
Admin BooleanTriggered - Set when a system administrator initiated the backup operation.
- List<Property Map>
- user
Password String - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user
Public StringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version
Context Property Map
getMgmtConfigBackupInstance Result
The following output properties are available:
- Id string
- Results
List<Get
Mgmt Config Backup Instance Result> - Account
Get
Mgmt Config Backup Instance Account - Account
Moid string - Additional
Properties string - Admin
Action string - Ancestors
List<Get
Mgmt Config Backup Instance Ancestor> - Backup
Creation stringTime - Backup
Name string - Backup
Source string - Checksum string
- Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Download
Url string - Is
User boolPassword Set - Mod
Time string - Moid string
- Object
Type string - Owners List<string>
- Parent
Get
Mgmt Config Backup Instance Parent - Path string
- Permission
Resources List<GetMgmt Config Backup Instance Permission Resource> - Preserve
Identities bool - Retention
Lock bool - string
- Size double
- Source
Account stringMoid - Source
Name string - Status string
- System
Admin boolTriggered -
List<Get
Mgmt Config Backup Instance Tag> - User
Password string - User
Public stringKey - Version
Context GetMgmt Config Backup Instance Version Context
- Id string
- Results
[]Get
Mgmt Config Backup Instance Result - Account
Get
Mgmt Config Backup Instance Account - Account
Moid string - Additional
Properties string - Admin
Action string - Ancestors
[]Get
Mgmt Config Backup Instance Ancestor - Backup
Creation stringTime - Backup
Name string - Backup
Source string - Checksum string
- Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Download
Url string - Is
User boolPassword Set - Mod
Time string - Moid string
- Object
Type string - Owners []string
- Parent
Get
Mgmt Config Backup Instance Parent - Path string
- Permission
Resources []GetMgmt Config Backup Instance Permission Resource - Preserve
Identities bool - Retention
Lock bool - string
- Size float64
- Source
Account stringMoid - Source
Name string - Status string
- System
Admin boolTriggered -
[]Get
Mgmt Config Backup Instance Tag - User
Password string - User
Public stringKey - Version
Context GetMgmt Config Backup Instance Version Context
- id string
- results list(object)
- account object
- account_
moid string - additional_
properties string - admin_
action string - ancestors list(object)
- backup_
creation_ stringtime - backup_
name string - backup_
source string - checksum string
- class_
id string - create_
time string - description string
- domain_
group_ stringmoid - download_
url string - is_
user_ boolpassword_ set - mod_
time string - moid string
- object_
type string - owners list(string)
- parent object
- path string
- permission_
resources list(object) - preserve_
identities bool - retention_
lock bool - string
- size number
- source_
account_ stringmoid - source_
name string - status string
- system_
admin_ booltriggered - list(object)
- user_
password string - user_
public_ stringkey - version_
context object
- id String
- results
List<Get
Mgmt Config Backup Instance Result> - account
Get
Mgmt Config Backup Instance Account - account
Moid String - additional
Properties String - admin
Action String - ancestors
List<Get
Mgmt Config Backup Instance Ancestor> - backup
Creation StringTime - backup
Name String - backup
Source String - checksum String
- class
Id String - create
Time String - description String
- domain
Group StringMoid - download
Url String - is
User BooleanPassword Set - mod
Time String - moid String
- object
Type String - owners List<String>
- parent
Get
Mgmt Config Backup Instance Parent - path String
- permission
Resources List<GetMgmt Config Backup Instance Permission Resource> - preserve
Identities Boolean - retention
Lock Boolean - String
- size Double
- source
Account StringMoid - source
Name String - status String
- system
Admin BooleanTriggered -
List<Get
Mgmt Config Backup Instance Tag> - user
Password String - user
Public StringKey - version
Context GetMgmt Config Backup Instance Version Context
- id string
- results
Get
Mgmt Config Backup Instance Result[] - account
Get
Mgmt Config Backup Instance Account - account
Moid string - additional
Properties string - admin
Action string - ancestors
Get
Mgmt Config Backup Instance Ancestor[] - backup
Creation stringTime - backup
Name string - backup
Source string - checksum string
- class
Id string - create
Time string - description string
- domain
Group stringMoid - download
Url string - is
User booleanPassword Set - mod
Time string - moid string
- object
Type string - owners string[]
- parent
Get
Mgmt Config Backup Instance Parent - path string
- permission
Resources GetMgmt Config Backup Instance Permission Resource[] - preserve
Identities boolean - retention
Lock boolean - string
- size number
- source
Account stringMoid - source
Name string - status string
- system
Admin booleanTriggered -
Get
Mgmt Config Backup Instance Tag[] - user
Password string - user
Public stringKey - version
Context GetMgmt Config Backup Instance Version Context
- id str
- results
Sequence[Get
Mgmt Config Backup Instance Result] - account
Get
Mgmt Config Backup Instance Account - account_
moid str - additional_
properties str - admin_
action str - ancestors
Sequence[Get
Mgmt Config Backup Instance Ancestor] - backup_
creation_ strtime - backup_
name str - backup_
source str - checksum str
- class_
id str - create_
time str - description str
- domain_
group_ strmoid - download_
url str - is_
user_ boolpassword_ set - mod_
time str - moid str
- object_
type str - owners Sequence[str]
- parent
Get
Mgmt Config Backup Instance Parent - path str
- permission_
resources Sequence[GetMgmt Config Backup Instance Permission Resource] - preserve_
identities bool - retention_
lock bool - str
- size float
- source_
account_ strmoid - source_
name str - status str
- system_
admin_ booltriggered -
Sequence[Get
Mgmt Config Backup Instance Tag] - user_
password str - user_
public_ strkey - version_
context GetMgmt Config Backup Instance Version Context
- id String
- results List<Property Map>
- account Property Map
- account
Moid String - additional
Properties String - admin
Action String - ancestors List<Property Map>
- backup
Creation StringTime - backup
Name String - backup
Source String - checksum String
- class
Id String - create
Time String - description String
- domain
Group StringMoid - download
Url String - is
User BooleanPassword Set - mod
Time String - moid String
- object
Type String - owners List<String>
- parent Property Map
- path String
- permission
Resources List<Property Map> - preserve
Identities Boolean - retention
Lock Boolean - String
- size Number
- source
Account StringMoid - source
Name String - status String
- system
Admin BooleanTriggered - List<Property Map>
- user
Password String - user
Public StringKey - version
Context Property Map
Supporting Types
GetMgmtConfigBackupInstanceAccount
- 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'.
GetMgmtConfigBackupInstanceAncestor
- 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'.
GetMgmtConfigBackupInstanceParent
- 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'.
GetMgmtConfigBackupInstancePermissionResource
- 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'.
GetMgmtConfigBackupInstanceResult
- Account
Moid string - The Account ID for this managed object.
- Accounts
List<Get
Mgmt Config Backup Instance Result Account> - Additional
Properties string - Admin
Action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - Ancestors
List<Get
Mgmt Config Backup Instance Result Ancestor> - Backup
Creation stringTime - The time at which the backup file was created.
- Backup
Name string - Name of the backup for which the backup instance is created.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the backup operation that created this instance.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Download
Url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- Is
User boolPassword Set - Indicates whether the value of the 'userPassword' 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.
- Object
Type string - Owners List<string>
- Parents
List<Get
Mgmt Config Backup Instance Result Parent> - Path string
- Path to the backup file in the Intersight repository.
- Permission
Resources List<GetMgmt Config Backup Instance Result Permission Resource> - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- Retention
Lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- Size double
- Size of the backup instance, represents size of the compressed backup file.
- Source
Account stringMoid - The moid of the account from which the backup was taken.
- Source
Name string - The name of the account from which the backup was taken.
- Status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - System
Admin boolTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Instance Result Tag> - User
Password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- User
Public stringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- Version
Contexts List<GetMgmt Config Backup Instance Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Accounts
[]Get
Mgmt Config Backup Instance Result Account - Additional
Properties string - Admin
Action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - Ancestors
[]Get
Mgmt Config Backup Instance Result Ancestor - Backup
Creation stringTime - The time at which the backup file was created.
- Backup
Name string - Name of the backup for which the backup instance is created.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the backup operation that created this instance.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Download
Url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- Is
User boolPassword Set - Indicates whether the value of the 'userPassword' 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.
- Object
Type string - Owners []string
- Parents
[]Get
Mgmt Config Backup Instance Result Parent - Path string
- Path to the backup file in the Intersight repository.
- Permission
Resources []GetMgmt Config Backup Instance Result Permission Resource - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- Retention
Lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- Size float64
- Size of the backup instance, represents size of the compressed backup file.
- Source
Account stringMoid - The moid of the account from which the backup was taken.
- Source
Name string - The name of the account from which the backup was taken.
- Status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - System
Admin boolTriggered - Set when a system administrator initiated the backup operation.
-
[]Get
Mgmt Config Backup Instance Result Tag - User
Password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- User
Public stringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- Version
Contexts []GetMgmt Config Backup Instance Result Version Context
- account_
moid string - The Account ID for this managed object.
- accounts list(object)
- additional_
properties string - admin_
action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors list(object)
- backup_
creation_ stringtime - The time at which the backup file was created.
- backup_
name string - Name of the backup for which the backup instance is created.
- backup_
source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class_
id string - create_
time string - The time when this managed object was created.
- description string
- Description of the backup operation that created this instance.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- download_
url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- is_
user_ boolpassword_ set - Indicates whether the value of the 'userPassword' 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.
- object_
type string - owners list(string)
- parents list(object)
- path string
- Path to the backup file in the Intersight repository.
- permission_
resources list(object) - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention_
lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size number
- Size of the backup instance, represents size of the compressed backup file.
- source_
account_ stringmoid - The moid of the account from which the backup was taken.
- source_
name string - The name of the account from which the backup was taken.
- status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system_
admin_ booltriggered - Set when a system administrator initiated the backup operation.
- list(object)
- user_
password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user_
public_ stringkey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- accounts
List<Get
Mgmt Config Backup Instance Result Account> - additional
Properties String - admin
Action String - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors
List<Get
Mgmt Config Backup Instance Result Ancestor> - backup
Creation StringTime - The time at which the backup file was created.
- backup
Name String - Name of the backup for which the backup instance is created.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum String
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the backup operation that created this instance.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- download
Url String - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- is
User BooleanPassword Set - Indicates whether the value of the 'userPassword' 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.
- object
Type String - owners List<String>
- parents
List<Get
Mgmt Config Backup Instance Result Parent> - path String
- Path to the backup file in the Intersight repository.
- permission
Resources List<GetMgmt Config Backup Instance Result Permission Resource> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention
Lock Boolean - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size Double
- Size of the backup instance, represents size of the compressed backup file.
- source
Account StringMoid - The moid of the account from which the backup was taken.
- source
Name String - The name of the account from which the backup was taken.
- status String
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system
Admin BooleanTriggered - Set when a system administrator initiated the backup operation.
-
List<Get
Mgmt Config Backup Instance Result Tag> - user
Password String - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user
Public StringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version
Contexts List<GetMgmt Config Backup Instance Result Version Context>
- account
Moid string - The Account ID for this managed object.
- accounts
Get
Mgmt Config Backup Instance Result Account[] - additional
Properties string - admin
Action string - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors
Get
Mgmt Config Backup Instance Result Ancestor[] - backup
Creation stringTime - The time at which the backup file was created.
- backup
Name string - Name of the backup for which the backup instance is created.
- backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum string
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the backup operation that created this instance.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- download
Url string - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- is
User booleanPassword Set - Indicates whether the value of the 'userPassword' 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.
- object
Type string - owners string[]
- parents
Get
Mgmt Config Backup Instance Result Parent[] - path string
- Path to the backup file in the Intersight repository.
- permission
Resources GetMgmt Config Backup Instance Result Permission Resource[] - preserve
Identities boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention
Lock boolean - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size number
- Size of the backup instance, represents size of the compressed backup file.
- source
Account stringMoid - The moid of the account from which the backup was taken.
- source
Name string - The name of the account from which the backup was taken.
- status string
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system
Admin booleanTriggered - Set when a system administrator initiated the backup operation.
-
Get
Mgmt Config Backup Instance Result Tag[] - user
Password string - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user
Public stringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version
Contexts GetMgmt Config Backup Instance Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- accounts
Sequence[Get
Mgmt Config Backup Instance Result Account] - additional_
properties str - admin_
action str - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors
Sequence[Get
Mgmt Config Backup Instance Result Ancestor] - backup_
creation_ strtime - The time at which the backup file was created.
- backup_
name str - Name of the backup for which the backup instance is created.
- backup_
source str - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum str
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description of the backup operation that created this instance.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- download_
url str - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- is_
user_ boolpassword_ set - Indicates whether the value of the 'userPassword' 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.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Mgmt Config Backup Instance Result Parent] - path str
- Path to the backup file in the Intersight repository.
- permission_
resources Sequence[GetMgmt Config Backup Instance Result Permission Resource] - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention_
lock bool - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size float
- Size of the backup instance, represents size of the compressed backup file.
- source_
account_ strmoid - The moid of the account from which the backup was taken.
- source_
name str - The name of the account from which the backup was taken.
- status str
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system_
admin_ booltriggered - Set when a system administrator initiated the backup operation.
-
Sequence[Get
Mgmt Config Backup Instance Result Tag] - user_
password str - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user_
public_ strkey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version_
contexts Sequence[GetMgmt Config Backup Instance Result Version Context]
- account
Moid String - The Account ID for this managed object.
- accounts List<Property Map>
- additional
Properties String - admin
Action String - Action to be performed on the backup instance.*
None- Nothing to be done. The default state of the backup instance when there is no action to be performed.*EncryptWithPublicKey- Encrypt the backup using the user given public key and make it available for download.*EncryptWithPassword- Encrypt the backup using the user provided password and make it available for download.*GenerateDownloadUrl- Generate a pre-signed URL that can be used to download a backup archive. - ancestors List<Property Map>
- backup
Creation StringTime - The time at which the backup file was created.
- backup
Name String - Name of the backup for which the backup instance is created.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - checksum String
- SHA-256 checksum of the encrypted backup archive, returned as a hex-encoded string. Users can compare the checksum of a downloaded archive with this value to verify file integrity and confirm the archive was not corrupted or altered in transit.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the backup operation that created this instance.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- download
Url String - Pre-signed URL that can be used to download the backup archive. This URL is generated when the adminAction is set to GenerateDownloadUrl. The URL is valid for 5 minutes.
- is
User BooleanPassword Set - Indicates whether the value of the 'userPassword' 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.
- object
Type String - owners List<String>
- parents List<Property Map>
- path String
- Path to the backup file in the Intersight repository.
- permission
Resources List<Property Map> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- retention
Lock Boolean - When set, ensures that the backup archive is protected from deletion and rollover operations.
- 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.
- size Number
- Size of the backup instance, represents size of the compressed backup file.
- source
Account StringMoid - The moid of the account from which the backup was taken.
- source
Name String - The name of the account from which the backup was taken.
- status String
- Status of the backup instance.*
Unknown- The status is not known. When the backup instances are created, they are in this state until the backup is ready.*Ready- Ready for use in an import operation.*RemovalInProgress- The backup is being removed.*Corrupted- The backup is corrupted and is not usable.*EncryptionInProgress- The backup is being encrypted using the user provided public key.*EncryptionFailed- The backup could not be encrypted using the user provided public key.*Encrypted- The backup has been encrypted using the user provided public key. - system
Admin BooleanTriggered - Set when a system administrator initiated the backup operation.
- List<Property Map>
- user
Password String - The password provided by the user to encrypt the backup before download. This password is not persisted in Intersight and this field will be reset after the backup archive is encrypted. The password encrypts the backup file before download. The user needs to provide the same password to decrypt when they upload the backup file to restore.
- user
Public StringKey - The public key provided by the user to encrypt the backup before download. The key needs to be in PKCS#1 format encoded in PEM.
- version
Contexts List<Property Map>
GetMgmtConfigBackupInstanceResultAccount
- 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
GetMgmtConfigBackupInstanceResultAncestor
- 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
GetMgmtConfigBackupInstanceResultParent
- 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
GetMgmtConfigBackupInstanceResultPermissionResource
- 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
GetMgmtConfigBackupInstanceResultTag
- 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 Instance Result Tag Ancestor Definition[] - definitions
Get
Mgmt Config Backup Instance 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
GetMgmtConfigBackupInstanceResultTagAncestorDefinition
- 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
GetMgmtConfigBackupInstanceResultTagDefinition
- 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
GetMgmtConfigBackupInstanceResultVersionContext
- 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
GetMgmtConfigBackupInstanceResultVersionContextInterestedMo
- 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
GetMgmtConfigBackupInstanceResultVersionContextRefMo
- 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
GetMgmtConfigBackupInstanceTag
- Additional
Properties string - Ancestor
Definitions List<GetMgmt Config Backup Instance Tag Ancestor Definition> - Definition
Get
Mgmt Config Backup Instance 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 Instance Tag Ancestor Definition - Definition
Get
Mgmt Config Backup Instance 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 Instance Tag Ancestor Definition> - definition
Get
Mgmt Config Backup Instance 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 Instance Tag Ancestor Definition[] - definition
Get
Mgmt Config Backup Instance 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 Instance Tag Ancestor Definition] - definition
Get
Mgmt Config Backup Instance 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.
GetMgmtConfigBackupInstanceTagAncestorDefinition
- 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'.
GetMgmtConfigBackupInstanceTagDefinition
- 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'.
GetMgmtConfigBackupInstanceVersionContext
- 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 Instance 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 Instance 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 Instance 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 Instance 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 Instance 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 Instance 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 Instance 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 Instance 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 Instance 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 Instance 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.
GetMgmtConfigBackupInstanceVersionContextInterestedMo
- 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'.
GetMgmtConfigBackupInstanceVersionContextRefMo
- 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