intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getBulkExport
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
All export operations are captured as Export instances. Users shall use this Export mo to track the export operation progress.
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?: InvokeOptions): Output<GetBulkExportResult>def get_bulk_export(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,
                    id: Optional[str] = None,
                    import_order: Optional[str] = None,
                    include_org_identity: Optional[bool] = 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,
                    shared_scope: Optional[str] = None,
                    status: Optional[str] = None,
                    status_message: Optional[str] = None,
                    tags: Optional[Sequence[GetBulkExportTag]] = None,
                    user_id: Optional[str] = None,
                    version_context: Optional[GetBulkExportVersionContext] = None,
                    opts: Optional[InvokeOptions] = None) -> GetBulkExportResult
def get_bulk_export_output(account_moid: Optional[pulumi.Input[str]] = None,
                    action: Optional[pulumi.Input[str]] = None,
                    additional_properties: Optional[pulumi.Input[str]] = None,
                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportAncestorArgs]]]] = None,
                    class_id: Optional[pulumi.Input[str]] = None,
                    create_time: Optional[pulumi.Input[str]] = None,
                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                    exclude_peers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    exclude_relations: Optional[pulumi.Input[bool]] = None,
                    export_tags: Optional[pulumi.Input[bool]] = None,
                    exported_items: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportExportedItemArgs]]]] = None,
                    exported_objects: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportExportedObjectArgs]]]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    import_order: Optional[pulumi.Input[str]] = None,
                    include_org_identity: Optional[pulumi.Input[bool]] = None,
                    items: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportItemArgs]]]] = None,
                    mod_time: Optional[pulumi.Input[str]] = None,
                    moid: Optional[pulumi.Input[str]] = None,
                    name: Optional[pulumi.Input[str]] = None,
                    object_type: Optional[pulumi.Input[str]] = None,
                    organization: Optional[pulumi.Input[GetBulkExportOrganizationArgs]] = None,
                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    parent: Optional[pulumi.Input[GetBulkExportParentArgs]] = None,
                    permission_id: Optional[pulumi.Input[str]] = None,
                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportPermissionResourceArgs]]]] = None,
                    shared_scope: Optional[pulumi.Input[str]] = None,
                    status: Optional[pulumi.Input[str]] = None,
                    status_message: Optional[pulumi.Input[str]] = None,
                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportTagArgs]]]] = None,
                    user_id: Optional[pulumi.Input[str]] = None,
                    version_context: Optional[pulumi.Input[GetBulkExportVersionContextArgs]] = None,
                    opts: Optional[InvokeOptions] = 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 CompletableFuture<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOptions options)
