published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
The ConfigRestoreOperation object represents an administrator-initiated configuration restore run. It tracks the end-to-end process of applying a previously captured backup to a target account, including progress, outcomes, and workflow coordination.
Purpose
ConfigRestoreOperation exists to orchestrate restoration of configuration from a chosen backup source, providing a top-level record that drives restore execution, tracks status, and reports import progress across account and organization scopes.
Key Concepts
- End-to-End Restore Orchestration: Coordinates staging, importing, and completion of a restore run, enabling customers to manage restoration as a single operation.
- Source Flexibility: Designed to support restoring from different backup locations (e.g., local repository), depending on operational needs.
- Controlled Restore Behavior: Supports configurable restore strategies and error-handling behavior so customers can align restores with change-management requirements.
- Progress and Outcome Visibility: Aggregates import status reporting so customers can monitor completion and detect partial or incomplete outcomes.
- Workflow Integration: Links to underlying workflow execution details to support operational auditability and troubleshooting.
Using getMgmtConfigRestoreOperation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMgmtConfigRestoreOperation(args: GetMgmtConfigRestoreOperationArgs, opts?: InvokeOptions): Promise<GetMgmtConfigRestoreOperationResult>
function getMgmtConfigRestoreOperationOutput(args: GetMgmtConfigRestoreOperationOutputArgs, opts?: InvokeOutputOptions): Output<GetMgmtConfigRestoreOperationResult>def get_mgmt_config_restore_operation(account: Optional[GetMgmtConfigRestoreOperationAccount] = None,
account_moid: Optional[str] = None,
acct_category_import_datas: Optional[Sequence[GetMgmtConfigRestoreOperationAcctCategoryImportData]] = None,
acct_import_jobs: Optional[Sequence[GetMgmtConfigRestoreOperationAcctImportJob]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetMgmtConfigRestoreOperationAncestor]] = None,
backup_account_moid: Optional[str] = None,
backup_name: Optional[str] = None,
backup_source: Optional[str] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
id: Optional[str] = None,
ignore_secure_properties: Optional[bool] = None,
is_aes_key_set: Optional[bool] = None,
local_source: Optional[GetMgmtConfigRestoreOperationLocalSource] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_source: Optional[str] = None,
object_type: Optional[str] = None,
options: Optional[GetMgmtConfigRestoreOperationOptions] = None,
org_import_jobs: Optional[Sequence[GetMgmtConfigRestoreOperationOrgImportJob]] = None,
org_restores: Optional[Sequence[GetMgmtConfigRestoreOperationOrgRestore]] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetMgmtConfigRestoreOperationParent] = None,
permission_resources: Optional[Sequence[GetMgmtConfigRestoreOperationPermissionResource]] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[GetMgmtConfigRestoreOperationTag]] = None,
version_context: Optional[GetMgmtConfigRestoreOperationVersionContext] = None,
workflow_info: Optional[GetMgmtConfigRestoreOperationWorkflowInfo] = None,
opts: Optional[InvokeOptions] = None) -> GetMgmtConfigRestoreOperationResult
def get_mgmt_config_restore_operation_output(account: pulumi.Input[Optional[GetMgmtConfigRestoreOperationAccountArgs]] = None,
account_moid: pulumi.Input[Optional[str]] = None,
acct_category_import_datas: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationAcctCategoryImportDataArgs]]]] = None,
acct_import_jobs: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationAcctImportJobArgs]]]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationAncestorArgs]]]] = None,
backup_account_moid: pulumi.Input[Optional[str]] = None,
backup_name: pulumi.Input[Optional[str]] = None,
backup_source: pulumi.Input[Optional[str]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
end_time: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
ignore_secure_properties: pulumi.Input[Optional[bool]] = None,
is_aes_key_set: pulumi.Input[Optional[bool]] = None,
local_source: pulumi.Input[Optional[GetMgmtConfigRestoreOperationLocalSourceArgs]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
nr_source: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
options: pulumi.Input[Optional[GetMgmtConfigRestoreOperationOptionsArgs]] = None,
org_import_jobs: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationOrgImportJobArgs]]]] = None,
org_restores: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationOrgRestoreArgs]]]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetMgmtConfigRestoreOperationParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationPermissionResourceArgs]]]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
start_time: pulumi.Input[Optional[str]] = None,
status: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetMgmtConfigRestoreOperationTagArgs]]]] = None,
version_context: pulumi.Input[Optional[GetMgmtConfigRestoreOperationVersionContextArgs]] = None,
workflow_info: pulumi.Input[Optional[GetMgmtConfigRestoreOperationWorkflowInfoArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetMgmtConfigRestoreOperationResult]func LookupMgmtConfigRestoreOperation(ctx *Context, args *LookupMgmtConfigRestoreOperationArgs, opts ...InvokeOption) (*LookupMgmtConfigRestoreOperationResult, error)
func LookupMgmtConfigRestoreOperationOutput(ctx *Context, args *LookupMgmtConfigRestoreOperationOutputArgs, opts ...InvokeOption) LookupMgmtConfigRestoreOperationResultOutput> Note: This function is named LookupMgmtConfigRestoreOperation in the Go SDK.
public static class GetMgmtConfigRestoreOperation
{
public static Task<GetMgmtConfigRestoreOperationResult> InvokeAsync(GetMgmtConfigRestoreOperationArgs args, InvokeOptions? opts = null)
public static Output<GetMgmtConfigRestoreOperationResult> Invoke(GetMgmtConfigRestoreOperationInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetMgmtConfigRestoreOperationResult> Invoke(GetMgmtConfigRestoreOperationInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetMgmtConfigRestoreOperationResult> getMgmtConfigRestoreOperation(GetMgmtConfigRestoreOperationArgs args, InvokeOptions options)
public static Output<GetMgmtConfigRestoreOperationResult> getMgmtConfigRestoreOperation(GetMgmtConfigRestoreOperationArgs args, InvokeOptions options)
public static Output<GetMgmtConfigRestoreOperationResult> getMgmtConfigRestoreOperation(GetMgmtConfigRestoreOperationArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getMgmtConfigRestoreOperation:getMgmtConfigRestoreOperation
arguments:
# arguments dictionarydata "intersight_get_mgmt_config_restore_operation" "name" {
# arguments
}The following arguments are supported:
- Account
Get
Mgmt Config Restore Operation Account - Account
Moid string - The Account ID for this managed object.
- Acct
Category List<GetImport Datas Mgmt Config Restore Operation Acct Category Import Data> - Acct
Import List<GetJobs Mgmt Config Restore Operation Acct Import Job> - Additional
Properties string - Ancestors
List<Get
Mgmt Config Restore Operation Ancestor> - Backup
Account stringMoid - The moid of the account from which the backup was taken.
- Backup
Name string - Name of the backup that needs to be restored.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the restore process.
- Id string
- Ignore
Secure boolProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Local
Source GetMgmt Config Restore Operation Local Source - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the restore operation.
- Nr
Source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Object
Type string - Options
Get
Mgmt Config Restore Operation Options - Org
Import List<GetJobs Mgmt Config Restore Operation Org Import Job> - Org
Restores List<GetMgmt Config Restore Operation Org Restore> - Owners List<string>
- Parent
Get
Mgmt Config Restore Operation Parent - Permission
Resources List<GetMgmt Config Restore Operation Permission Resource> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - Start date and time of the restore process.
- Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
List<Get
Mgmt Config Restore Operation Tag> - Version
Context GetMgmt Config Restore Operation Version Context - Workflow
Info GetMgmt Config Restore Operation Workflow Info
- Account
Get
Mgmt Config Restore Operation Account - Account
Moid string - The Account ID for this managed object.
- Acct
Category []GetImport Datas Mgmt Config Restore Operation Acct Category Import Data - Acct
Import []GetJobs Mgmt Config Restore Operation Acct Import Job - Additional
Properties string - Ancestors
[]Get
Mgmt Config Restore Operation Ancestor - Backup
Account stringMoid - The moid of the account from which the backup was taken.
- Backup
Name string - Name of the backup that needs to be restored.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the restore process.
- Id string
- Ignore
Secure boolProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Local
Source GetMgmt Config Restore Operation Local Source - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the restore operation.
- Nr
Source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Object
Type string - Options
Get
Mgmt Config Restore Operation Options - Org
Import []GetJobs Mgmt Config Restore Operation Org Import Job - Org
Restores []GetMgmt Config Restore Operation Org Restore - Owners []string
- Parent
Get
Mgmt Config Restore Operation Parent - Permission
Resources []GetMgmt Config Restore Operation Permission Resource - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - Start date and time of the restore process.
- Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
[]Get
Mgmt Config Restore Operation Tag - Version
Context GetMgmt Config Restore Operation Version Context - Workflow
Info GetMgmt Config Restore Operation Workflow Info
- account object
- account_
moid string - The Account ID for this managed object.
- acct_
category_ list(object)import_ datas - acct_
import_ list(object)jobs - additional_
properties string - ancestors list(object)
- backup_
account_ stringmoid - The moid of the account from which the backup was taken.
- backup_
name string - Name of the backup that needs to be restored.
- backup_
source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class_
id string - create_
time string - The time when this managed object was created.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- end_
time string - End date and time of the restore process.
- id string
- ignore_
secure_ boolproperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- local_
source object - mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the restore operation.
- nr_
source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object_
type string - options object
- org_
import_ list(object)jobs - org_
restores list(object) - owners list(string)
- parent object
- permission_
resources list(object) - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time string - Start date and time of the restore process.
- status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - list(object)
- version_
context object - workflow_
info object
- account
Get
Mgmt Config Restore Operation Account - account
Moid String - The Account ID for this managed object.
- acct
Category List<GetImport Datas Mgmt Config Restore Operation Acct Category Import Data> - acct
Import List<GetJobs Mgmt Config Restore Operation Acct Import Job> - additional
Properties String - ancestors
List<Get
Mgmt Config Restore Operation Ancestor> - backup
Account StringMoid - The moid of the account from which the backup was taken.
- backup
Name String - Name of the backup that needs to be restored.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the restore process.
- id String
- ignore
Secure BooleanProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- local
Source GetMgmt Config Restore Operation Local Source - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the restore operation.
- nr
Source String - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object
Type String - options
Get
Mgmt Config Restore Operation Options - org
Import List<GetJobs Mgmt Config Restore Operation Org Import Job> - org
Restores List<GetMgmt Config Restore Operation Org Restore> - owners List<String>
- parent
Get
Mgmt Config Restore Operation Parent - permission
Resources List<GetMgmt Config Restore Operation Permission Resource> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - Start date and time of the restore process.
- status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
List<Get
Mgmt Config Restore Operation Tag> - version
Context GetMgmt Config Restore Operation Version Context - workflow
Info GetMgmt Config Restore Operation Workflow Info
- account
Get
Mgmt Config Restore Operation Account - account
Moid string - The Account ID for this managed object.
- acct
Category GetImport Datas Mgmt Config Restore Operation Acct Category Import Data[] - acct
Import GetJobs Mgmt Config Restore Operation Acct Import Job[] - additional
Properties string - ancestors
Get
Mgmt Config Restore Operation Ancestor[] - backup
Account stringMoid - The moid of the account from which the backup was taken.
- backup
Name string - Name of the backup that needs to be restored.
- backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - End date and time of the restore process.
- id string
- ignore
Secure booleanProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is
Aes booleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- local
Source GetMgmt Config Restore Operation Local Source - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the restore operation.
- nr
Source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object
Type string - options
Get
Mgmt Config Restore Operation Options - org
Import GetJobs Mgmt Config Restore Operation Org Import Job[] - org
Restores GetMgmt Config Restore Operation Org Restore[] - owners string[]
- parent
Get
Mgmt Config Restore Operation Parent - permission
Resources GetMgmt Config Restore Operation Permission Resource[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time string - Start date and time of the restore process.
- status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
Get
Mgmt Config Restore Operation Tag[] - version
Context GetMgmt Config Restore Operation Version Context - workflow
Info GetMgmt Config Restore Operation Workflow Info
- account
Get
Mgmt Config Restore Operation Account - account_
moid str - The Account ID for this managed object.
- acct_
category_ Sequence[Getimport_ datas Mgmt Config Restore Operation Acct Category Import Data] - acct_
import_ Sequence[Getjobs Mgmt Config Restore Operation Acct Import Job] - additional_
properties str - ancestors
Sequence[Get
Mgmt Config Restore Operation Ancestor] - backup_
account_ strmoid - The moid of the account from which the backup was taken.
- backup_
name str - Name of the backup that needs to be restored.
- backup_
source str - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- end_
time str - End date and time of the restore process.
- id str
- ignore_
secure_ boolproperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- local_
source GetMgmt Config Restore Operation Local Source - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User provided identifier for the restore operation.
- nr_
source str - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object_
type str - options
Get
Mgmt Config Restore Operation Options - org_
import_ Sequence[Getjobs Mgmt Config Restore Operation Org Import Job] - org_
restores Sequence[GetMgmt Config Restore Operation Org Restore] - owners Sequence[str]
- parent
Get
Mgmt Config Restore Operation Parent - permission_
resources Sequence[GetMgmt Config Restore Operation Permission Resource] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time str - Start date and time of the restore process.
- status str
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
Sequence[Get
Mgmt Config Restore Operation Tag] - version_
context GetMgmt Config Restore Operation Version Context - workflow_
info GetMgmt Config Restore Operation Workflow Info
- account Property Map
- account
Moid String - The Account ID for this managed object.
- acct
Category List<Property Map>Import Datas - acct
Import List<Property Map>Jobs - additional
Properties String - ancestors List<Property Map>
- backup
Account StringMoid - The moid of the account from which the backup was taken.
- backup
Name String - Name of the backup that needs to be restored.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the restore process.
- id String
- ignore
Secure BooleanProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- local
Source Property Map - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the restore operation.
- nr
Source String - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object
Type String - options Property Map
- org
Import List<Property Map>Jobs - org
Restores List<Property Map> - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - Start date and time of the restore process.
- status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - List<Property Map>
- version
Context Property Map - workflow
Info Property Map
getMgmtConfigRestoreOperation Result
The following output properties are available:
- Id string
- Results
List<Get
Mgmt Config Restore Operation Result> - Account
Get
Mgmt Config Restore Operation Account - Account
Moid string - Acct
Category List<GetImport Datas Mgmt Config Restore Operation Acct Category Import Data> - Acct
Import List<GetJobs Mgmt Config Restore Operation Acct Import Job> - Additional
Properties string - Ancestors
List<Get
Mgmt Config Restore Operation Ancestor> - Backup
Account stringMoid - Backup
Name string - Backup
Source string - Class
Id string - Create
Time string - Domain
Group stringMoid - End
Time string - Ignore
Secure boolProperties - Is
Aes boolKey Set - Local
Source GetMgmt Config Restore Operation Local Source - Mod
Time string - Moid string
- Name string
- Nr
Source string - Object
Type string - Options
Get
Mgmt Config Restore Operation Options - Org
Import List<GetJobs Mgmt Config Restore Operation Org Import Job> - Org
Restores List<GetMgmt Config Restore Operation Org Restore> - Owners List<string>
- Parent
Get
Mgmt Config Restore Operation Parent - Permission
Resources List<GetMgmt Config Restore Operation Permission Resource> - string
- Start
Time string - Status string
-
List<Get
Mgmt Config Restore Operation Tag> - Version
Context GetMgmt Config Restore Operation Version Context - Workflow
Info GetMgmt Config Restore Operation Workflow Info
- Id string
- Results
[]Get
Mgmt Config Restore Operation Result - Account
Get
Mgmt Config Restore Operation Account - Account
Moid string - Acct
Category []GetImport Datas Mgmt Config Restore Operation Acct Category Import Data - Acct
Import []GetJobs Mgmt Config Restore Operation Acct Import Job - Additional
Properties string - Ancestors
[]Get
Mgmt Config Restore Operation Ancestor - Backup
Account stringMoid - Backup
Name string - Backup
Source string - Class
Id string - Create
Time string - Domain
Group stringMoid - End
Time string - Ignore
Secure boolProperties - Is
Aes boolKey Set - Local
Source GetMgmt Config Restore Operation Local Source - Mod
Time string - Moid string
- Name string
- Nr
Source string - Object
Type string - Options
Get
Mgmt Config Restore Operation Options - Org
Import []GetJobs Mgmt Config Restore Operation Org Import Job - Org
Restores []GetMgmt Config Restore Operation Org Restore - Owners []string
- Parent
Get
Mgmt Config Restore Operation Parent - Permission
Resources []GetMgmt Config Restore Operation Permission Resource - string
- Start
Time string - Status string
-
[]Get
Mgmt Config Restore Operation Tag - Version
Context GetMgmt Config Restore Operation Version Context - Workflow
Info GetMgmt Config Restore Operation Workflow Info
- id string
- results list(object)
- account object
- account_
moid string - acct_
category_ list(object)import_ datas - acct_
import_ list(object)jobs - additional_
properties string - ancestors list(object)
- backup_
account_ stringmoid - backup_
name string - backup_
source string - class_
id string - create_
time string - domain_
group_ stringmoid - end_
time string - ignore_
secure_ boolproperties - is_
aes_ boolkey_ set - local_
source object - mod_
time string - moid string
- name string
- nr_
source string - object_
type string - options object
- org_
import_ list(object)jobs - org_
restores list(object) - owners list(string)
- parent object
- permission_
resources list(object) - string
- start_
time string - status string
- list(object)
- version_
context object - workflow_
info object
- id String
- results
List<Get
Mgmt Config Restore Operation Result> - account
Get
Mgmt Config Restore Operation Account - account
Moid String - acct
Category List<GetImport Datas Mgmt Config Restore Operation Acct Category Import Data> - acct
Import List<GetJobs Mgmt Config Restore Operation Acct Import Job> - additional
Properties String - ancestors
List<Get
Mgmt Config Restore Operation Ancestor> - backup
Account StringMoid - backup
Name String - backup
Source String - class
Id String - create
Time String - domain
Group StringMoid - end
Time String - ignore
Secure BooleanProperties - is
Aes BooleanKey Set - local
Source GetMgmt Config Restore Operation Local Source - mod
Time String - moid String
- name String
- nr
Source String - object
Type String - options
Get
Mgmt Config Restore Operation Options - org
Import List<GetJobs Mgmt Config Restore Operation Org Import Job> - org
Restores List<GetMgmt Config Restore Operation Org Restore> - owners List<String>
- parent
Get
Mgmt Config Restore Operation Parent - permission
Resources List<GetMgmt Config Restore Operation Permission Resource> - String
- start
Time String - status String
-
List<Get
Mgmt Config Restore Operation Tag> - version
Context GetMgmt Config Restore Operation Version Context - workflow
Info GetMgmt Config Restore Operation Workflow Info
- id string
- results
Get
Mgmt Config Restore Operation Result[] - account
Get
Mgmt Config Restore Operation Account - account
Moid string - acct
Category GetImport Datas Mgmt Config Restore Operation Acct Category Import Data[] - acct
Import GetJobs Mgmt Config Restore Operation Acct Import Job[] - additional
Properties string - ancestors
Get
Mgmt Config Restore Operation Ancestor[] - backup
Account stringMoid - backup
Name string - backup
Source string - class
Id string - create
Time string - domain
Group stringMoid - end
Time string - ignore
Secure booleanProperties - is
Aes booleanKey Set - local
Source GetMgmt Config Restore Operation Local Source - mod
Time string - moid string
- name string
- nr
Source string - object
Type string - options
Get
Mgmt Config Restore Operation Options - org
Import GetJobs Mgmt Config Restore Operation Org Import Job[] - org
Restores GetMgmt Config Restore Operation Org Restore[] - owners string[]
- parent
Get
Mgmt Config Restore Operation Parent - permission
Resources GetMgmt Config Restore Operation Permission Resource[] - string
- start
Time string - status string
-
Get
Mgmt Config Restore Operation Tag[] - version
Context GetMgmt Config Restore Operation Version Context - workflow
Info GetMgmt Config Restore Operation Workflow Info
- id str
- results
Sequence[Get
Mgmt Config Restore Operation Result] - account
Get
Mgmt Config Restore Operation Account - account_
moid str - acct_
category_ Sequence[Getimport_ datas Mgmt Config Restore Operation Acct Category Import Data] - acct_
import_ Sequence[Getjobs Mgmt Config Restore Operation Acct Import Job] - additional_
properties str - ancestors
Sequence[Get
Mgmt Config Restore Operation Ancestor] - backup_
account_ strmoid - backup_
name str - backup_
source str - class_
id str - create_
time str - domain_
group_ strmoid - end_
time str - ignore_
secure_ boolproperties - is_
aes_ boolkey_ set - local_
source GetMgmt Config Restore Operation Local Source - mod_
time str - moid str
- name str
- nr_
source str - object_
type str - options
Get
Mgmt Config Restore Operation Options - org_
import_ Sequence[Getjobs Mgmt Config Restore Operation Org Import Job] - org_
restores Sequence[GetMgmt Config Restore Operation Org Restore] - owners Sequence[str]
- parent
Get
Mgmt Config Restore Operation Parent - permission_
resources Sequence[GetMgmt Config Restore Operation Permission Resource] - str
- start_
time str - status str
-
Sequence[Get
Mgmt Config Restore Operation Tag] - version_
context GetMgmt Config Restore Operation Version Context - workflow_
info GetMgmt Config Restore Operation Workflow Info
- id String
- results List<Property Map>
- account Property Map
- account
Moid String - acct
Category List<Property Map>Import Datas - acct
Import List<Property Map>Jobs - additional
Properties String - ancestors List<Property Map>
- backup
Account StringMoid - backup
Name String - backup
Source String - class
Id String - create
Time String - domain
Group StringMoid - end
Time String - ignore
Secure BooleanProperties - is
Aes BooleanKey Set - local
Source Property Map - mod
Time String - moid String
- name String
- nr
Source String - object
Type String - options Property Map
- org
Import List<Property Map>Jobs - org
Restores List<Property Map> - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- start
Time String - status String
- List<Property Map>
- version
Context Property Map - workflow
Info Property Map
Supporting Types
GetMgmtConfigRestoreOperationAccount
- 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'.
GetMgmtConfigRestoreOperationAcctCategoryImportData
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Name string - Name of the file that contains configurations for this category.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Processed
Types List<GetMgmt Config Restore Operation Acct Category Import Data Processed Type> - Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Name string - Name of the file that contains configurations for this category.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Processed
Types []GetMgmt Config Restore Operation Acct Category Import Data Processed Type - Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file_
name string - Name of the file that contains configurations for this category.
- name string
- User provided identifier for the restore operation.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- processed_
types list(object) - status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Name String - Name of the file that contains configurations for this category.
- name String
- User provided identifier for the restore operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- processed
Types List<GetMgmt Config Restore Operation Acct Category Import Data Processed Type> - status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Name string - Name of the file that contains configurations for this category.
- name string
- User provided identifier for the restore operation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- processed
Types GetMgmt Config Restore Operation Acct Category Import Data Processed Type[] - status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file_
name str - Name of the file that contains configurations for this category.
- name str
- User provided identifier for the restore operation.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- processed_
types Sequence[GetMgmt Config Restore Operation Acct Category Import Data Processed Type] - status str
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Name String - Name of the file that contains configurations for this category.
- name String
- User provided identifier for the restore operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- processed
Types List<Property Map> - status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedType
- Additional
Properties string - Child
Types List<GetMgmt Config Restore Operation Acct Category Import Data Processed Type Child Type> - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Filter string
- Filter used to obtain a list of objects of the given object type.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Rest
Path string - The rest path for the MO type.
- Additional
Properties string - Child
Types []GetMgmt Config Restore Operation Acct Category Import Data Processed Type Child Type - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Filter string
- Filter used to obtain a list of objects of the given object type.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Rest
Path string - The rest path for the MO type.
- additional_
properties string - child_
types list(object) - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filter string
- Filter used to obtain a list of objects of the given object type.
- name string
- User provided identifier for the restore operation.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rest_
path string - The rest path for the MO type.
- additional
Properties String - child
Types List<GetMgmt Config Restore Operation Acct Category Import Data Processed Type Child Type> - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filter String
- Filter used to obtain a list of objects of the given object type.
- name String
- User provided identifier for the restore operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rest
Path String - The rest path for the MO type.
- additional
Properties string - child
Types GetMgmt Config Restore Operation Acct Category Import Data Processed Type Child Type[] - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filter string
- Filter used to obtain a list of objects of the given object type.
- name string
- User provided identifier for the restore operation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rest
Path string - The rest path for the MO type.
- additional_
properties str - child_
types Sequence[GetMgmt Config Restore Operation Acct Category Import Data Processed Type Child Type] - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filter str
- Filter used to obtain a list of objects of the given object type.
- name str
- User provided identifier for the restore operation.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rest_
path str - The rest path for the MO type.
- additional
Properties String - child
Types List<Property Map> - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filter String
- Filter used to obtain a list of objects of the given object type.
- name String
- User provided identifier for the restore operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rest
Path String - The rest path for the MO type.
GetMgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType
- Additional
Properties string - Child
Types List<string> - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parent
Relation stringName - The name of the relationship to the parent type.
- Rest
Path string - The rest path for the child MO type.
- Additional
Properties string - Child
Types []string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parent
Relation stringName - The name of the relationship to the parent type.
- Rest
Path string - The rest path for the child MO type.
- additional_
properties string - child_
types list(string) - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- User provided identifier for the restore operation.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent_
relation_ stringname - The name of the relationship to the parent type.
- rest_
path string - The rest path for the child MO type.
- additional
Properties String - child
Types List<String> - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- User provided identifier for the restore operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent
Relation StringName - The name of the relationship to the parent type.
- rest
Path String - The rest path for the child MO type.
- additional
Properties string - child
Types string[] - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- User provided identifier for the restore operation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent
Relation stringName - The name of the relationship to the parent type.
- rest
Path string - The rest path for the child MO type.
- additional_
properties str - child_
types Sequence[str] - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name str
- User provided identifier for the restore operation.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent_
relation_ strname - The name of the relationship to the parent type.
- rest_
path str - The rest path for the child MO type.
- additional
Properties String - child
Types List<String> - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- User provided identifier for the restore operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parent
Relation StringName - The name of the relationship to the parent type.
- rest
Path String - The rest path for the child MO type.
GetMgmtConfigRestoreOperationAcctImportJob
- 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'.
GetMgmtConfigRestoreOperationAncestor
- 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'.
GetMgmtConfigRestoreOperationLocalSource
- 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'.
GetMgmtConfigRestoreOperationOptions
- Action
On stringError - The action to be taken if an error is encountered during the restore operation.
Continue- The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.Stop- The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.Rollback- Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Orgs
To List<string>Restores - Restore
Action string - Mechanism to be used for updating configurations as part of a restore operation.
Merge- Configurations in the backup will be merged with existing configurations in the target system.Replace- Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
- Action
On stringError - The action to be taken if an error is encountered during the restore operation.
Continue- The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.Stop- The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.Rollback- Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Orgs
To []stringRestores - Restore
Action string - Mechanism to be used for updating configurations as part of a restore operation.
Merge- Configurations in the backup will be merged with existing configurations in the target system.Replace- Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
- action_
on_ stringerror - The action to be taken if an error is encountered during the restore operation.
Continue- The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.Stop- The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.Rollback- Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orgs_
to_ list(string)restores - restore_
action string - Mechanism to be used for updating configurations as part of a restore operation.
Merge- Configurations in the backup will be merged with existing configurations in the target system.Replace- Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
- action
On StringError - The action to be taken if an error is encountered during the restore operation.
Continue- The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.Stop- The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.Rollback- Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orgs
To List<String>Restores - restore
Action String - Mechanism to be used for updating configurations as part of a restore operation.
Merge- Configurations in the backup will be merged with existing configurations in the target system.Replace- Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
- action
On stringError - The action to be taken if an error is encountered during the restore operation.
Continue- The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.Stop- The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.Rollback- Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orgs
To string[]Restores - restore
Action string - Mechanism to be used for updating configurations as part of a restore operation.
Merge- Configurations in the backup will be merged with existing configurations in the target system.Replace- Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
- action_
on_ strerror - The action to be taken if an error is encountered during the restore operation.
Continue- The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.Stop- The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.Rollback- Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orgs_
to_ Sequence[str]restores - restore_
action str - Mechanism to be used for updating configurations as part of a restore operation.
Merge- Configurations in the backup will be merged with existing configurations in the target system.Replace- Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
- action
On StringError - The action to be taken if an error is encountered during the restore operation.
Continue- The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.Stop- The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.Rollback- Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orgs
To List<String>Restores - restore
Action String - Mechanism to be used for updating configurations as part of a restore operation.
Merge- Configurations in the backup will be merged with existing configurations in the target system.Replace- Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
GetMgmtConfigRestoreOperationOrgImportJob
- 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'.
GetMgmtConfigRestoreOperationOrgRestore
- 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'.
GetMgmtConfigRestoreOperationParent
- 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'.
GetMgmtConfigRestoreOperationPermissionResource
- 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'.
GetMgmtConfigRestoreOperationResult
- Account
Moid string - The Account ID for this managed object.
- Accounts
List<Get
Mgmt Config Restore Operation Result Account> - Acct
Category List<GetImport Datas Mgmt Config Restore Operation Result Acct Category Import Data> - Acct
Import List<GetJobs Mgmt Config Restore Operation Result Acct Import Job> - Additional
Properties string - Ancestors
List<Get
Mgmt Config Restore Operation Result Ancestor> - Backup
Account stringMoid - The moid of the account from which the backup was taken.
- Backup
Name string - Name of the backup that needs to be restored.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the restore process.
- Ignore
Secure boolProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Local
Sources List<GetMgmt Config Restore Operation Result Local Source> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the restore operation.
- Nr
Source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Object
Type string - Options
List<Get
Mgmt Config Restore Operation Result Option> - Org
Import List<GetJobs Mgmt Config Restore Operation Result Org Import Job> - Org
Restores List<GetMgmt Config Restore Operation Result Org Restore> - Owners List<string>
- Parents
List<Get
Mgmt Config Restore Operation Result Parent> - Permission
Resources List<GetMgmt Config Restore Operation Result Permission Resource> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - Start date and time of the restore process.
- Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
List<Get
Mgmt Config Restore Operation Result Tag> - Version
Contexts List<GetMgmt Config Restore Operation Result Version Context> - Workflow
Infos List<GetMgmt Config Restore Operation Result Workflow Info>
- Account
Moid string - The Account ID for this managed object.
- Accounts
[]Get
Mgmt Config Restore Operation Result Account - Acct
Category []GetImport Datas Mgmt Config Restore Operation Result Acct Category Import Data - Acct
Import []GetJobs Mgmt Config Restore Operation Result Acct Import Job - Additional
Properties string - Ancestors
[]Get
Mgmt Config Restore Operation Result Ancestor - Backup
Account stringMoid - The moid of the account from which the backup was taken.
- Backup
Name string - Name of the backup that needs to be restored.
- Backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - End date and time of the restore process.
- Ignore
Secure boolProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Local
Sources []GetMgmt Config Restore Operation Result Local Source - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the restore operation.
- Nr
Source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Object
Type string - Options
[]Get
Mgmt Config Restore Operation Result Option - Org
Import []GetJobs Mgmt Config Restore Operation Result Org Import Job - Org
Restores []GetMgmt Config Restore Operation Result Org Restore - Owners []string
- Parents
[]Get
Mgmt Config Restore Operation Result Parent - Permission
Resources []GetMgmt Config Restore Operation Result Permission Resource - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - Start date and time of the restore process.
- Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
[]Get
Mgmt Config Restore Operation Result Tag - Version
Contexts []GetMgmt Config Restore Operation Result Version Context - Workflow
Infos []GetMgmt Config Restore Operation Result Workflow Info
- account_
moid string - The Account ID for this managed object.
- accounts list(object)
- acct_
category_ list(object)import_ datas - acct_
import_ list(object)jobs - additional_
properties string - ancestors list(object)
- backup_
account_ stringmoid - The moid of the account from which the backup was taken.
- backup_
name string - Name of the backup that needs to be restored.
- backup_
source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class_
id string - create_
time string - The time when this managed object was created.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- end_
time string - End date and time of the restore process.
- ignore_
secure_ boolproperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- local_
sources list(object) - mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the restore operation.
- nr_
source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object_
type string - options list(object)
- org_
import_ list(object)jobs - org_
restores list(object) - owners list(string)
- parents list(object)
- permission_
resources list(object) - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time string - Start date and time of the restore process.
- status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - list(object)
- version_
contexts list(object) - workflow_
infos list(object)
- account
Moid String - The Account ID for this managed object.
- accounts
List<Get
Mgmt Config Restore Operation Result Account> - acct
Category List<GetImport Datas Mgmt Config Restore Operation Result Acct Category Import Data> - acct
Import List<GetJobs Mgmt Config Restore Operation Result Acct Import Job> - additional
Properties String - ancestors
List<Get
Mgmt Config Restore Operation Result Ancestor> - backup
Account StringMoid - The moid of the account from which the backup was taken.
- backup
Name String - Name of the backup that needs to be restored.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the restore process.
- ignore
Secure BooleanProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- local
Sources List<GetMgmt Config Restore Operation Result Local Source> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the restore operation.
- nr
Source String - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object
Type String - options
List<Get
Mgmt Config Restore Operation Result Option> - org
Import List<GetJobs Mgmt Config Restore Operation Result Org Import Job> - org
Restores List<GetMgmt Config Restore Operation Result Org Restore> - owners List<String>
- parents
List<Get
Mgmt Config Restore Operation Result Parent> - permission
Resources List<GetMgmt Config Restore Operation Result Permission Resource> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - Start date and time of the restore process.
- status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
List<Get
Mgmt Config Restore Operation Result Tag> - version
Contexts List<GetMgmt Config Restore Operation Result Version Context> - workflow
Infos List<GetMgmt Config Restore Operation Result Workflow Info>
- account
Moid string - The Account ID for this managed object.
- accounts
Get
Mgmt Config Restore Operation Result Account[] - acct
Category GetImport Datas Mgmt Config Restore Operation Result Acct Category Import Data[] - acct
Import GetJobs Mgmt Config Restore Operation Result Acct Import Job[] - additional
Properties string - ancestors
Get
Mgmt Config Restore Operation Result Ancestor[] - backup
Account stringMoid - The moid of the account from which the backup was taken.
- backup
Name string - Name of the backup that needs to be restored.
- backup
Source string - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - End date and time of the restore process.
- ignore
Secure booleanProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is
Aes booleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- local
Sources GetMgmt Config Restore Operation Result Local Source[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the restore operation.
- nr
Source string - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object
Type string - options
Get
Mgmt Config Restore Operation Result Option[] - org
Import GetJobs Mgmt Config Restore Operation Result Org Import Job[] - org
Restores GetMgmt Config Restore Operation Result Org Restore[] - owners string[]
- parents
Get
Mgmt Config Restore Operation Result Parent[] - permission
Resources GetMgmt Config Restore Operation Result Permission Resource[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time string - Start date and time of the restore process.
- status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
Get
Mgmt Config Restore Operation Result Tag[] - version
Contexts GetMgmt Config Restore Operation Result Version Context[] - workflow
Infos GetMgmt Config Restore Operation Result Workflow Info[]
- account_
moid str - The Account ID for this managed object.
- accounts
Sequence[Get
Mgmt Config Restore Operation Result Account] - acct_
category_ Sequence[Getimport_ datas Mgmt Config Restore Operation Result Acct Category Import Data] - acct_
import_ Sequence[Getjobs Mgmt Config Restore Operation Result Acct Import Job] - additional_
properties str - ancestors
Sequence[Get
Mgmt Config Restore Operation Result Ancestor] - backup_
account_ strmoid - The moid of the account from which the backup was taken.
- backup_
name str - Name of the backup that needs to be restored.
- backup_
source str - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- end_
time str - End date and time of the restore process.
- ignore_
secure_ boolproperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- local_
sources Sequence[GetMgmt Config Restore Operation Result Local Source] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User provided identifier for the restore operation.
- nr_
source str - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object_
type str - options
Sequence[Get
Mgmt Config Restore Operation Result Option] - org_
import_ Sequence[Getjobs Mgmt Config Restore Operation Result Org Import Job] - org_
restores Sequence[GetMgmt Config Restore Operation Result Org Restore] - owners Sequence[str]
- parents
Sequence[Get
Mgmt Config Restore Operation Result Parent] - permission_
resources Sequence[GetMgmt Config Restore Operation Result Permission Resource] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time str - Start date and time of the restore process.
- status str
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. -
Sequence[Get
Mgmt Config Restore Operation Result Tag] - version_
contexts Sequence[GetMgmt Config Restore Operation Result Version Context] - workflow_
infos Sequence[GetMgmt Config Restore Operation Result Workflow Info]
- account
Moid String - The Account ID for this managed object.
- accounts List<Property Map>
- acct
Category List<Property Map>Import Datas - acct
Import List<Property Map>Jobs - additional
Properties String - ancestors List<Property Map>
- backup
Account StringMoid - The moid of the account from which the backup was taken.
- backup
Name String - Name of the backup that needs to be restored.
- backup
Source String - Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - End date and time of the restore process.
- ignore
Secure BooleanProperties - If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- local
Sources List<Property Map> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the restore operation.
- nr
Source String - The type of source from which the backup - local or remote - needs to be restored.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - object
Type String - options List<Property Map>
- org
Import List<Property Map>Jobs - org
Restores List<Property Map> - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - Start date and time of the restore process.
- status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - List<Property Map>
- version
Contexts List<Property Map> - workflow
Infos List<Property Map>
GetMgmtConfigRestoreOperationResultAccount
- 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
GetMgmtConfigRestoreOperationResultAcctCategoryImportData
- Additional
Properties string - Class
Id string - File
Name string - Name string
- User provided identifier for the restore operation.
- Object
Type string - Processed
Types List<GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type> - Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- Additional
Properties string - Class
Id string - File
Name string - Name string
- User provided identifier for the restore operation.
- Object
Type string - Processed
Types []GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type - Status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional_
properties string - class_
id string - file_
name string - name string
- User provided identifier for the restore operation.
- object_
type string - processed_
types list(object) - status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional
Properties String - class
Id String - file
Name String - name String
- User provided identifier for the restore operation.
- object
Type String - processed
Types List<GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type> - status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional
Properties string - class
Id string - file
Name string - name string
- User provided identifier for the restore operation.
- object
Type string - processed
Types GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type[] - status string
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional_
properties str - class_
id str - file_
name str - name str
- User provided identifier for the restore operation.
- object_
type str - processed_
types Sequence[GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type] - status str
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
- additional
Properties String - class
Id String - file
Name String - name String
- User provided identifier for the restore operation.
- object
Type String - processed
Types List<Property Map> - status String
- Status of the restore operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration.
GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedType
- Additional
Properties string - Child
Types List<GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type Child Type> - Class
Id string - Filter string
- Name string
- User provided identifier for the restore operation.
- Object
Type string - Rest
Path string
- Additional
Properties string - Child
Types []GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type Child Type - Class
Id string - Filter string
- Name string
- User provided identifier for the restore operation.
- Object
Type string - Rest
Path string
- additional_
properties string - child_
types list(object) - class_
id string - filter string
- name string
- User provided identifier for the restore operation.
- object_
type string - rest_
path string
- additional
Properties String - child
Types List<GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type Child Type> - class
Id String - filter String
- name String
- User provided identifier for the restore operation.
- object
Type String - rest
Path String
- additional
Properties string - child
Types GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type Child Type[] - class
Id string - filter string
- name string
- User provided identifier for the restore operation.
- object
Type string - rest
Path string
- additional_
properties str - child_
types Sequence[GetMgmt Config Restore Operation Result Acct Category Import Data Processed Type Child Type] - class_
id str - filter str
- name str
- User provided identifier for the restore operation.
- object_
type str - rest_
path str
- additional
Properties String - child
Types List<Property Map> - class
Id String - filter String
- name String
- User provided identifier for the restore operation.
- object
Type String - rest
Path String
GetMgmtConfigRestoreOperationResultAcctCategoryImportDataProcessedTypeChildType
- Additional
Properties string - Child
Types List<string> - Class
Id string - Name string
- User provided identifier for the restore operation.
- Object
Type string - Parent
Relation stringName - Rest
Path string
- Additional
Properties string - Child
Types []string - Class
Id string - Name string
- User provided identifier for the restore operation.
- Object
Type string - Parent
Relation stringName - Rest
Path string
- additional_
properties string - child_
types list(string) - class_
id string - name string
- User provided identifier for the restore operation.
- object_
type string - parent_
relation_ stringname - rest_
path string
- additional
Properties String - child
Types List<String> - class
Id String - name String
- User provided identifier for the restore operation.
- object
Type String - parent
Relation StringName - rest
Path String
- additional
Properties string - child
Types string[] - class
Id string - name string
- User provided identifier for the restore operation.
- object
Type string - parent
Relation stringName - rest
Path string
- additional_
properties str - child_
types Sequence[str] - class_
id str - name str
- User provided identifier for the restore operation.
- object_
type str - parent_
relation_ strname - rest_
path str
- additional
Properties String - child
Types List<String> - class
Id String - name String
- User provided identifier for the restore operation.
- object
Type String - parent
Relation StringName - rest
Path String
GetMgmtConfigRestoreOperationResultAcctImportJob
- 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
GetMgmtConfigRestoreOperationResultAncestor
- 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
GetMgmtConfigRestoreOperationResultLocalSource
- 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
GetMgmtConfigRestoreOperationResultOption
- Action
On stringError - Additional
Properties string - Class
Id string - Object
Type string - Orgs
To List<string>Restores - Restore
Action string
- Action
On stringError - Additional
Properties string - Class
Id string - Object
Type string - Orgs
To []stringRestores - Restore
Action string
- action_
on_ stringerror - additional_
properties string - class_
id string - object_
type string - orgs_
to_ list(string)restores - restore_
action string
- action
On StringError - additional
Properties String - class
Id String - object
Type String - orgs
To List<String>Restores - restore
Action String
- action
On stringError - additional
Properties string - class
Id string - object
Type string - orgs
To string[]Restores - restore
Action string
- action_
on_ strerror - additional_
properties str - class_
id str - object_
type str - orgs_
to_ Sequence[str]restores - restore_
action str
- action
On StringError - additional
Properties String - class
Id String - object
Type String - orgs
To List<String>Restores - restore
Action String
GetMgmtConfigRestoreOperationResultOrgImportJob
- 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
GetMgmtConfigRestoreOperationResultOrgRestore
- 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
GetMgmtConfigRestoreOperationResultParent
- 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
GetMgmtConfigRestoreOperationResultPermissionResource
- 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
GetMgmtConfigRestoreOperationResultTag
- 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 List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetMgmtConfigRestoreOperationResultTagAncestorDefinition
- 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
GetMgmtConfigRestoreOperationResultTagDefinition
- 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
GetMgmtConfigRestoreOperationResultVersionContext
- 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
GetMgmtConfigRestoreOperationResultVersionContextInterestedMo
- 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
GetMgmtConfigRestoreOperationResultVersionContextRefMo
- 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
GetMgmtConfigRestoreOperationResultWorkflowInfo
- 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
GetMgmtConfigRestoreOperationTag
- Additional
Properties string - Ancestor
Definitions List<GetMgmt Config Restore Operation Tag Ancestor Definition> - Definition
Get
Mgmt Config Restore Operation Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetMgmt Config Restore Operation Tag Ancestor Definition - Definition
Get
Mgmt Config Restore Operation Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetMgmt Config Restore Operation Tag Ancestor Definition> - definition
Get
Mgmt Config Restore Operation Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetMgmt Config Restore Operation Tag Ancestor Definition[] - definition
Get
Mgmt Config Restore Operation Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetMgmt Config Restore Operation Tag Ancestor Definition] - definition
Get
Mgmt Config Restore Operation Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetMgmtConfigRestoreOperationTagAncestorDefinition
- 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'.
GetMgmtConfigRestoreOperationTagDefinition
- 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'.
GetMgmtConfigRestoreOperationVersionContext
- 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 Restore Operation Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetMgmt Config Restore Operation Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetMgmt Config Restore Operation Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetMgmt Config Restore Operation Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos list(object) - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo object - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version_
type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetMgmt Config Restore Operation Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetMgmt Config Restore Operation Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetMgmt Config Restore Operation Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetMgmt Config Restore Operation Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetMgmt Config Restore Operation Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetMgmt Config Restore Operation Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
GetMgmtConfigRestoreOperationVersionContextInterestedMo
- 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'.
GetMgmtConfigRestoreOperationVersionContextRefMo
- 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'.
GetMgmtConfigRestoreOperationWorkflowInfo
- 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