published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
The Export object is integral to managing export operations within the system, providing a structured approach to monitor and control various aspects of data exporting activities.
Purpose
The Export object tracks the progress and status of data export operations. It serves as the main point of reference for users who need to initiate, manage, or terminate export processes efficiently.
Key Concepts
- Operation Tracking: Captures all export activities as instances, allowing users to monitor status updates and completion metrics.
- Privilege Management: Enforces access control through privilege sets, ensuring only authorized users can initiate, update, or delete export processes.
- Action Flexibility: Supports actions such as starting or canceling an export, giving users control over operation flow.
- Organizational Ownership: Reflects ownership and management by the organization, promoting structured and accountable export operations.
Using getBulkExport
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 getBulkExport(args: GetBulkExportArgs, opts?: InvokeOptions): Promise<GetBulkExportResult>
function getBulkExportOutput(args: GetBulkExportOutputArgs, opts?: InvokeOutputOptions): Output<GetBulkExportResult>def get_bulk_export(account: Optional[GetBulkExportAccount] = None,
account_moid: Optional[str] = None,
action: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetBulkExportAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
exclude_peers: Optional[Sequence[str]] = None,
exclude_relations: Optional[bool] = None,
export_tags: Optional[bool] = None,
exported_items: Optional[Sequence[GetBulkExportExportedItem]] = None,
exported_objects: Optional[Sequence[GetBulkExportExportedObject]] = None,
exported_objects_as_groups: Optional[Sequence[GetBulkExportExportedObjectsAsGroup]] = None,
id: Optional[str] = None,
idp: Optional[GetBulkExportIdp] = None,
idp_reference: Optional[GetBulkExportIdpReference] = None,
import_order: Optional[str] = None,
include_org_identity: Optional[bool] = None,
is_aes_key_set: Optional[bool] = None,
item_names: Optional[Sequence[str]] = None,
items: Optional[Sequence[GetBulkExportItem]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
organization: Optional[GetBulkExportOrganization] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetBulkExportParent] = None,
permission_id: Optional[str] = None,
permission_resources: Optional[Sequence[GetBulkExportPermissionResource]] = None,
preserve_identities: Optional[bool] = None,
related_type_options: Optional[Sequence[GetBulkExportRelatedTypeOption]] = None,
shared_scope: Optional[str] = None,
split_requests: Optional[bool] = None,
status: Optional[str] = None,
status_message: Optional[str] = None,
tags: Optional[Sequence[GetBulkExportTag]] = None,
user: Optional[GetBulkExportUser] = None,
user_id: Optional[str] = None,
version_context: Optional[GetBulkExportVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetBulkExportResult
def get_bulk_export_output(account: pulumi.Input[Optional[GetBulkExportAccountArgs]] = None,
account_moid: pulumi.Input[Optional[str]] = None,
action: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportAncestorArgs]]]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
exclude_peers: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
exclude_relations: pulumi.Input[Optional[bool]] = None,
export_tags: pulumi.Input[Optional[bool]] = None,
exported_items: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportExportedItemArgs]]]] = None,
exported_objects: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportExportedObjectArgs]]]] = None,
exported_objects_as_groups: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportExportedObjectsAsGroupArgs]]]] = None,
id: pulumi.Input[Optional[str]] = None,
idp: pulumi.Input[Optional[GetBulkExportIdpArgs]] = None,
idp_reference: pulumi.Input[Optional[GetBulkExportIdpReferenceArgs]] = None,
import_order: pulumi.Input[Optional[str]] = None,
include_org_identity: pulumi.Input[Optional[bool]] = None,
is_aes_key_set: pulumi.Input[Optional[bool]] = None,
item_names: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
items: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportItemArgs]]]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
organization: pulumi.Input[Optional[GetBulkExportOrganizationArgs]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetBulkExportParentArgs]] = None,
permission_id: pulumi.Input[Optional[str]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportPermissionResourceArgs]]]] = None,
preserve_identities: pulumi.Input[Optional[bool]] = None,
related_type_options: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportRelatedTypeOptionArgs]]]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
split_requests: pulumi.Input[Optional[bool]] = None,
status: pulumi.Input[Optional[str]] = None,
status_message: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportTagArgs]]]] = None,
user: pulumi.Input[Optional[GetBulkExportUserArgs]] = None,
user_id: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetBulkExportVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetBulkExportResult]func LookupBulkExport(ctx *Context, args *LookupBulkExportArgs, opts ...InvokeOption) (*LookupBulkExportResult, error)
func LookupBulkExportOutput(ctx *Context, args *LookupBulkExportOutputArgs, opts ...InvokeOption) LookupBulkExportResultOutput> Note: This function is named LookupBulkExport in the Go SDK.
public static class GetBulkExport
{
public static Task<GetBulkExportResult> InvokeAsync(GetBulkExportArgs args, InvokeOptions? opts = null)
public static Output<GetBulkExportResult> Invoke(GetBulkExportInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetBulkExportResult> Invoke(GetBulkExportInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOptions options)
public static Output<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOptions options)
public static Output<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getBulkExport:getBulkExport
arguments:
# arguments dictionarydata "intersight_get_bulk_export" "name" {
# arguments
}The following arguments are supported:
- Account
Get
Bulk Export Account - Account
Moid string - The Account ID for this managed object.
- Action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - Additional
Properties string - Ancestors
List<Get
Bulk Export Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers List<string> - Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- Exported
Items List<GetBulk Export Exported Item> - Exported
Objects List<GetBulk Export Exported Object> - Exported
Objects List<GetAs Groups Bulk Export Exported Objects As Group> - Id string
- Idp
Get
Bulk Export Idp - Idp
Reference GetBulk Export Idp Reference - Import
Order string - Include
Org boolIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Item
Names List<string> - Items
List<Get
Bulk Export Item> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- Object
Type string - Organization
Get
Bulk Export Organization - Owners List<string>
- Parent
Get
Bulk Export Parent - Permission
Id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- Permission
Resources List<GetBulk Export Permission Resource> - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
List<Get
Bulk Export Related Type Option> - 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.
- Split
Requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- Status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - Status
Message string - Status message associated with failures or progress indication.
-
List<Get
Bulk Export Tag> - User
Get
Bulk Export User - User
Id string - The user identifier which indicates the user that started this export operation.
- Version
Context GetBulk Export Version Context
- Account
Get
Bulk Export Account - Account
Moid string - The Account ID for this managed object.
- Action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - Additional
Properties string - Ancestors
[]Get
Bulk Export Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers []string - Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- Exported
Items []GetBulk Export Exported Item - Exported
Objects []GetBulk Export Exported Object - Exported
Objects []GetAs Groups Bulk Export Exported Objects As Group - Id string
- Idp
Get
Bulk Export Idp - Idp
Reference GetBulk Export Idp Reference - Import
Order string - Include
Org boolIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Item
Names []string - Items
[]Get
Bulk Export Item - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- Object
Type string - Organization
Get
Bulk Export Organization - Owners []string
- Parent
Get
Bulk Export Parent - Permission
Id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- Permission
Resources []GetBulk Export Permission Resource - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
[]Get
Bulk Export Related Type Option - 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.
- Split
Requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- Status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - Status
Message string - Status message associated with failures or progress indication.
-
[]Get
Bulk Export Tag - User
Get
Bulk Export User - User
Id string - The user identifier which indicates the user that started this export operation.
- Version
Context GetBulk Export Version Context
- account object
- account_
moid string - The Account ID for this managed object.
- action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional_
properties string - ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- exclude_
peers list(string) - exclude_
relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported_
items list(object) - exported_
objects list(object) - exported_
objects_ list(object)as_ groups - id string
- idp object
- idp_
reference object - import_
order string - include_
org_ boolidentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- item_
names list(string) - items 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
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object_
type string - organization object
- owners list(string)
- parent object
- permission_
id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission_
resources list(object) - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- 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.
- split_
requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status_
message string - Status message associated with failures or progress indication.
- list(object)
- user object
- user_
id string - The user identifier which indicates the user that started this export operation.
- version_
context object
- account
Get
Bulk Export Account - account
Moid String - The Account ID for this managed object.
- action String
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional
Properties String - ancestors
List<Get
Bulk Export Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- Boolean
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported
Items List<GetBulk Export Exported Item> - exported
Objects List<GetBulk Export Exported Object> - exported
Objects List<GetAs Groups Bulk Export Exported Objects As Group> - id String
- idp
Get
Bulk Export Idp - idp
Reference GetBulk Export Idp Reference - import
Order String - include
Org BooleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- item
Names List<String> - items
List<Get
Bulk Export Item> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object
Type String - organization
Get
Bulk Export Organization - owners List<String>
- parent
Get
Bulk Export Parent - permission
Id String - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission
Resources List<GetBulk Export Permission Resource> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
List<Get
Bulk Export Related Type Option> - 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.
- split
Requests Boolean - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status String
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status
Message String - Status message associated with failures or progress indication.
-
List<Get
Bulk Export Tag> - user
Get
Bulk Export User - user
Id String - The user identifier which indicates the user that started this export operation.
- version
Context GetBulk Export Version Context
- account
Get
Bulk Export Account - account
Moid string - The Account ID for this managed object.
- action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional
Properties string - ancestors
Get
Bulk Export Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Peers string[] - exclude
Relations boolean - Used to specify that none of the relationships should be exported.
- boolean
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported
Items GetBulk Export Exported Item[] - exported
Objects GetBulk Export Exported Object[] - exported
Objects GetAs Groups Bulk Export Exported Objects As Group[] - id string
- idp
Get
Bulk Export Idp - idp
Reference GetBulk Export Idp Reference - import
Order string - include
Org booleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is
Aes booleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- item
Names string[] - items
Get
Bulk Export Item[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object
Type string - organization
Get
Bulk Export Organization - owners string[]
- parent
Get
Bulk Export Parent - permission
Id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission
Resources GetBulk Export Permission Resource[] - preserve
Identities boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
Get
Bulk Export Related Type Option[] - 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.
- split
Requests boolean - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status
Message string - Status message associated with failures or progress indication.
-
Get
Bulk Export Tag[] - user
Get
Bulk Export User - user
Id string - The user identifier which indicates the user that started this export operation.
- version
Context GetBulk Export Version Context
- account
Get
Bulk Export Account - account_
moid str - The Account ID for this managed object.
- action str
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional_
properties str - ancestors
Sequence[Get
Bulk Export Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- exclude_
peers Sequence[str] - exclude_
relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported_
items Sequence[GetBulk Export Exported Item] - exported_
objects Sequence[GetBulk Export Exported Object] - exported_
objects_ Sequence[Getas_ groups Bulk Export Exported Objects As Group] - id str
- idp
Get
Bulk Export Idp - idp_
reference GetBulk Export Idp Reference - import_
order str - include_
org_ boolidentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- item_
names Sequence[str] - items
Sequence[Get
Bulk Export Item] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object_
type str - organization
Get
Bulk Export Organization - owners Sequence[str]
- parent
Get
Bulk Export Parent - permission_
id str - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission_
resources Sequence[GetBulk Export Permission Resource] - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
Sequence[Get
Bulk Export Related Type Option] - 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.
- split_
requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status str
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status_
message str - Status message associated with failures or progress indication.
-
Sequence[Get
Bulk Export Tag] - user
Get
Bulk Export User - user_
id str - The user identifier which indicates the user that started this export operation.
- version_
context GetBulk Export Version Context
- account Property Map
- account
Moid String - The Account ID for this managed object.
- action String
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- Boolean
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported
Items List<Property Map> - exported
Objects List<Property Map> - exported
Objects List<Property Map>As Groups - id String
- idp Property Map
- idp
Reference Property Map - import
Order String - include
Org BooleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- item
Names List<String> - items 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
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Id String - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission
Resources List<Property Map> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- 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.
- split
Requests Boolean - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status String
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status
Message String - Status message associated with failures or progress indication.
- List<Property Map>
- user Property Map
- user
Id String - The user identifier which indicates the user that started this export operation.
- version
Context Property Map
getBulkExport Result
The following output properties are available:
- Id string
- Results
List<Get
Bulk Export Result> - Account
Get
Bulk Export Account - Account
Moid string - Action string
- Additional
Properties string - Ancestors
List<Get
Bulk Export Ancestor> - Class
Id string - Create
Time string - Domain
Group stringMoid - Exclude
Peers List<string> - Exclude
Relations bool - bool
- Exported
Items List<GetBulk Export Exported Item> - Exported
Objects List<GetBulk Export Exported Object> - Exported
Objects List<GetAs Groups Bulk Export Exported Objects As Group> - Idp
Get
Bulk Export Idp - Idp
Reference GetBulk Export Idp Reference - Import
Order string - Include
Org boolIdentity - Is
Aes boolKey Set - Item
Names List<string> - Items
List<Get
Bulk Export Item> - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Bulk Export Organization - Owners List<string>
- Parent
Get
Bulk Export Parent - Permission
Id string - Permission
Resources List<GetBulk Export Permission Resource> - Preserve
Identities bool -
List<Get
Bulk Export Related Type Option> - string
- Split
Requests bool - Status string
- Status
Message string -
List<Get
Bulk Export Tag> - User
Get
Bulk Export User - User
Id string - Version
Context GetBulk Export Version Context
- Id string
- Results
[]Get
Bulk Export Result - Account
Get
Bulk Export Account - Account
Moid string - Action string
- Additional
Properties string - Ancestors
[]Get
Bulk Export Ancestor - Class
Id string - Create
Time string - Domain
Group stringMoid - Exclude
Peers []string - Exclude
Relations bool - bool
- Exported
Items []GetBulk Export Exported Item - Exported
Objects []GetBulk Export Exported Object - Exported
Objects []GetAs Groups Bulk Export Exported Objects As Group - Idp
Get
Bulk Export Idp - Idp
Reference GetBulk Export Idp Reference - Import
Order string - Include
Org boolIdentity - Is
Aes boolKey Set - Item
Names []string - Items
[]Get
Bulk Export Item - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Bulk Export Organization - Owners []string
- Parent
Get
Bulk Export Parent - Permission
Id string - Permission
Resources []GetBulk Export Permission Resource - Preserve
Identities bool -
[]Get
Bulk Export Related Type Option - string
- Split
Requests bool - Status string
- Status
Message string -
[]Get
Bulk Export Tag - User
Get
Bulk Export User - User
Id string - Version
Context GetBulk Export Version Context
- id string
- results list(object)
- account object
- account_
moid string - action string
- additional_
properties string - ancestors list(object)
- class_
id string - create_
time string - domain_
group_ stringmoid - exclude_
peers list(string) - exclude_
relations bool - bool
- exported_
items list(object) - exported_
objects list(object) - exported_
objects_ list(object)as_ groups - idp object
- idp_
reference object - import_
order string - include_
org_ boolidentity - is_
aes_ boolkey_ set - item_
names list(string) - items list(object)
- mod_
time string - moid string
- name string
- object_
type string - organization object
- owners list(string)
- parent object
- permission_
id string - permission_
resources list(object) - preserve_
identities bool - list(object)
- string
- split_
requests bool - status string
- status_
message string - list(object)
- user object
- user_
id string - version_
context object
- id String
- results
List<Get
Bulk Export Result> - account
Get
Bulk Export Account - account
Moid String - action String
- additional
Properties String - ancestors
List<Get
Bulk Export Ancestor> - class
Id String - create
Time String - domain
Group StringMoid - exclude
Peers List<String> - exclude
Relations Boolean - Boolean
- exported
Items List<GetBulk Export Exported Item> - exported
Objects List<GetBulk Export Exported Object> - exported
Objects List<GetAs Groups Bulk Export Exported Objects As Group> - idp
Get
Bulk Export Idp - idp
Reference GetBulk Export Idp Reference - import
Order String - include
Org BooleanIdentity - is
Aes BooleanKey Set - item
Names List<String> - items
List<Get
Bulk Export Item> - mod
Time String - moid String
- name String
- object
Type String - organization
Get
Bulk Export Organization - owners List<String>
- parent
Get
Bulk Export Parent - permission
Id String - permission
Resources List<GetBulk Export Permission Resource> - preserve
Identities Boolean -
List<Get
Bulk Export Related Type Option> - String
- split
Requests Boolean - status String
- status
Message String -
List<Get
Bulk Export Tag> - user
Get
Bulk Export User - user
Id String - version
Context GetBulk Export Version Context
- id string
- results
Get
Bulk Export Result[] - account
Get
Bulk Export Account - account
Moid string - action string
- additional
Properties string - ancestors
Get
Bulk Export Ancestor[] - class
Id string - create
Time string - domain
Group stringMoid - exclude
Peers string[] - exclude
Relations boolean - boolean
- exported
Items GetBulk Export Exported Item[] - exported
Objects GetBulk Export Exported Object[] - exported
Objects GetAs Groups Bulk Export Exported Objects As Group[] - idp
Get
Bulk Export Idp - idp
Reference GetBulk Export Idp Reference - import
Order string - include
Org booleanIdentity - is
Aes booleanKey Set - item
Names string[] - items
Get
Bulk Export Item[] - mod
Time string - moid string
- name string
- object
Type string - organization
Get
Bulk Export Organization - owners string[]
- parent
Get
Bulk Export Parent - permission
Id string - permission
Resources GetBulk Export Permission Resource[] - preserve
Identities boolean -
Get
Bulk Export Related Type Option[] - string
- split
Requests boolean - status string
- status
Message string -
Get
Bulk Export Tag[] - user
Get
Bulk Export User - user
Id string - version
Context GetBulk Export Version Context
- id str
- results
Sequence[Get
Bulk Export Result] - account
Get
Bulk Export Account - account_
moid str - action str
- additional_
properties str - ancestors
Sequence[Get
Bulk Export Ancestor] - class_
id str - create_
time str - domain_
group_ strmoid - exclude_
peers Sequence[str] - exclude_
relations bool - bool
- exported_
items Sequence[GetBulk Export Exported Item] - exported_
objects Sequence[GetBulk Export Exported Object] - exported_
objects_ Sequence[Getas_ groups Bulk Export Exported Objects As Group] - idp
Get
Bulk Export Idp - idp_
reference GetBulk Export Idp Reference - import_
order str - include_
org_ boolidentity - is_
aes_ boolkey_ set - item_
names Sequence[str] - items
Sequence[Get
Bulk Export Item] - mod_
time str - moid str
- name str
- object_
type str - organization
Get
Bulk Export Organization - owners Sequence[str]
- parent
Get
Bulk Export Parent - permission_
id str - permission_
resources Sequence[GetBulk Export Permission Resource] - preserve_
identities bool -
Sequence[Get
Bulk Export Related Type Option] - str
- split_
requests bool - status str
- status_
message str -
Sequence[Get
Bulk Export Tag] - user
Get
Bulk Export User - user_
id str - version_
context GetBulk Export Version Context
- id String
- results List<Property Map>
- account Property Map
- account
Moid String - action String
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - domain
Group StringMoid - exclude
Peers List<String> - exclude
Relations Boolean - Boolean
- exported
Items List<Property Map> - exported
Objects List<Property Map> - exported
Objects List<Property Map>As Groups - idp Property Map
- idp
Reference Property Map - import
Order String - include
Org BooleanIdentity - is
Aes BooleanKey Set - item
Names List<String> - items List<Property Map>
- mod
Time String - moid String
- name String
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Id String - permission
Resources List<Property Map> - preserve
Identities Boolean - List<Property Map>
- String
- split
Requests Boolean - status String
- status
Message String - List<Property Map>
- user Property Map
- user
Id String - version
Context Property Map
Supporting Types
GetBulkExportAccount
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportExportedItem
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportExportedObject
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this action is to be performed.
- Verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this action is to be performed.
- Verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri string
- The URI on which this action is to be performed.
- verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this action is to be performed.
- verb String
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri string
- The URI on which this action is to be performed.
- verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri str
- The URI on which this action is to be performed.
- verb str
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this action is to be performed.
- verb String
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
GetBulkExportExportedObjectsAsGroup
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Requests
List<Get
Bulk Export Exported Objects As Group Request>
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Requests
[]Get
Bulk Export Exported Objects As Group Request
- additional_
properties string - class_
id string - The fully-qualified name 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.
- requests list(object)
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- requests
List<Get
Bulk Export Exported Objects As Group Request>
- additional
Properties string - class
Id string - The fully-qualified name 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.
- requests
Get
Bulk Export Exported Objects As Group Request[]
- 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.
- requests
Sequence[Get
Bulk Export Exported Objects As Group Request]
- additional
Properties String - class
Id String - The fully-qualified name 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.
- requests List<Property Map>
GetBulkExportExportedObjectsAsGroupRequest
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this action is to be performed.
- Verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this action is to be performed.
- Verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri string
- The URI on which this action is to be performed.
- verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this action is to be performed.
- verb String
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri string
- The URI on which this action is to be performed.
- verb string
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri str
- The URI on which this action is to be performed.
- verb str
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this action is to be performed.
- verb String
- The type of operation to be performed.
One of - Post (Create), Patch (Update) or Delete (Remove).
The value is used to override the top level verb.
POST- Used to create a REST resource.PATCH- Used to update a REST resource.DELETE- Used to delete a REST resource.
GetBulkExportIdp
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportIdpReference
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportItem
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportOrganization
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportRelatedTypeOption
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- Excluded
Peers List<string> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- string
- The fully qualified related type name.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- Excluded
Peers []string - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- string
- The fully qualified related type name.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- exclude_
relations bool - Used to specify that none of the relationships should be exported.
- excluded_
peers list(string) - object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- string
- The fully qualified related type name.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- excluded
Peers List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- String
- The fully qualified related type name.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- exclude
Relations boolean - Used to specify that none of the relationships should be exported.
- excluded
Peers string[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- string
- The fully qualified related type name.
- 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.
- exclude_
relations bool - Used to specify that none of the relationships should be exported.
- excluded_
peers Sequence[str] - object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- str
- The fully qualified related type name.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- excluded
Peers List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- String
- The fully qualified related type name.
GetBulkExportResult
- Account
Moid string - The Account ID for this managed object.
- Accounts
List<Get
Bulk Export Result Account> - Action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - Additional
Properties string - Ancestors
List<Get
Bulk Export Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers List<string> - Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- Exported
Items List<GetBulk Export Result Exported Item> - Exported
Objects List<GetBulk Export Result Exported Object> - Exported
Objects List<GetAs Groups Bulk Export Result Exported Objects As Group> - Idp
References List<GetBulk Export Result Idp Reference> - Idps
List<Get
Bulk Export Result Idp> - Import
Order string - Include
Org boolIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Item
Names List<string> - Items
List<Get
Bulk Export Result Item> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- Object
Type string - Organizations
List<Get
Bulk Export Result Organization> - Owners List<string>
- Parents
List<Get
Bulk Export Result Parent> - Permission
Id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- Permission
Resources List<GetBulk Export Result Permission Resource> - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
List<Get
Bulk Export Result Related Type Option> - 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.
- Split
Requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- Status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - Status
Message string - Status message associated with failures or progress indication.
-
List<Get
Bulk Export Result Tag> - User
Id string - The user identifier which indicates the user that started this export operation.
- Users
List<Get
Bulk Export Result User> - Version
Contexts List<GetBulk Export Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Accounts
[]Get
Bulk Export Result Account - Action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - Additional
Properties string - Ancestors
[]Get
Bulk Export Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers []string - Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- Exported
Items []GetBulk Export Result Exported Item - Exported
Objects []GetBulk Export Result Exported Object - Exported
Objects []GetAs Groups Bulk Export Result Exported Objects As Group - Idp
References []GetBulk Export Result Idp Reference - Idps
[]Get
Bulk Export Result Idp - Import
Order string - Include
Org boolIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Is
Aes boolKey Set - Indicates whether the value of the 'aesKey' property has been set.
- Item
Names []string - Items
[]Get
Bulk Export Result Item - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- Object
Type string - Organizations
[]Get
Bulk Export Result Organization - Owners []string
- Parents
[]Get
Bulk Export Result Parent - Permission
Id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- Permission
Resources []GetBulk Export Result Permission Resource - Preserve
Identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
[]Get
Bulk Export Result Related Type Option - 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.
- Split
Requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- Status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - Status
Message string - Status message associated with failures or progress indication.
-
[]Get
Bulk Export Result Tag - User
Id string - The user identifier which indicates the user that started this export operation.
- Users
[]Get
Bulk Export Result User - Version
Contexts []GetBulk Export Result Version Context
- account_
moid string - The Account ID for this managed object.
- accounts list(object)
- action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional_
properties string - ancestors list(object)
- class_
id string - create_
time string - The time when this managed object was created.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- exclude_
peers list(string) - exclude_
relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported_
items list(object) - exported_
objects list(object) - exported_
objects_ list(object)as_ groups - idp_
references list(object) - idps list(object)
- import_
order string - include_
org_ boolidentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- item_
names list(string) - items 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
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object_
type string - organizations list(object)
- owners list(string)
- parents list(object)
- permission_
id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission_
resources list(object) - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- 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.
- split_
requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status_
message string - Status message associated with failures or progress indication.
- list(object)
- user_
id string - The user identifier which indicates the user that started this export operation.
- users list(object)
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- accounts
List<Get
Bulk Export Result Account> - action String
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional
Properties String - ancestors
List<Get
Bulk Export Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- Boolean
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported
Items List<GetBulk Export Result Exported Item> - exported
Objects List<GetBulk Export Result Exported Object> - exported
Objects List<GetAs Groups Bulk Export Result Exported Objects As Group> - idp
References List<GetBulk Export Result Idp Reference> - idps
List<Get
Bulk Export Result Idp> - import
Order String - include
Org BooleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- item
Names List<String> - items
List<Get
Bulk Export Result Item> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object
Type String - organizations
List<Get
Bulk Export Result Organization> - owners List<String>
- parents
List<Get
Bulk Export Result Parent> - permission
Id String - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission
Resources List<GetBulk Export Result Permission Resource> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
List<Get
Bulk Export Result Related Type Option> - 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.
- split
Requests Boolean - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status String
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status
Message String - Status message associated with failures or progress indication.
-
List<Get
Bulk Export Result Tag> - user
Id String - The user identifier which indicates the user that started this export operation.
- users
List<Get
Bulk Export Result User> - version
Contexts List<GetBulk Export Result Version Context>
- account
Moid string - The Account ID for this managed object.
- accounts
Get
Bulk Export Result Account[] - action string
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional
Properties string - ancestors
Get
Bulk Export Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Peers string[] - exclude
Relations boolean - Used to specify that none of the relationships should be exported.
- boolean
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported
Items GetBulk Export Result Exported Item[] - exported
Objects GetBulk Export Result Exported Object[] - exported
Objects GetAs Groups Bulk Export Result Exported Objects As Group[] - idp
References GetBulk Export Result Idp Reference[] - idps
Get
Bulk Export Result Idp[] - import
Order string - include
Org booleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is
Aes booleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- item
Names string[] - items
Get
Bulk Export Result Item[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object
Type string - organizations
Get
Bulk Export Result Organization[] - owners string[]
- parents
Get
Bulk Export Result Parent[] - permission
Id string - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission
Resources GetBulk Export Result Permission Resource[] - preserve
Identities boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
Get
Bulk Export Result Related Type Option[] - 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.
- split
Requests boolean - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status string
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status
Message string - Status message associated with failures or progress indication.
-
Get
Bulk Export Result Tag[] - user
Id string - The user identifier which indicates the user that started this export operation.
- users
Get
Bulk Export Result User[] - version
Contexts GetBulk Export Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- accounts
Sequence[Get
Bulk Export Result Account] - action str
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional_
properties str - ancestors
Sequence[Get
Bulk Export Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- exclude_
peers Sequence[str] - exclude_
relations bool - Used to specify that none of the relationships should be exported.
- bool
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported_
items Sequence[GetBulk Export Result Exported Item] - exported_
objects Sequence[GetBulk Export Result Exported Object] - exported_
objects_ Sequence[Getas_ groups Bulk Export Result Exported Objects As Group] - idp_
references Sequence[GetBulk Export Result Idp Reference] - idps
Sequence[Get
Bulk Export Result Idp] - import_
order str - include_
org_ boolidentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is_
aes_ boolkey_ set - Indicates whether the value of the 'aesKey' property has been set.
- item_
names Sequence[str] - items
Sequence[Get
Bulk Export Result Item] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object_
type str - organizations
Sequence[Get
Bulk Export Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Bulk Export Result Parent] - permission_
id str - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission_
resources Sequence[GetBulk Export Result Permission Resource] - preserve_
identities bool - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
-
Sequence[Get
Bulk Export Result Related Type Option] - 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.
- split_
requests bool - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status str
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status_
message str - Status message associated with failures or progress indication.
-
Sequence[Get
Bulk Export Result Tag] - user_
id str - The user identifier which indicates the user that started this export operation.
- users
Sequence[Get
Bulk Export Result User] - version_
contexts Sequence[GetBulk Export Result Version Context]
- account
Moid String - The Account ID for this managed object.
- accounts List<Property Map>
- action String
- Action to be performed on the export operation.*
Start- Starts the export operation.*Cancel- Cancels the export operation that is in progress. - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- Boolean
- Specifies whether tags must be exported and will be considered for all the items MOs.
- exported
Items List<Property Map> - exported
Objects List<Property Map> - exported
Objects List<Property Map>As Groups - idp
References List<Property Map> - idps List<Property Map>
- import
Order String - include
Org BooleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- is
Aes BooleanKey Set - Indicates whether the value of the 'aesKey' property has been set.
- item
Names List<String> - items 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
- An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
- object
Type String - organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permission
Id String - The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permission
Resources List<Property Map> - preserve
Identities Boolean - The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
- 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.
- split
Requests Boolean - Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
- status String
- Status of the export operation.* `` - The operation has not started.*
InProgress- The operation is in progress.*OrderInProgress- The archive operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been cancelled.*CancelInProgress- The operation is being cancelled. - status
Message String - Status message associated with failures or progress indication.
- List<Property Map>
- user
Id String - The user identifier which indicates the user that started this export operation.
- users List<Property Map>
- version
Contexts List<Property Map>
GetBulkExportResultAccount
- 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
GetBulkExportResultAncestor
- 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
GetBulkExportResultExportedItem
- 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
GetBulkExportResultExportedObject
- Additional
Properties string - Class
Id string - Object
Type string - Uri string
- Verb string
- Additional
Properties string - Class
Id string - Object
Type string - Uri string
- Verb string
- additional_
properties string - class_
id string - object_
type string - uri string
- verb string
- additional
Properties String - class
Id String - object
Type String - uri String
- verb String
- additional
Properties string - class
Id string - object
Type string - uri string
- verb string
- additional_
properties str - class_
id str - object_
type str - uri str
- verb str
- additional
Properties String - class
Id String - object
Type String - uri String
- verb String
GetBulkExportResultExportedObjectsAsGroup
- additional_
properties string - class_
id string - object_
type string - requests list(object)
- additional
Properties String - class
Id String - object
Type String - requests List<Property Map>
GetBulkExportResultExportedObjectsAsGroupRequest
- Additional
Properties string - Class
Id string - Object
Type string - Uri string
- Verb string
- Additional
Properties string - Class
Id string - Object
Type string - Uri string
- Verb string
- additional_
properties string - class_
id string - object_
type string - uri string
- verb string
- additional
Properties String - class
Id String - object
Type String - uri String
- verb String
- additional
Properties string - class
Id string - object
Type string - uri string
- verb string
- additional_
properties str - class_
id str - object_
type str - uri str
- verb str
- additional
Properties String - class
Id String - object
Type String - uri String
- verb String
GetBulkExportResultIdp
- 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
GetBulkExportResultIdpReference
- 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
GetBulkExportResultItem
- 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
GetBulkExportResultOrganization
- 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
GetBulkExportResultParent
- 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
GetBulkExportResultPermissionResource
- 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
GetBulkExportResultRelatedTypeOption
- Additional
Properties string - Class
Id string - Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- Excluded
Peers List<string> - Object
Type string - string
- Additional
Properties string - Class
Id string - Exclude
Relations bool - Used to specify that none of the relationships should be exported.
- Excluded
Peers []string - Object
Type string - string
- additional_
properties string - class_
id string - exclude_
relations bool - Used to specify that none of the relationships should be exported.
- excluded_
peers list(string) - object_
type string - string
- additional
Properties String - class
Id String - exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- excluded
Peers List<String> - object
Type String - String
- additional
Properties string - class
Id string - exclude
Relations boolean - Used to specify that none of the relationships should be exported.
- excluded
Peers string[] - object
Type string - string
- additional_
properties str - class_
id str - exclude_
relations bool - Used to specify that none of the relationships should be exported.
- excluded_
peers Sequence[str] - object_
type str - str
- additional
Properties String - class
Id String - exclude
Relations Boolean - Used to specify that none of the relationships should be exported.
- excluded
Peers List<String> - object
Type String - String
GetBulkExportResultTag
- Additional
Properties string - Ancestor
Definitions []GetBulk Export Result Tag Ancestor Definition - Definitions
[]Get
Bulk Export Result Tag Definition - Key string
- Propagated bool
- Sys
Tag bool - Type string
- Value string
- 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<GetBulk Export Result Tag Ancestor Definition> - definitions
List<Get
Bulk Export Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
- additional
Properties string - ancestor
Definitions GetBulk Export Result Tag Ancestor Definition[] - definitions
Get
Bulk Export Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetBulkExportResultTagAncestorDefinition
- 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
GetBulkExportResultTagDefinition
- 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
GetBulkExportResultUser
- 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
GetBulkExportResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos []GetBulk Export Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetBulk Export Result Version Context Ref Mo - Timestamp string
- Version
Type string
- 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<GetBulk Export Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetBulk Export Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetBulk Export Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetBulk Export Result Version Context Ref Mo[] - 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
GetBulkExportResultVersionContextInterestedMo
- 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
GetBulkExportResultVersionContextRefMo
- 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
GetBulkExportTag
- Additional
Properties string - Ancestor
Definitions List<GetBulk Export Tag Ancestor Definition> - Definition
Get
Bulk Export 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 []GetBulk Export Tag Ancestor Definition - Definition
Get
Bulk Export 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<GetBulk Export Tag Ancestor Definition> - definition
Get
Bulk Export 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 GetBulk Export Tag Ancestor Definition[] - definition
Get
Bulk Export 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[GetBulk Export Tag Ancestor Definition] - definition
Get
Bulk Export 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.
GetBulkExportTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportUser
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name 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<GetBulk Export 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 GetBulk Export 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 []GetBulk Export 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 GetBulk Export 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<GetBulk Export 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 GetBulk Export 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 GetBulk Export 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 GetBulk Export 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[GetBulk Export 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 GetBulk Export 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.
GetBulkExportVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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'.
GetBulkExportVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as 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