intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getBulkRequest
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The bulk.Request API allows users to perform API actions (Create, Update or Delete) in bulk, on a given URI. It is possible to operate on multiple subpaths relative to the provided URI (For example, it would be possible to perform a PATCH action on multiple objects of a given REST resource type).
Using getBulkRequest
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 getBulkRequest(args: GetBulkRequestArgs, opts?: InvokeOptions): Promise<GetBulkRequestResult>
function getBulkRequestOutput(args: GetBulkRequestOutputArgs, opts?: InvokeOptions): Output<GetBulkRequestResult>def get_bulk_request(account_moid: Optional[str] = None,
                     action_on_error: Optional[str] = None,
                     actions: Optional[Sequence[str]] = None,
                     additional_properties: Optional[str] = None,
                     ancestors: Optional[Sequence[GetBulkRequestAncestor]] = None,
                     async_results: Optional[Sequence[GetBulkRequestAsyncResult]] = None,
                     async_results_faileds: Optional[Sequence[GetBulkRequestAsyncResultsFailed]] = None,
                     class_id: Optional[str] = None,
                     completion_time: Optional[str] = None,
                     create_time: Optional[str] = None,
                     domain_group_moid: Optional[str] = None,
                     headers: Optional[Sequence[GetBulkRequestHeader]] = None,
                     id: Optional[str] = None,
                     mod_time: Optional[str] = None,
                     moid: Optional[str] = None,
                     num_sub_requests: Optional[float] = None,
                     object_type: Optional[str] = None,
                     org_moid: Optional[str] = None,
                     organization: Optional[GetBulkRequestOrganization] = None,
                     owners: Optional[Sequence[str]] = None,
                     parent: Optional[GetBulkRequestParent] = None,
                     permission_resources: Optional[Sequence[GetBulkRequestPermissionResource]] = None,
                     request_received_time: Optional[str] = None,
                     requests: Optional[Sequence[GetBulkRequestRequest]] = None,
                     shared_scope: Optional[str] = None,
                     skip_duplicates: Optional[bool] = None,
                     status: Optional[str] = None,
                     status_message: Optional[str] = None,
                     tags: Optional[Sequence[GetBulkRequestTag]] = None,
                     uri: Optional[str] = None,
                     verb: Optional[str] = None,
                     version_context: Optional[GetBulkRequestVersionContext] = None,
                     workflow_info: Optional[GetBulkRequestWorkflowInfo] = None,
                     opts: Optional[InvokeOptions] = None) -> GetBulkRequestResult
def get_bulk_request_output(account_moid: Optional[pulumi.Input[str]] = None,
                     action_on_error: Optional[pulumi.Input[str]] = None,
                     actions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                     additional_properties: Optional[pulumi.Input[str]] = None,
                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkRequestAncestorArgs]]]] = None,
                     async_results: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkRequestAsyncResultArgs]]]] = None,
                     async_results_faileds: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkRequestAsyncResultsFailedArgs]]]] = None,
                     class_id: Optional[pulumi.Input[str]] = None,
                     completion_time: Optional[pulumi.Input[str]] = None,
                     create_time: Optional[pulumi.Input[str]] = None,
                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                     headers: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkRequestHeaderArgs]]]] = None,
                     id: Optional[pulumi.Input[str]] = None,
                     mod_time: Optional[pulumi.Input[str]] = None,
                     moid: Optional[pulumi.Input[str]] = None,
                     num_sub_requests: Optional[pulumi.Input[float]] = None,
                     object_type: Optional[pulumi.Input[str]] = None,
                     org_moid: Optional[pulumi.Input[str]] = None,
                     organization: Optional[pulumi.Input[GetBulkRequestOrganizationArgs]] = None,
                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                     parent: Optional[pulumi.Input[GetBulkRequestParentArgs]] = None,
                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkRequestPermissionResourceArgs]]]] = None,
                     request_received_time: Optional[pulumi.Input[str]] = None,
                     requests: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkRequestRequestArgs]]]] = None,
                     shared_scope: Optional[pulumi.Input[str]] = None,
                     skip_duplicates: Optional[pulumi.Input[bool]] = None,
                     status: Optional[pulumi.Input[str]] = None,
                     status_message: Optional[pulumi.Input[str]] = None,
                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkRequestTagArgs]]]] = None,
                     uri: Optional[pulumi.Input[str]] = None,
                     verb: Optional[pulumi.Input[str]] = None,
                     version_context: Optional[pulumi.Input[GetBulkRequestVersionContextArgs]] = None,
                     workflow_info: Optional[pulumi.Input[GetBulkRequestWorkflowInfoArgs]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetBulkRequestResult]func LookupBulkRequest(ctx *Context, args *LookupBulkRequestArgs, opts ...InvokeOption) (*LookupBulkRequestResult, error)