public static Output<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getBulkExport:getBulkExport
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid 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.
- AdditionalProperties string
- Ancestors
List<GetBulk Export Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludePeers List<string>
- ExcludeRelations 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.
- ExportedItems List<GetBulk Export Exported Item> 
- ExportedObjects List<GetBulk Export Exported Object> 
- Id string
- ImportOrder string
- IncludeOrg boolIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Items
List<GetBulk Export Item> 
- ModTime 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 (_).
- ObjectType string
- Organization
GetBulk Export Organization 
- Owners List<string>
- Parent
GetBulk Export Parent 
- PermissionId string
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- PermissionResources List<GetBulk Export Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- StatusMessage string
- Status message associated with failures or progress indication.
- 
List<GetBulk Export Tag> 
- UserId string
- The user identifier which indicates the user that started this export operation.
- VersionContext GetBulk Export Version Context 
- AccountMoid 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.
- AdditionalProperties string
- Ancestors
[]GetBulk Export Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludePeers []string
- ExcludeRelations 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.
- ExportedItems []GetBulk Export Exported Item 
- ExportedObjects []GetBulk Export Exported Object 
- Id string
- ImportOrder string
- IncludeOrg boolIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Items
[]GetBulk Export Item 
- ModTime 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 (_).
- ObjectType string
- Organization
GetBulk Export Organization 
- Owners []string
- Parent
GetBulk Export Parent 
- PermissionId string
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- PermissionResources []GetBulk Export Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- StatusMessage string
- Status message associated with failures or progress indication.
- 
[]GetBulk Export Tag 
- UserId string
- The user identifier which indicates the user that started this export operation.
- VersionContext GetBulk Export Version Context 
- accountMoid 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.
- additionalProperties String
- ancestors
List<GetBulk Export Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludePeers List<String>
- excludeRelations 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.
- exportedItems List<GetBulk Export Exported Item> 
- exportedObjects List<GetBulk Export Exported Object> 
- id String
- importOrder String
- includeOrg BooleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items
List<GetBulk Export Item> 
- modTime 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 (_).
- objectType String
- organization
GetBulk Export Organization 
- owners List<String>
- parent
GetBulk Export Parent 
- permissionId String
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permissionResources List<GetBulk Export Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- statusMessage String
- Status message associated with failures or progress indication.
- 
List<GetBulk Export Tag> 
- userId String
- The user identifier which indicates the user that started this export operation.
- versionContext GetBulk Export Version Context 
- accountMoid 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.
- additionalProperties string
- ancestors
GetBulk Export Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- excludePeers string[]
- excludeRelations 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.
- exportedItems GetBulk Export Exported Item[] 
- exportedObjects GetBulk Export Exported Object[] 
- id string
- importOrder string
- includeOrg booleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items
GetBulk Export Item[] 
- modTime 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 (_).
- objectType string
- organization
GetBulk Export Organization 
- owners string[]
- parent
GetBulk Export Parent 
- permissionId string
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permissionResources GetBulk Export Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- statusMessage string
- Status message associated with failures or progress indication.
- 
GetBulk Export Tag[] 
- userId string
- The user identifier which indicates the user that started this export operation.
- versionContext GetBulk Export Version Context 
- 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[GetBulk 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] 
- id str
- 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.
- items
Sequence[GetBulk 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
GetBulk Export Organization 
- owners Sequence[str]
- parent
GetBulk 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] 
- 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.
- 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[GetBulk Export Tag] 
- user_id str
- The user identifier which indicates the user that started this export operation.
- version_context GetBulk Export Version Context 
- accountMoid 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.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludePeers List<String>
- excludeRelations 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.
- exportedItems List<Property Map>
- exportedObjects List<Property Map>
- id String
- importOrder String
- includeOrg BooleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items List<Property Map>
- modTime 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 (_).
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionId String
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permissionResources 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.
- 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.
- statusMessage String
- Status message associated with failures or progress indication.
- List<Property Map>
- userId String
- The user identifier which indicates the user that started this export operation.
- versionContext Property Map
getBulkExport Result
The following output properties are available:
- Id string
- Results
List<GetBulk Export Result> 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
List<GetBulk Export Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- ExcludePeers List<string>
- ExcludeRelations bool
- bool
- ExportedItems List<GetBulk Export Exported Item> 
- ExportedObjects List<GetBulk Export Exported Object> 
- ImportOrder string
- IncludeOrg boolIdentity 
- Items
List<GetBulk Export Item> 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetBulk Export Organization 
- Owners List<string>
- Parent
GetBulk Export Parent 
- PermissionId string
- PermissionResources List<GetBulk Export Permission Resource> 
- string
- Status string
- StatusMessage string
- 
List<GetBulk Export Tag> 
- UserId string
- VersionContext GetBulk Export Version Context 
- Id string
- Results
[]GetBulk Export Result 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
[]GetBulk Export Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- ExcludePeers []string
- ExcludeRelations bool
- bool
- ExportedItems []GetBulk Export Exported Item 
- ExportedObjects []GetBulk Export Exported Object 
- ImportOrder string
- IncludeOrg boolIdentity 
- Items
[]GetBulk Export Item 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetBulk Export Organization 
- Owners []string
- Parent
GetBulk Export Parent 
- PermissionId string
- PermissionResources []GetBulk Export Permission Resource 
- string
- Status string
- StatusMessage string
- 
[]GetBulk Export Tag 
- UserId string
- VersionContext GetBulk Export Version Context 
- id String
- results
List<GetBulk Export Result> 
- accountMoid String
- action String
- additionalProperties String
- ancestors
List<GetBulk Export Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- excludePeers List<String>
- excludeRelations Boolean
- Boolean
- exportedItems List<GetBulk Export Exported Item> 
- exportedObjects List<GetBulk Export Exported Object> 
- importOrder String
- includeOrg BooleanIdentity 
- items
List<GetBulk Export Item> 
- modTime String
- moid String
- name String
- objectType String
- organization
GetBulk Export Organization 
- owners List<String>
- parent
GetBulk Export Parent 
- permissionId String
- permissionResources List<GetBulk Export Permission Resource> 
- String
- status String
- statusMessage String
- 
List<GetBulk Export Tag> 
- userId String
- versionContext GetBulk Export Version Context 
- id string
- results
GetBulk Export Result[] 
- accountMoid string
- action string
- additionalProperties string
- ancestors
GetBulk Export Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- excludePeers string[]
- excludeRelations boolean
- boolean
- exportedItems GetBulk Export Exported Item[] 
- exportedObjects GetBulk Export Exported Object[] 
- importOrder string
- includeOrg booleanIdentity 
- items
GetBulk Export Item[] 
- modTime string
- moid string
- name string
- objectType string
- organization
GetBulk Export Organization 
- owners string[]
- parent
GetBulk Export Parent 
- permissionId string
- permissionResources GetBulk Export Permission Resource[] 
- string
- status string
- statusMessage string
- 
GetBulk Export Tag[] 
- userId string
- versionContext GetBulk Export Version Context 
- id str
- results
Sequence[GetBulk Export Result] 
- account_moid str
- action str
- additional_properties str
- ancestors
Sequence[GetBulk 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] 
- import_order str
- include_org_ boolidentity 
- items
Sequence[GetBulk Export Item] 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetBulk Export Organization 
- owners Sequence[str]
- parent
GetBulk Export Parent 
- permission_id str
- permission_resources Sequence[GetBulk Export Permission Resource] 
- str
- status str
- status_message str
- 
Sequence[GetBulk Export Tag] 
- user_id str
- version_context GetBulk Export Version Context 
- id String
- results List<Property Map>
- accountMoid String
- action String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- excludePeers List<String>
- excludeRelations Boolean
- Boolean
- exportedItems List<Property Map>
- exportedObjects List<Property Map>
- importOrder String
- includeOrg BooleanIdentity 
- items List<Property Map>
- modTime String
- moid String
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionId String
- permissionResources List<Property Map>
- String
- status String
- statusMessage String
- List<Property Map>
- userId String
- versionContext Property Map
Supporting Types
GetBulkExportAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType 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.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType 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.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType 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.
 
GetBulkExportItem   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkExportResult   
- AccountMoid 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.
- AdditionalProperties string
- Ancestors
List<GetBulk Export Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludePeers List<string>
- ExcludeRelations 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.
- ExportedItems List<GetBulk Export Result Exported Item> 
- ExportedObjects List<GetBulk Export Result Exported Object> 
- ImportOrder string
- IncludeOrg boolIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Items
List<GetBulk Export Result Item> 
- ModTime 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 (_).
- ObjectType string
- Organizations
List<GetBulk Export Result Organization> 
- Owners List<string>
- Parents
List<GetBulk Export Result Parent> 
- PermissionId string
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- PermissionResources List<GetBulk Export Result Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- StatusMessage string
- Status message associated with failures or progress indication.
- 
List<GetBulk Export Result Tag> 
- UserId string
- The user identifier which indicates the user that started this export operation.
- VersionContexts List<GetBulk Export Result Version Context> 
- AccountMoid 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.
- AdditionalProperties string
- Ancestors
[]GetBulk Export Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludePeers []string
- ExcludeRelations 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.
- ExportedItems []GetBulk Export Result Exported Item 
- ExportedObjects []GetBulk Export Result Exported Object 
- ImportOrder string
- IncludeOrg boolIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Items
[]GetBulk Export Result Item 
- ModTime 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 (_).
- ObjectType string
- Organizations
[]GetBulk Export Result Organization 
- Owners []string
- Parents
[]GetBulk Export Result Parent 
- PermissionId string
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- PermissionResources []GetBulk Export Result Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- StatusMessage string
- Status message associated with failures or progress indication.
- 
[]GetBulk Export Result Tag 
- UserId string
- The user identifier which indicates the user that started this export operation.
- VersionContexts []GetBulk Export Result Version Context 
- accountMoid 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.
- additionalProperties String
- ancestors
List<GetBulk Export Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludePeers List<String>
- excludeRelations 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.
- exportedItems List<GetBulk Export Result Exported Item> 
- exportedObjects List<GetBulk Export Result Exported Object> 
- importOrder String
- includeOrg BooleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items
List<GetBulk Export Result Item> 
- modTime 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 (_).
- objectType String
- organizations
List<GetBulk Export Result Organization> 
- owners List<String>
- parents
List<GetBulk Export Result Parent> 
- permissionId String
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permissionResources List<GetBulk Export Result Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- statusMessage String
- Status message associated with failures or progress indication.
- 
List<GetBulk Export Result Tag> 
- userId String
- The user identifier which indicates the user that started this export operation.
- versionContexts List<GetBulk Export Result Version Context> 
- accountMoid 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.
- additionalProperties string
- ancestors
GetBulk Export Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- excludePeers string[]
- excludeRelations 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.
- exportedItems GetBulk Export Result Exported Item[] 
- exportedObjects GetBulk Export Result Exported Object[] 
- importOrder string
- includeOrg booleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items
GetBulk Export Result Item[] 
- modTime 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 (_).
- objectType string
- organizations
GetBulk Export Result Organization[] 
- owners string[]
- parents
GetBulk Export Result Parent[] 
- permissionId string
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permissionResources GetBulk Export Result Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- statusMessage string
- Status message associated with failures or progress indication.
- 
GetBulk Export Result Tag[] 
- userId string
- The user identifier which indicates the user that started this export operation.
- versionContexts GetBulk Export Result Version Context[] 
- 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[GetBulk 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] 
- 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.
- items
Sequence[GetBulk 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[GetBulk Export Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetBulk 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] 
- 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.
- 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[GetBulk Export Result Tag] 
- user_id str
- The user identifier which indicates the user that started this export operation.
- version_contexts Sequence[GetBulk Export Result Version Context] 
- accountMoid 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.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludePeers List<String>
- excludeRelations 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.
- exportedItems List<Property Map>
- exportedObjects List<Property Map>
- importOrder String
- includeOrg BooleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items List<Property Map>
- modTime 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 (_).
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionId String
- The permission identifier which indicates the permission that current user has that will allow to start this export operation.
- permissionResources 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.
- 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.
- statusMessage String
- Status message associated with failures or progress indication.
- List<Property Map>
- userId String
- The user identifier which indicates the user that started this export operation.
- versionContexts List<Property Map>
GetBulkExportResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportResultExportedItem     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportResultExportedObject     
- AdditionalProperties string
- ClassId string
- ObjectType string
- Uri string
- Verb string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Uri string
- Verb string
- additionalProperties String
- classId String
- objectType String
- uri String
- verb String
- additionalProperties string
- classId string
- objectType string
- uri string
- verb string
- additional_properties str
- class_id str
- object_type str
- uri str
- verb str
- additionalProperties String
- classId String
- objectType String
- uri String
- verb String
GetBulkExportResultItem    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportResultOrganization    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetBulkExportResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetBulk Export Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetBulk Export Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetBulk Export Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetBulk Export Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetBulk Export Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetBulk Export Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetBulkExportResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkExportTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetBulkExportVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetBulk Export Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetBulk Export Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetBulk Export Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetBulk Export Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetBulk Export Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetBulk Export Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetBulk Export Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetBulk Export Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetBulkExportVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet