intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getBulkExportedItem
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A single managed object that is being exported.
Using getBulkExportedItem
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 getBulkExportedItem(args: GetBulkExportedItemArgs, opts?: InvokeOptions): Promise<GetBulkExportedItemResult>
function getBulkExportedItemOutput(args: GetBulkExportedItemOutputArgs, opts?: InvokeOptions): Output<GetBulkExportedItemResult>def get_bulk_exported_item(account_moid: Optional[str] = None,
                           additional_properties: Optional[str] = None,
                           ancestors: Optional[Sequence[GetBulkExportedItemAncestor]] = 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: Optional[GetBulkExportedItemExport] = None,
                           export_tags: Optional[bool] = None,
                           file_name: Optional[str] = None,
                           id: Optional[str] = None,
                           include_org_identity: Optional[bool] = None,
                           item: Optional[GetBulkExportedItemItem] = None,
                           mod_time: Optional[str] = None,
                           moid: Optional[str] = None,
                           name: Optional[str] = None,
                           object_type: Optional[str] = None,
                           owners: Optional[Sequence[str]] = None,
                           parent: Optional[GetBulkExportedItemParent] = None,
                           parent_item: Optional[GetBulkExportedItemParentItem] = None,
                           permission_resources: Optional[Sequence[GetBulkExportedItemPermissionResource]] = None,
                           related_items: Optional[Sequence[GetBulkExportedItemRelatedItem]] = None,
                           service_name: Optional[str] = None,
                           service_version: Optional[str] = None,
                           shared_scope: Optional[str] = None,
                           status: Optional[str] = None,
                           status_message: Optional[str] = None,
                           tags: Optional[Sequence[GetBulkExportedItemTag]] = None,
                           version_context: Optional[GetBulkExportedItemVersionContext] = None,
                           opts: Optional[InvokeOptions] = None) -> GetBulkExportedItemResult
def get_bulk_exported_item_output(account_moid: Optional[pulumi.Input[str]] = None,
                           additional_properties: Optional[pulumi.Input[str]] = None,
                           ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportedItemAncestorArgs]]]] = 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: Optional[pulumi.Input[GetBulkExportedItemExportArgs]] = None,
                           export_tags: Optional[pulumi.Input[bool]] = None,
                           file_name: Optional[pulumi.Input[str]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           include_org_identity: Optional[pulumi.Input[bool]] = None,
                           item: Optional[pulumi.Input[GetBulkExportedItemItemArgs]] = 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,
                           owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                           parent: Optional[pulumi.Input[GetBulkExportedItemParentArgs]] = None,
                           parent_item: Optional[pulumi.Input[GetBulkExportedItemParentItemArgs]] = None,
                           permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportedItemPermissionResourceArgs]]]] = None,
                           related_items: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkExportedItemRelatedItemArgs]]]] = None,
                           service_name: Optional[pulumi.Input[str]] = None,
                           service_version: Optional[pulumi.Input[str]] = 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[GetBulkExportedItemTagArgs]]]] = None,
                           version_context: Optional[pulumi.Input[GetBulkExportedItemVersionContextArgs]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetBulkExportedItemResult]func LookupBulkExportedItem(ctx *Context, args *LookupBulkExportedItemArgs, opts ...InvokeOption) (*LookupBulkExportedItemResult, error)
func LookupBulkExportedItemOutput(ctx *Context, args *LookupBulkExportedItemOutputArgs, opts ...InvokeOption) LookupBulkExportedItemResultOutput> Note: This function is named LookupBulkExportedItem in the Go SDK.
public static class GetBulkExportedItem 
{
    public static Task<GetBulkExportedItemResult> InvokeAsync(GetBulkExportedItemArgs args, InvokeOptions? opts = null)
    public static Output<GetBulkExportedItemResult> Invoke(GetBulkExportedItemInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBulkExportedItemResult> getBulkExportedItem(GetBulkExportedItemArgs args, InvokeOptions options)
public static Output<GetBulkExportedItemResult> getBulkExportedItem(GetBulkExportedItemArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getBulkExportedItem:getBulkExportedItem
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetBulk Exported Item 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
- Do not export relationships.
- Export
GetBulk Exported Item Export 
- bool
- Specifies whether tags must be exported for item MO.
- FileName string
- Name of the file corresponding to item MO.
- Id string
- IncludeOrg boolIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Item
GetBulk Exported Item Item 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- MO item identity (the moref corresponding to item) expressed as a string.
- ObjectType string
- Owners List<string>
- Parent
GetBulk Exported Item Parent 
- ParentItem GetBulk Exported Item Parent Item 
- PermissionResources List<GetBulk Exported Item Permission Resource> 
- 
List<GetBulk Exported Item Related Item> 
- ServiceName string
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- ServiceVersion string
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- StatusMessage string
- Progress or error message for the MO's export operation.
- 
List<GetBulk Exported Item Tag> 
- VersionContext GetBulk Exported Item Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetBulk Exported Item 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
- Do not export relationships.
- Export
GetBulk Exported Item Export 
- bool
- Specifies whether tags must be exported for item MO.
- FileName string
- Name of the file corresponding to item MO.
- Id string
- IncludeOrg boolIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Item
GetBulk Exported Item Item 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- MO item identity (the moref corresponding to item) expressed as a string.
- ObjectType string
- Owners []string
- Parent
GetBulk Exported Item Parent 
- ParentItem GetBulk Exported Item Parent Item 
- PermissionResources []GetBulk Exported Item Permission Resource 
- 
[]GetBulk Exported Item Related Item 
- ServiceName string
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- ServiceVersion string
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- StatusMessage string
- Progress or error message for the MO's export operation.
- 
[]GetBulk Exported Item Tag 
- VersionContext GetBulk Exported Item Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetBulk Exported Item 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
- Do not export relationships.
- export
GetBulk Exported Item Export 
- Boolean
- Specifies whether tags must be exported for item MO.
- fileName String
- Name of the file corresponding to item MO.
- id String
- includeOrg BooleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- item
GetBulk Exported Item Item 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- MO item identity (the moref corresponding to item) expressed as a string.
- objectType String
- owners List<String>
- parent
GetBulk Exported Item Parent 
- parentItem GetBulk Exported Item Parent Item 
- permissionResources List<GetBulk Exported Item Permission Resource> 
- 
List<GetBulk Exported Item Related Item> 
- serviceName String
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- serviceVersion String
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- statusMessage String
- Progress or error message for the MO's export operation.
- 
List<GetBulk Exported Item Tag> 
- versionContext GetBulk Exported Item Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetBulk Exported Item 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
- Do not export relationships.
- export
GetBulk Exported Item Export 
- boolean
- Specifies whether tags must be exported for item MO.
- fileName string
- Name of the file corresponding to item MO.
- id string
- includeOrg booleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- item
GetBulk Exported Item Item 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- MO item identity (the moref corresponding to item) expressed as a string.
- objectType string
- owners string[]
- parent
GetBulk Exported Item Parent 
- parentItem GetBulk Exported Item Parent Item 
- permissionResources GetBulk Exported Item Permission Resource[] 
- 
GetBulk Exported Item Related Item[] 
- serviceName string
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- serviceVersion string
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- statusMessage string
- Progress or error message for the MO's export operation.
- 
GetBulk Exported Item Tag[] 
- versionContext GetBulk Exported Item Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetBulk Exported Item 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
- Do not export relationships.
- export
GetBulk Exported Item Export 
- bool
- Specifies whether tags must be exported for item MO.
- file_name str
- Name of the file corresponding to item MO.
- id 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.
- item
GetBulk Exported Item 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
- MO item identity (the moref corresponding to item) expressed as a string.
- object_type str
- owners Sequence[str]
- parent
GetBulk Exported Item Parent 
- parent_item GetBulk Exported Item Parent Item 
- permission_resources Sequence[GetBulk Exported Item Permission Resource] 
- 
Sequence[GetBulk Exported Item Related Item] 
- service_name str
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service_version str
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- status_message str
- Progress or error message for the MO's export operation.
- 
Sequence[GetBulk Exported Item Tag] 
- version_context GetBulk Exported Item Version Context 
- accountMoid String
- The Account ID for this managed object.
- 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
- Do not export relationships.
- export Property Map
- Boolean
- Specifies whether tags must be exported for item MO.
- fileName String
- Name of the file corresponding to item MO.
- id String
- includeOrg BooleanIdentity 
- Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- item 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
- MO item identity (the moref corresponding to item) expressed as a string.
- objectType String
- owners List<String>
- parent Property Map
- parentItem Property Map
- permissionResources List<Property Map>
- List<Property Map>
- serviceName String
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- serviceVersion String
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- statusMessage String
- Progress or error message for the MO's export operation.
- List<Property Map>
- versionContext Property Map
getBulkExportedItem Result
The following output properties are available:
- Id string
- Results
List<GetBulk Exported Item Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetBulk Exported Item Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- ExcludePeers List<string>
- ExcludeRelations bool
- Export
GetBulk Exported Item Export 
- bool
- FileName string
- IncludeOrg boolIdentity 
- Item
GetBulk Exported Item Item 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetBulk Exported Item Parent 
- ParentItem GetBulk Exported Item Parent Item 
- PermissionResources List<GetBulk Exported Item Permission Resource> 
- 
List<GetBulk Exported Item Related Item> 
- ServiceName string
- ServiceVersion string
- string
- Status string
- StatusMessage string
- 
List<GetBulk Exported Item Tag> 
- VersionContext GetBulk Exported Item Version Context 
- Id string
- Results
[]GetBulk Exported Item Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetBulk Exported Item Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- ExcludePeers []string
- ExcludeRelations bool
- Export
GetBulk Exported Item Export 
- bool
- FileName string
- IncludeOrg boolIdentity 
- Item
GetBulk Exported Item Item 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetBulk Exported Item Parent 
- ParentItem GetBulk Exported Item Parent Item 
- PermissionResources []GetBulk Exported Item Permission Resource 
- 
[]GetBulk Exported Item Related Item 
- ServiceName string
- ServiceVersion string
- string
- Status string
- StatusMessage string
- 
[]GetBulk Exported Item Tag 
- VersionContext GetBulk Exported Item Version Context 
- id String
- results
List<GetBulk Exported Item Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetBulk Exported Item Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- excludePeers List<String>
- excludeRelations Boolean
- export
GetBulk Exported Item Export 
- Boolean
- fileName String
- includeOrg BooleanIdentity 
- item
GetBulk Exported Item Item 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetBulk Exported Item Parent 
- parentItem GetBulk Exported Item Parent Item 
- permissionResources List<GetBulk Exported Item Permission Resource> 
- 
List<GetBulk Exported Item Related Item> 
- serviceName String
- serviceVersion String
- String
- status String
- statusMessage String
- 
List<GetBulk Exported Item Tag> 
- versionContext GetBulk Exported Item Version Context 
- id string
- results
GetBulk Exported Item Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetBulk Exported Item Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- excludePeers string[]
- excludeRelations boolean
- export
GetBulk Exported Item Export 
- boolean
- fileName string
- includeOrg booleanIdentity 
- item
GetBulk Exported Item Item 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetBulk Exported Item Parent 
- parentItem GetBulk Exported Item Parent Item 
- permissionResources GetBulk Exported Item Permission Resource[] 
- 
GetBulk Exported Item Related Item[] 
- serviceName string
- serviceVersion string
- string
- status string
- statusMessage string
- 
GetBulk Exported Item Tag[] 
- versionContext GetBulk Exported Item Version Context 
- id str
- results
Sequence[GetBulk Exported Item Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetBulk Exported Item Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- exclude_peers Sequence[str]
- exclude_relations bool
- export
GetBulk Exported Item Export 
- bool
- file_name str
- include_org_ boolidentity 
- item
GetBulk Exported Item Item 
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetBulk Exported Item Parent 
- parent_item GetBulk Exported Item Parent Item 
- permission_resources Sequence[GetBulk Exported Item Permission Resource] 
- 
Sequence[GetBulk Exported Item Related Item] 
- service_name str
- service_version str
- str
- status str
- status_message str
- 
Sequence[GetBulk Exported Item Tag] 
- version_context GetBulk Exported Item Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- excludePeers List<String>
- excludeRelations Boolean
- export Property Map
- Boolean
- fileName String
- includeOrg BooleanIdentity 
- item Property Map
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- parentItem Property Map
- permissionResources List<Property Map>
- List<Property Map>
- serviceName String
- serviceVersion String
- String
- status String
- statusMessage String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetBulkExportedItemAncestor    
- 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'.
 
GetBulkExportedItemExport    
- 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'.
 
GetBulkExportedItemItem    
- 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'.
 
GetBulkExportedItemParent    
- 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'.
 
GetBulkExportedItemParentItem     
- 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'.
 
GetBulkExportedItemPermissionResource     
- 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'.
 
GetBulkExportedItemRelatedItem     
- 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'.
 
GetBulkExportedItemResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetBulk Exported Item 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
- Do not export relationships.
- bool
- Specifies whether tags must be exported for item MO.
- Exports
List<GetBulk Exported Item Result Export> 
- FileName string
- Name of the file corresponding to item MO.
- 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 Exported Item 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
- MO item identity (the moref corresponding to item) expressed as a string.
- ObjectType string
- Owners List<string>
- ParentItems List<GetBulk Exported Item Result Parent Item> 
- Parents
List<GetBulk Exported Item Result Parent> 
- PermissionResources List<GetBulk Exported Item Result Permission Resource> 
- 
List<GetBulk Exported Item Result Related Item> 
- ServiceName string
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- ServiceVersion string
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- StatusMessage string
- Progress or error message for the MO's export operation.
- 
List<GetBulk Exported Item Result Tag> 
- VersionContexts List<GetBulk Exported Item Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetBulk Exported Item 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
- Do not export relationships.
- bool
- Specifies whether tags must be exported for item MO.
- Exports
[]GetBulk Exported Item Result Export 
- FileName string
- Name of the file corresponding to item MO.
- 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 Exported Item 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
- MO item identity (the moref corresponding to item) expressed as a string.
- ObjectType string
- Owners []string
- ParentItems []GetBulk Exported Item Result Parent Item 
- Parents
[]GetBulk Exported Item Result Parent 
- PermissionResources []GetBulk Exported Item Result Permission Resource 
- 
[]GetBulk Exported Item Result Related Item 
- ServiceName string
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- ServiceVersion string
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- StatusMessage string
- Progress or error message for the MO's export operation.
- 
[]GetBulk Exported Item Result Tag 
- VersionContexts []GetBulk Exported Item Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetBulk Exported Item 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
- Do not export relationships.
- Boolean
- Specifies whether tags must be exported for item MO.
- exports
List<GetBulk Exported Item Result Export> 
- fileName String
- Name of the file corresponding to item MO.
- 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 Exported Item 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
- MO item identity (the moref corresponding to item) expressed as a string.
- objectType String
- owners List<String>
- parentItems List<GetBulk Exported Item Result Parent Item> 
- parents
List<GetBulk Exported Item Result Parent> 
- permissionResources List<GetBulk Exported Item Result Permission Resource> 
- 
List<GetBulk Exported Item Result Related Item> 
- serviceName String
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- serviceVersion String
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- statusMessage String
- Progress or error message for the MO's export operation.
- 
List<GetBulk Exported Item Result Tag> 
- versionContexts List<GetBulk Exported Item Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetBulk Exported Item 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
- Do not export relationships.
- boolean
- Specifies whether tags must be exported for item MO.
- exports
GetBulk Exported Item Result Export[] 
- fileName string
- Name of the file corresponding to item MO.
- 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 Exported Item 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
- MO item identity (the moref corresponding to item) expressed as a string.
- objectType string
- owners string[]
- parentItems GetBulk Exported Item Result Parent Item[] 
- parents
GetBulk Exported Item Result Parent[] 
- permissionResources GetBulk Exported Item Result Permission Resource[] 
- 
GetBulk Exported Item Result Related Item[] 
- serviceName string
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- serviceVersion string
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- statusMessage string
- Progress or error message for the MO's export operation.
- 
GetBulk Exported Item Result Tag[] 
- versionContexts GetBulk Exported Item Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetBulk Exported Item 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
- Do not export relationships.
- bool
- Specifies whether tags must be exported for item MO.
- exports
Sequence[GetBulk Exported Item Result Export] 
- file_name str
- Name of the file corresponding to item MO.
- 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 Exported Item 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
- MO item identity (the moref corresponding to item) expressed as a string.
- object_type str
- owners Sequence[str]
- parent_items Sequence[GetBulk Exported Item Result Parent Item] 
- parents
Sequence[GetBulk Exported Item Result Parent] 
- permission_resources Sequence[GetBulk Exported Item Result Permission Resource] 
- 
Sequence[GetBulk Exported Item Result Related Item] 
- service_name str
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service_version str
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- status_message str
- Progress or error message for the MO's export operation.
- 
Sequence[GetBulk Exported Item Result Tag] 
- version_contexts Sequence[GetBulk Exported Item Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- 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
- Do not export relationships.
- Boolean
- Specifies whether tags must be exported for item MO.
- exports List<Property Map>
- fileName String
- Name of the file corresponding to item MO.
- 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
- MO item identity (the moref corresponding to item) expressed as a string.
- objectType String
- owners List<String>
- parentItems List<Property Map>
- parents List<Property Map>
- permissionResources List<Property Map>
- List<Property Map>
- serviceName String
- Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- serviceVersion String
- Version of the service that owns the item MO.
- 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 item's export operation.* `` - The operation has not started.* ValidationInProgress- The validation operation is in progress.*Valid- The content to be imported is valid.*InValid- The content to be imported is not valid and the status message will have the reason.*InProgress- The operation is in progress.*Success- The operation has succeeded.*Failed- The operation has failed.*RollBackInitiated- The rollback has been inititiated for import failure.*RollBackFailed- The rollback has failed for import failure.*RollbackCompleted- The rollback has completed for import failure.*RollbackAborted- The rollback has been aborted for import failure.*OperationTimedOut- The operation has timed out.*OperationCancelled- The operation has been canceled.*CancelInProgress- The operation is being canceled.
- statusMessage String
- Progress or error message for the MO's export operation.
- List<Property Map>
- versionContexts List<Property Map>
GetBulkExportedItemResultAncestor     
- 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
GetBulkExportedItemResultExport     
- 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
GetBulkExportedItemResultItem     
- 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
GetBulkExportedItemResultParent     
- 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
GetBulkExportedItemResultParentItem      
- 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
GetBulkExportedItemResultPermissionResource      
- 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
GetBulkExportedItemResultRelatedItem      
- 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
GetBulkExportedItemResultTag     
- 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
GetBulkExportedItemResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetBulk Exported Item Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetBulk Exported Item 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
GetBulkExportedItemResultVersionContextInterestedMo        
- 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
GetBulkExportedItemResultVersionContextRefMo        
- 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
GetBulkExportedItemTag    
- 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.
GetBulkExportedItemVersionContext     
- 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 Exported Item 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 Exported Item 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 Exported Item 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 Exported Item 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 Exported Item 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 Exported Item 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 Exported Item 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 Exported Item 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 Exported Item 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 Exported Item 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.
 
GetBulkExportedItemVersionContextInterestedMo       
- 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'.
 
GetBulkExportedItemVersionContextRefMo       
- 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