func LookupBulkRequestOutput(ctx *Context, args *LookupBulkRequestOutputArgs, opts ...InvokeOption) LookupBulkRequestResultOutput> Note: This function is named LookupBulkRequest in the Go SDK.
public static class GetBulkRequest 
{
    public static Task<GetBulkRequestResult> InvokeAsync(GetBulkRequestArgs args, InvokeOptions? opts = null)
    public static Output<GetBulkRequestResult> Invoke(GetBulkRequestInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBulkRequestResult> getBulkRequest(GetBulkRequestArgs args, InvokeOptions options)
public static Output<GetBulkRequestResult> getBulkRequest(GetBulkRequestArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getBulkRequest:getBulkRequest
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- Actions List<string>
- AdditionalProperties string
- Ancestors
List<GetBulk Request Ancestor> 
- AsyncResults List<GetBulk Request Async Result> 
- AsyncResults List<GetFaileds Bulk Request Async Results Failed> 
- ClassId string
- CompletionTime string
- The timestamp when the request processing completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Headers
List<GetBulk Request Header> 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub doubleRequests 
- The number of sub requests received in this request.
- ObjectType string
- OrgMoid string
- The moid of the organization under which this request was issued.
- Organization
GetBulk Request Organization 
- Owners List<string>
- Parent
GetBulk Request Parent 
- PermissionResources List<GetBulk Request Permission Resource> 
- RequestReceived stringTime 
- The timestamp when the request was received.
- Requests
List<GetBulk Request Request> 
- 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.
- SkipDuplicates bool
- Skip the already present objects.
- Status string
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message corresponding to the status.
- 
List<GetBulk Request Tag> 
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- VersionContext GetBulk Request Version Context 
- WorkflowInfo GetBulk Request Workflow Info 
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- Actions []string
- AdditionalProperties string
- Ancestors
[]GetBulk Request Ancestor 
- AsyncResults []GetBulk Request Async Result 
- AsyncResults []GetFaileds Bulk Request Async Results Failed 
- ClassId string
- CompletionTime string
- The timestamp when the request processing completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Headers
[]GetBulk Request Header 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub float64Requests 
- The number of sub requests received in this request.
- ObjectType string
- OrgMoid string
- The moid of the organization under which this request was issued.
- Organization
GetBulk Request Organization 
- Owners []string
- Parent
GetBulk Request Parent 
- PermissionResources []GetBulk Request Permission Resource 
- RequestReceived stringTime 
- The timestamp when the request was received.
- Requests
[]GetBulk Request Request 
- 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.
- SkipDuplicates bool
- Skip the already present objects.
- Status string
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message corresponding to the status.
- 
[]GetBulk Request Tag 
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- VersionContext GetBulk Request Version Context 
- WorkflowInfo GetBulk Request Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions List<String>
- additionalProperties String
- ancestors
List<GetBulk Request Ancestor> 
- asyncResults List<GetBulk Request Async Result> 
- asyncResults List<GetFaileds Bulk Request Async Results Failed> 
- classId String
- completionTime String
- The timestamp when the request processing completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- headers
List<GetBulk Request Header> 
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub DoubleRequests 
- The number of sub requests received in this request.
- objectType String
- orgMoid String
- The moid of the organization under which this request was issued.
- organization
GetBulk Request Organization 
- owners List<String>
- parent
GetBulk Request Parent 
- permissionResources List<GetBulk Request Permission Resource> 
- requestReceived StringTime 
- The timestamp when the request was received.
- requests
List<GetBulk Request Request> 
- 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.
- skipDuplicates Boolean
- Skip the already present objects.
- status String
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message corresponding to the status.
- 
List<GetBulk Request Tag> 
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- versionContext GetBulk Request Version Context 
- workflowInfo GetBulk Request Workflow Info 
- accountMoid string
- The Account ID for this managed object.
- actionOn stringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions string[]
- additionalProperties string
- ancestors
GetBulk Request Ancestor[] 
- asyncResults GetBulk Request Async Result[] 
- asyncResults GetFaileds Bulk Request Async Results Failed[] 
- classId string
- completionTime string
- The timestamp when the request processing completed.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- headers
GetBulk Request Header[] 
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- numSub numberRequests 
- The number of sub requests received in this request.
- objectType string
- orgMoid string
- The moid of the organization under which this request was issued.
- organization
GetBulk Request Organization 
- owners string[]
- parent
GetBulk Request Parent 
- permissionResources GetBulk Request Permission Resource[] 
- requestReceived stringTime 
- The timestamp when the request was received.
- requests
GetBulk Request Request[] 
- 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.
- skipDuplicates boolean
- Skip the already present objects.
- status string
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage string
- The status message corresponding to the status.
- 
GetBulk Request Tag[] 
- uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- versionContext GetBulk Request Version Context 
- workflowInfo GetBulk Request Workflow Info 
- account_moid str
- The Account ID for this managed object.
- action_on_ strerror 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions Sequence[str]
- additional_properties str
- ancestors
Sequence[GetBulk Request Ancestor] 
- async_results Sequence[GetBulk Request Async Result] 
- async_results_ Sequence[Getfaileds Bulk Request Async Results Failed] 
- class_id str
- completion_time str
- The timestamp when the request processing completed.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- headers
Sequence[GetBulk Request Header] 
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- num_sub_ floatrequests 
- The number of sub requests received in this request.
- object_type str
- org_moid str
- The moid of the organization under which this request was issued.
- organization
GetBulk Request Organization 
- owners Sequence[str]
- parent
GetBulk Request Parent 
- permission_resources Sequence[GetBulk Request Permission Resource] 
- request_received_ strtime 
- The timestamp when the request was received.
- requests
Sequence[GetBulk Request Request] 
- 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.
- skip_duplicates bool
- Skip the already present objects.
- status str
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- status_message str
- The status message corresponding to the status.
- 
Sequence[GetBulk Request Tag] 
- uri str
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb str
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- version_context GetBulk Request Version Context 
- workflow_info GetBulk Request Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions List<String>
- additionalProperties String
- ancestors List<Property Map>
- asyncResults List<Property Map>
- asyncResults List<Property Map>Faileds 
- classId String
- completionTime String
- The timestamp when the request processing completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- headers List<Property Map>
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub NumberRequests 
- The number of sub requests received in this request.
- objectType String
- orgMoid String
- The moid of the organization under which this request was issued.
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- requestReceived StringTime 
- The timestamp when the request was received.
- requests List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skipDuplicates Boolean
- Skip the already present objects.
- status String
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message corresponding to the status.
- List<Property Map>
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- versionContext Property Map
- workflowInfo Property Map
getBulkRequest Result
The following output properties are available:
- Id string
- Results
List<GetBulk Request Result> 
- AccountMoid string
- ActionOn stringError 
- Actions List<string>
- AdditionalProperties string
- Ancestors
List<GetBulk Request Ancestor> 
- AsyncResults List<GetBulk Request Async Result> 
- AsyncResults List<GetFaileds Bulk Request Async Results Failed> 
- ClassId string
- CompletionTime string
- CreateTime string
- DomainGroup stringMoid 
- Headers
List<GetBulk Request Header> 
- ModTime string
- Moid string
- NumSub doubleRequests 
- ObjectType string
- OrgMoid string
- Organization
GetBulk Request Organization 
- Owners List<string>
- Parent
GetBulk Request Parent 
- PermissionResources List<GetBulk Request Permission Resource> 
- RequestReceived stringTime 
- Requests
List<GetBulk Request Request> 
- string
- SkipDuplicates bool
- Status string
- StatusMessage string
- 
List<GetBulk Request Tag> 
- Uri string
- Verb string
- VersionContext GetBulk Request Version Context 
- WorkflowInfo GetBulk Request Workflow Info 
- Id string
- Results
[]GetBulk Request Result 
- AccountMoid string
- ActionOn stringError 
- Actions []string
- AdditionalProperties string
- Ancestors
[]GetBulk Request Ancestor 
- AsyncResults []GetBulk Request Async Result 
- AsyncResults []GetFaileds Bulk Request Async Results Failed 
- ClassId string
- CompletionTime string
- CreateTime string
- DomainGroup stringMoid 
- Headers
[]GetBulk Request Header 
- ModTime string
- Moid string
- NumSub float64Requests 
- ObjectType string
- OrgMoid string
- Organization
GetBulk Request Organization 
- Owners []string
- Parent
GetBulk Request Parent 
- PermissionResources []GetBulk Request Permission Resource 
- RequestReceived stringTime 
- Requests
[]GetBulk Request Request 
- string
- SkipDuplicates bool
- Status string
- StatusMessage string
- 
[]GetBulk Request Tag 
- Uri string
- Verb string
- VersionContext GetBulk Request Version Context 
- WorkflowInfo GetBulk Request Workflow Info 
- id String
- results
List<GetBulk Request Result> 
- accountMoid String
- actionOn StringError 
- actions List<String>
- additionalProperties String
- ancestors
List<GetBulk Request Ancestor> 
- asyncResults List<GetBulk Request Async Result> 
- asyncResults List<GetFaileds Bulk Request Async Results Failed> 
- classId String
- completionTime String
- createTime String
- domainGroup StringMoid 
- headers
List<GetBulk Request Header> 
- modTime String
- moid String
- numSub DoubleRequests 
- objectType String
- orgMoid String
- organization
GetBulk Request Organization 
- owners List<String>
- parent
GetBulk Request Parent 
- permissionResources List<GetBulk Request Permission Resource> 
- requestReceived StringTime 
- requests
List<GetBulk Request Request> 
- String
- skipDuplicates Boolean
- status String
- statusMessage String
- 
List<GetBulk Request Tag> 
- uri String
- verb String
- versionContext GetBulk Request Version Context 
- workflowInfo GetBulk Request Workflow Info 
- id string
- results
GetBulk Request Result[] 
- accountMoid string
- actionOn stringError 
- actions string[]
- additionalProperties string
- ancestors
GetBulk Request Ancestor[] 
- asyncResults GetBulk Request Async Result[] 
- asyncResults GetFaileds Bulk Request Async Results Failed[] 
- classId string
- completionTime string
- createTime string
- domainGroup stringMoid 
- headers
GetBulk Request Header[] 
- modTime string
- moid string
- numSub numberRequests 
- objectType string
- orgMoid string
- organization
GetBulk Request Organization 
- owners string[]
- parent
GetBulk Request Parent 
- permissionResources GetBulk Request Permission Resource[] 
- requestReceived stringTime 
- requests
GetBulk Request Request[] 
- string
- skipDuplicates boolean
- status string
- statusMessage string
- 
GetBulk Request Tag[] 
- uri string
- verb string
- versionContext GetBulk Request Version Context 
- workflowInfo GetBulk Request Workflow Info 
- id str
- results
Sequence[GetBulk Request Result] 
- account_moid str
- action_on_ strerror 
- actions Sequence[str]
- additional_properties str
- ancestors
Sequence[GetBulk Request Ancestor] 
- async_results Sequence[GetBulk Request Async Result] 
- async_results_ Sequence[Getfaileds Bulk Request Async Results Failed] 
- class_id str
- completion_time str
- create_time str
- domain_group_ strmoid 
- headers
Sequence[GetBulk Request Header] 
- mod_time str
- moid str
- num_sub_ floatrequests 
- object_type str
- org_moid str
- organization
GetBulk Request Organization 
- owners Sequence[str]
- parent
GetBulk Request Parent 
- permission_resources Sequence[GetBulk Request Permission Resource] 
- request_received_ strtime 
- requests
Sequence[GetBulk Request Request] 
- str
- skip_duplicates bool
- status str
- status_message str
- 
Sequence[GetBulk Request Tag] 
- uri str
- verb str
- version_context GetBulk Request Version Context 
- workflow_info GetBulk Request Workflow Info 
- id String
- results List<Property Map>
- accountMoid String
- actionOn StringError 
- actions List<String>
- additionalProperties String
- ancestors List<Property Map>
- asyncResults List<Property Map>
- asyncResults List<Property Map>Faileds 
- classId String
- completionTime String
- createTime String
- domainGroup StringMoid 
- headers List<Property Map>
- modTime String
- moid String
- numSub NumberRequests 
- objectType String
- orgMoid String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- requestReceived StringTime 
- requests List<Property Map>
- String
- skipDuplicates Boolean
- status String
- statusMessage String
- List<Property Map>
- uri String
- verb String
- versionContext Property Map
- workflowInfo Property Map
Supporting Types
GetBulkRequestAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestAsyncResult    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestAsyncResultsFailed     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestHeader   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- The name of the http header.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The value of the http header.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- The name of the http header.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The value of the http header.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- The name of the http header.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The value of the http header.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- The name of the http header.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The value of the http header.
- 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.
- name str
- The name of the http header.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The value of the http header.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- The name of the http header.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The value of the http header.
GetBulkRequestOrganization   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestRequest   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri str
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb str
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
GetBulkRequestResult   
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- Actions List<string>
- AdditionalProperties string
- Ancestors
List<GetBulk Request Result Ancestor> 
- AsyncResults List<GetBulk Request Result Async Result> 
- AsyncResults List<GetFaileds Bulk Request Result Async Results Failed> 
- ClassId string
- CompletionTime string
- The timestamp when the request processing completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Headers
List<GetBulk Request Result Header> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub doubleRequests 
- The number of sub requests received in this request.
- ObjectType string
- OrgMoid string
- The moid of the organization under which this request was issued.
- Organizations
List<GetBulk Request Result Organization> 
- Owners List<string>
- Parents
List<GetBulk Request Result Parent> 
- PermissionResources List<GetBulk Request Result Permission Resource> 
- RequestReceived stringTime 
- The timestamp when the request was received.
- Requests
List<GetBulk Request Result Request> 
- Results
List<GetBulk Request Result Result> 
- 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.
- SkipDuplicates bool
- Skip the already present objects.
- Status string
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message corresponding to the status.
- 
List<GetBulk Request Result Tag> 
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- VersionContexts List<GetBulk Request Result Version Context> 
- WorkflowInfos List<GetBulk Request Result Workflow Info> 
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- Actions []string
- AdditionalProperties string
- Ancestors
[]GetBulk Request Result Ancestor 
- AsyncResults []GetBulk Request Result Async Result 
- AsyncResults []GetFaileds Bulk Request Result Async Results Failed 
- ClassId string
- CompletionTime string
- The timestamp when the request processing completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Headers
[]GetBulk Request Result Header 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub float64Requests 
- The number of sub requests received in this request.
- ObjectType string
- OrgMoid string
- The moid of the organization under which this request was issued.
- Organizations
[]GetBulk Request Result Organization 
- Owners []string
- Parents
[]GetBulk Request Result Parent 
- PermissionResources []GetBulk Request Result Permission Resource 
- RequestReceived stringTime 
- The timestamp when the request was received.
- Requests
[]GetBulk Request Result Request 
- Results
[]GetBulk Request Result Result 
- 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.
- SkipDuplicates bool
- Skip the already present objects.
- Status string
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message corresponding to the status.
- 
[]GetBulk Request Result Tag 
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- VersionContexts []GetBulk Request Result Version Context 
- WorkflowInfos []GetBulk Request Result Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions List<String>
- additionalProperties String
- ancestors
List<GetBulk Request Result Ancestor> 
- asyncResults List<GetBulk Request Result Async Result> 
- asyncResults List<GetFaileds Bulk Request Result Async Results Failed> 
- classId String
- completionTime String
- The timestamp when the request processing completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- headers
List<GetBulk Request Result Header> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub DoubleRequests 
- The number of sub requests received in this request.
- objectType String
- orgMoid String
- The moid of the organization under which this request was issued.
- organizations
List<GetBulk Request Result Organization> 
- owners List<String>
- parents
List<GetBulk Request Result Parent> 
- permissionResources List<GetBulk Request Result Permission Resource> 
- requestReceived StringTime 
- The timestamp when the request was received.
- requests
List<GetBulk Request Result Request> 
- results
List<GetBulk Request Result Result> 
- 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.
- skipDuplicates Boolean
- Skip the already present objects.
- status String
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message corresponding to the status.
- 
List<GetBulk Request Result Tag> 
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- versionContexts List<GetBulk Request Result Version Context> 
- workflowInfos List<GetBulk Request Result Workflow Info> 
- accountMoid string
- The Account ID for this managed object.
- actionOn stringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions string[]
- additionalProperties string
- ancestors
GetBulk Request Result Ancestor[] 
- asyncResults GetBulk Request Result Async Result[] 
- asyncResults GetFaileds Bulk Request Result Async Results Failed[] 
- classId string
- completionTime string
- The timestamp when the request processing completed.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- headers
GetBulk Request Result Header[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- numSub numberRequests 
- The number of sub requests received in this request.
- objectType string
- orgMoid string
- The moid of the organization under which this request was issued.
- organizations
GetBulk Request Result Organization[] 
- owners string[]
- parents
GetBulk Request Result Parent[] 
- permissionResources GetBulk Request Result Permission Resource[] 
- requestReceived stringTime 
- The timestamp when the request was received.
- requests
GetBulk Request Result Request[] 
- results
GetBulk Request Result Result[] 
- 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.
- skipDuplicates boolean
- Skip the already present objects.
- status string
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage string
- The status message corresponding to the status.
- 
GetBulk Request Result Tag[] 
- uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- versionContexts GetBulk Request Result Version Context[] 
- workflowInfos GetBulk Request Result Workflow Info[] 
- account_moid str
- The Account ID for this managed object.
- action_on_ strerror 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions Sequence[str]
- additional_properties str
- ancestors
Sequence[GetBulk Request Result Ancestor] 
- async_results Sequence[GetBulk Request Result Async Result] 
- async_results_ Sequence[Getfaileds Bulk Request Result Async Results Failed] 
- class_id str
- completion_time str
- The timestamp when the request processing completed.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- headers
Sequence[GetBulk Request Result Header] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- num_sub_ floatrequests 
- The number of sub requests received in this request.
- object_type str
- org_moid str
- The moid of the organization under which this request was issued.
- organizations
Sequence[GetBulk Request Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetBulk Request Result Parent] 
- permission_resources Sequence[GetBulk Request Result Permission Resource] 
- request_received_ strtime 
- The timestamp when the request was received.
- requests
Sequence[GetBulk Request Result Request] 
- results
Sequence[GetBulk Request Result Result] 
- 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.
- skip_duplicates bool
- Skip the already present objects.
- status str
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- status_message str
- The status message corresponding to the status.
- 
Sequence[GetBulk Request Result Tag] 
- uri str
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb str
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- version_contexts Sequence[GetBulk Request Result Version Context] 
- workflow_infos Sequence[GetBulk Request Result Workflow Info] 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action to be taken when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- actions List<String>
- additionalProperties String
- ancestors List<Property Map>
- asyncResults List<Property Map>
- asyncResults List<Property Map>Faileds 
- classId String
- completionTime String
- The timestamp when the request processing completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- headers List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub NumberRequests 
- The number of sub requests received in this request.
- objectType String
- orgMoid String
- The moid of the organization under which this request was issued.
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- requestReceived StringTime 
- The timestamp when the request was received.
- requests List<Property Map>
- results List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skipDuplicates Boolean
- Skip the already present objects.
- status String
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message corresponding to the status.
- List<Property Map>
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- versionContexts List<Property Map>
- workflowInfos List<Property Map>
GetBulkRequestResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultAsyncResult     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultAsyncResultsFailed      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultHeader    
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- name String
- objectType String
- value String
- additionalProperties string
- classId string
- name string
- objectType string
- value string
- additional_properties str
- class_id str
- name str
- object_type str
- value str
- additionalProperties String
- classId String
- name String
- objectType String
- value String
GetBulkRequestResultOrganization    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultRequest    
- AdditionalProperties string
- ClassId string
- ObjectType string
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- AdditionalProperties string
- ClassId string
- ObjectType string
- Uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- Verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additionalProperties String
- classId String
- objectType String
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additionalProperties string
- classId string
- objectType string
- uri string
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb string
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additional_properties str
- class_id str
- object_type str
- uri str
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb str
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
- additionalProperties String
- classId String
- objectType String
- uri String
- The URI on which this bulk action is to be performed.The value will be used when there is no override in the SubRequest.
- verb String
- The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value will be used when there is no override in the SubRequest.* POST- Used to create a REST resource.*PATCH- Used to update a REST resource.*DELETE- Used to delete a REST resource.
GetBulkRequestResultResult    
- AdditionalProperties string
- ClassId string
- ObjectType string
- Status double
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- AdditionalProperties string
- ClassId string
- ObjectType string
- Status float64
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- additionalProperties String
- classId String
- objectType String
- status Double
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- additionalProperties string
- classId string
- objectType string
- status number
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- additional_properties str
- class_id str
- object_type str
- status float
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- additionalProperties String
- classId String
- objectType String
- status Number
- The processing status of the Request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
GetBulkRequestResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetBulkRequestResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetBulk Request Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetBulk Request Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetBulk Request Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetBulk Request Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetBulk Request Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetBulk Request Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetBulkRequestResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestResultWorkflowInfo     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkRequestTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetBulkRequestVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetBulk Request Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetBulk Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetBulk Request Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetBulk Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetBulk Request Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetBulk Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetBulk Request Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetBulk Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetBulk Request 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 Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetBulkRequestVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkRequestWorkflowInfo    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet