intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getBulkExportedItem
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Bulk Exported Item Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers List<string> - Exclude
Relations bool - Do not export relationships.
- Export
Get
Bulk Exported Item Export - bool
- Specifies whether tags must be exported for item MO.
- File
Name string - Name of the file corresponding to item MO.
- Id string
- Include
Org boolIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Item
Get
Bulk Exported Item Item - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- MO item identity (the moref corresponding to item) expressed as a string.
- Object
Type string - Owners List<string>
- Parent
Get
Bulk Exported Item Parent - Parent
Item GetBulk Exported Item Parent Item - Permission
Resources List<GetBulk Exported Item Permission Resource> - List<Get
Bulk Exported Item Related Item> - Service
Name string - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- Service
Version 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. - Status
Message string - Progress or error message for the MO's export operation.
- List<Get
Bulk Exported Item Tag> - Version
Context GetBulk Exported Item Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Bulk Exported Item Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers []string - Exclude
Relations bool - Do not export relationships.
- Export
Get
Bulk Exported Item Export - bool
- Specifies whether tags must be exported for item MO.
- File
Name string - Name of the file corresponding to item MO.
- Id string
- Include
Org boolIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- Item
Get
Bulk Exported Item Item - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- MO item identity (the moref corresponding to item) expressed as a string.
- Object
Type string - Owners []string
- Parent
Get
Bulk Exported Item Parent - Parent
Item GetBulk Exported Item Parent Item - Permission
Resources []GetBulk Exported Item Permission Resource - []Get
Bulk Exported Item Related Item - Service
Name string - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- Service
Version 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. - Status
Message string - Progress or error message for the MO's export operation.
- []Get
Bulk Exported Item Tag - Version
Context GetBulk Exported Item Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Bulk Exported Item Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Do not export relationships.
- export
Get
Bulk Exported Item Export - Boolean
- Specifies whether tags must be exported for item MO.
- file
Name String - Name of the file corresponding to item MO.
- id String
- include
Org BooleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- item
Get
Bulk Exported Item Item - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- MO item identity (the moref corresponding to item) expressed as a string.
- object
Type String - owners List<String>
- parent
Get
Bulk Exported Item Parent - parent
Item GetBulk Exported Item Parent Item - permission
Resources List<GetBulk Exported Item Permission Resource> - List<Get
Bulk Exported Item Related Item> - service
Name String - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service
Version 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. - status
Message String - Progress or error message for the MO's export operation.
- List<Get
Bulk Exported Item Tag> - version
Context GetBulk Exported Item Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Bulk Exported Item Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Peers string[] - exclude
Relations boolean - Do not export relationships.
- export
Get
Bulk Exported Item Export - boolean
- Specifies whether tags must be exported for item MO.
- file
Name string - Name of the file corresponding to item MO.
- id string
- include
Org booleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- item
Get
Bulk Exported Item Item - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- MO item identity (the moref corresponding to item) expressed as a string.
- object
Type string - owners string[]
- parent
Get
Bulk Exported Item Parent - parent
Item GetBulk Exported Item Parent Item - permission
Resources GetBulk Exported Item Permission Resource[] - Get
Bulk Exported Item Related Item[] - service
Name string - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service
Version 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. - status
Message string - Progress or error message for the MO's export operation.
- Get
Bulk Exported Item Tag[] - version
Context GetBulk Exported Item Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Bulk 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
Get
Bulk 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
Get
Bulk 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
Get
Bulk Exported Item Parent - parent_
item GetBulk Exported Item Parent Item - permission_
resources Sequence[GetBulk Exported Item Permission Resource] - Sequence[Get
Bulk 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[Get
Bulk Exported Item Tag] - version_
context GetBulk Exported Item Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Do not export relationships.
- export Property Map
- Boolean
- Specifies whether tags must be exported for item MO.
- file
Name String - Name of the file corresponding to item MO.
- id String
- include
Org BooleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- item Property Map
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- MO item identity (the moref corresponding to item) expressed as a string.
- object
Type String - owners List<String>
- parent Property Map
- parent
Item Property Map - permission
Resources List<Property Map> - List<Property Map>
- service
Name String - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service
Version 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. - status
Message String - Progress or error message for the MO's export operation.
- List<Property Map>
- version
Context Property Map
getBulkExportedItem Result
The following output properties are available:
- Id string
- Results
List<Get
Bulk Exported Item Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Bulk Exported Item Ancestor> - Class
Id string - Create
Time string - Domain
Group stringMoid - Exclude
Peers List<string> - Exclude
Relations bool - Export
Get
Bulk Exported Item Export - bool
- File
Name string - Include
Org boolIdentity - Item
Get
Bulk Exported Item Item - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Bulk Exported Item Parent - Parent
Item GetBulk Exported Item Parent Item - Permission
Resources List<GetBulk Exported Item Permission Resource> - List<Get
Bulk Exported Item Related Item> - Service
Name string - Service
Version string - string
- Status string
- Status
Message string - List<Get
Bulk Exported Item Tag> - Version
Context GetBulk Exported Item Version Context
- Id string
- Results
[]Get
Bulk Exported Item Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Bulk Exported Item Ancestor - Class
Id string - Create
Time string - Domain
Group stringMoid - Exclude
Peers []string - Exclude
Relations bool - Export
Get
Bulk Exported Item Export - bool
- File
Name string - Include
Org boolIdentity - Item
Get
Bulk Exported Item Item - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Bulk Exported Item Parent - Parent
Item GetBulk Exported Item Parent Item - Permission
Resources []GetBulk Exported Item Permission Resource - []Get
Bulk Exported Item Related Item - Service
Name string - Service
Version string - string
- Status string
- Status
Message string - []Get
Bulk Exported Item Tag - Version
Context GetBulk Exported Item Version Context
- id String
- results
List<Get
Bulk Exported Item Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Bulk Exported Item Ancestor> - class
Id String - create
Time String - domain
Group StringMoid - exclude
Peers List<String> - exclude
Relations Boolean - export
Get
Bulk Exported Item Export - Boolean
- file
Name String - include
Org BooleanIdentity - item
Get
Bulk Exported Item Item - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Bulk Exported Item Parent - parent
Item GetBulk Exported Item Parent Item - permission
Resources List<GetBulk Exported Item Permission Resource> - List<Get
Bulk Exported Item Related Item> - service
Name String - service
Version String - String
- status String
- status
Message String - List<Get
Bulk Exported Item Tag> - version
Context GetBulk Exported Item Version Context
- id string
- results
Get
Bulk Exported Item Result[] - account
Moid string - additional
Properties string - ancestors
Get
Bulk Exported Item Ancestor[] - class
Id string - create
Time string - domain
Group stringMoid - exclude
Peers string[] - exclude
Relations boolean - export
Get
Bulk Exported Item Export - boolean
- file
Name string - include
Org booleanIdentity - item
Get
Bulk Exported Item Item - mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Bulk Exported Item Parent - parent
Item GetBulk Exported Item Parent Item - permission
Resources GetBulk Exported Item Permission Resource[] - Get
Bulk Exported Item Related Item[] - service
Name string - service
Version string - string
- status string
- status
Message string - Get
Bulk Exported Item Tag[] - version
Context GetBulk Exported Item Version Context
- id str
- results
Sequence[Get
Bulk Exported Item Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Bulk Exported Item Ancestor] - class_
id str - create_
time str - domain_
group_ strmoid - exclude_
peers Sequence[str] - exclude_
relations bool - export
Get
Bulk Exported Item Export - bool
- file_
name str - include_
org_ boolidentity - item
Get
Bulk Exported Item Item - mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Bulk Exported Item Parent - parent_
item GetBulk Exported Item Parent Item - permission_
resources Sequence[GetBulk Exported Item Permission Resource] - Sequence[Get
Bulk Exported Item Related Item] - service_
name str - service_
version str - str
- status str
- status_
message str - Sequence[Get
Bulk Exported Item Tag] - version_
context GetBulk Exported Item Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - domain
Group StringMoid - exclude
Peers List<String> - exclude
Relations Boolean - export Property Map
- Boolean
- file
Name String - include
Org BooleanIdentity - item Property Map
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- parent
Item Property Map - permission
Resources List<Property Map> - List<Property Map>
- service
Name String - service
Version String - String
- status String
- status
Message String - List<Property Map>
- version
Context Property Map
Supporting Types
GetBulkExportedItemAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemExport
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemItem
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemParentItem
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemRelatedItem
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Bulk Exported Item Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers List<string> - Exclude
Relations bool - Do not export relationships.
- bool
- Specifies whether tags must be exported for item MO.
- Exports
List<Get
Bulk Exported Item Result Export> - File
Name string - 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
List<Get
Bulk Exported Item Result Item> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- MO item identity (the moref corresponding to item) expressed as a string.
- Object
Type string - Owners List<string>
- Parent
Items List<GetBulk Exported Item Result Parent Item> - Parents
List<Get
Bulk Exported Item Result Parent> - Permission
Resources List<GetBulk Exported Item Result Permission Resource> - List<Get
Bulk Exported Item Result Related Item> - Service
Name string - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- Service
Version 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. - Status
Message string - Progress or error message for the MO's export operation.
- List<Get
Bulk Exported Item Result Tag> - Version
Contexts List<GetBulk Exported Item Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Bulk Exported Item Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Peers []string - Exclude
Relations bool - Do not export relationships.
- bool
- Specifies whether tags must be exported for item MO.
- Exports
[]Get
Bulk Exported Item Result Export - File
Name string - 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
[]Get
Bulk Exported Item Result Item - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- MO item identity (the moref corresponding to item) expressed as a string.
- Object
Type string - Owners []string
- Parent
Items []GetBulk Exported Item Result Parent Item - Parents
[]Get
Bulk Exported Item Result Parent - Permission
Resources []GetBulk Exported Item Result Permission Resource - []Get
Bulk Exported Item Result Related Item - Service
Name string - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- Service
Version 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. - Status
Message string - Progress or error message for the MO's export operation.
- []Get
Bulk Exported Item Result Tag - Version
Contexts []GetBulk Exported Item Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Bulk Exported Item Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Do not export relationships.
- Boolean
- Specifies whether tags must be exported for item MO.
- exports
List<Get
Bulk Exported Item Result Export> - file
Name String - Name of the file corresponding to item MO.
- include
Org BooleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items
List<Get
Bulk Exported Item Result Item> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- MO item identity (the moref corresponding to item) expressed as a string.
- object
Type String - owners List<String>
- parent
Items List<GetBulk Exported Item Result Parent Item> - parents
List<Get
Bulk Exported Item Result Parent> - permission
Resources List<GetBulk Exported Item Result Permission Resource> - List<Get
Bulk Exported Item Result Related Item> - service
Name String - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service
Version 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. - status
Message String - Progress or error message for the MO's export operation.
- List<Get
Bulk Exported Item Result Tag> - version
Contexts List<GetBulk Exported Item Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Bulk Exported Item Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Peers string[] - exclude
Relations boolean - Do not export relationships.
- boolean
- Specifies whether tags must be exported for item MO.
- exports
Get
Bulk Exported Item Result Export[] - file
Name string - Name of the file corresponding to item MO.
- include
Org booleanIdentity - Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
- items
Get
Bulk Exported Item Result Item[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- MO item identity (the moref corresponding to item) expressed as a string.
- object
Type string - owners string[]
- parent
Items GetBulk Exported Item Result Parent Item[] - parents
Get
Bulk Exported Item Result Parent[] - permission
Resources GetBulk Exported Item Result Permission Resource[] - Get
Bulk Exported Item Result Related Item[] - service
Name string - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service
Version 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. - status
Message string - Progress or error message for the MO's export operation.
- Get
Bulk Exported Item Result Tag[] - version
Contexts GetBulk Exported Item Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Bulk 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[Get
Bulk 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[Get
Bulk 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[Get
Bulk Exported Item Result Parent] - permission_
resources Sequence[GetBulk Exported Item Result Permission Resource] - Sequence[Get
Bulk 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[Get
Bulk Exported Item Result Tag] - version_
contexts Sequence[GetBulk Exported Item Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Peers List<String> - exclude
Relations Boolean - Do not export relationships.
- Boolean
- Specifies whether tags must be exported for item MO.
- exports List<Property Map>
- file
Name String - Name of the file corresponding to item MO.
- include
Org 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>
- mod
Time 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.
- object
Type String - owners List<String>
- parent
Items List<Property Map> - parents List<Property Map>
- permission
Resources List<Property Map> - List<Property Map>
- service
Name String - Name of the target service that owns the item MO. Service responsible for handling exported item mo notifications.
- service
Version 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. - status
Message String - Progress or error message for the MO's export operation.
- List<Property Map>
- version
Contexts List<Property Map>
GetBulkExportedItemResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultExport
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultItem
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultParentItem
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultRelatedItem
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetBulkExportedItemResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetBulk Exported Item Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetBulk Exported Item Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetBulkExportedItemResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetBulkExportedItemTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetBulkExportedItemVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetBulk 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetBulk Exported Item Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetBulk 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetBulk Exported Item Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetBulk Exported Item Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetBulk Exported Item Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetBulk Exported Item Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetBulk Exported Item Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetBulk 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetBulkExportedItemVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetBulkExportedItemVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet