1. Packages
  2. Intersight Provider
  3. API Docs
  4. getBulkRequest
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getBulkRequest

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    ActionOnError string
    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<GetBulkRequestAncestor>
    AsyncResults List<GetBulkRequestAsyncResult>
    AsyncResultsFaileds List<GetBulkRequestAsyncResultsFailed>
    ClassId string
    CompletionTime string
    The timestamp when the request processing completed.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Headers List<GetBulkRequestHeader>
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumSubRequests double
    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 GetBulkRequestOrganization
    Owners List<string>
    Parent GetBulkRequestParent
    PermissionResources List<GetBulkRequestPermissionResource>
    RequestReceivedTime string
    The timestamp when the request was received.
    Requests List<GetBulkRequestRequest>
    SharedScope 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.
    Tags List<GetBulkRequestTag>
    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 GetBulkRequestVersionContext
    WorkflowInfo GetBulkRequestWorkflowInfo
    AccountMoid string
    The Account ID for this managed object.
    ActionOnError string
    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 []GetBulkRequestAncestor
    AsyncResults []GetBulkRequestAsyncResult
    AsyncResultsFaileds []GetBulkRequestAsyncResultsFailed
    ClassId string
    CompletionTime string
    The timestamp when the request processing completed.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Headers []GetBulkRequestHeader
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumSubRequests float64
    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 GetBulkRequestOrganization
    Owners []string
    Parent GetBulkRequestParent
    PermissionResources []GetBulkRequestPermissionResource
    RequestReceivedTime string
    The timestamp when the request was received.
    Requests []GetBulkRequestRequest
    SharedScope 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.
    Tags []GetBulkRequestTag
    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 GetBulkRequestVersionContext
    WorkflowInfo GetBulkRequestWorkflowInfo
    accountMoid String
    The Account ID for this managed object.
    actionOnError String
    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<GetBulkRequestAncestor>
    asyncResults List<GetBulkRequestAsyncResult>
    asyncResultsFaileds List<GetBulkRequestAsyncResultsFailed>
    classId String
    completionTime String
    The timestamp when the request processing completed.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    headers List<GetBulkRequestHeader>
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numSubRequests Double
    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 GetBulkRequestOrganization
    owners List<String>
    parent GetBulkRequestParent
    permissionResources List<GetBulkRequestPermissionResource>
    requestReceivedTime String
    The timestamp when the request was received.
    requests List<GetBulkRequestRequest>
    sharedScope 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.
    tags List<GetBulkRequestTag>
    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 GetBulkRequestVersionContext
    workflowInfo GetBulkRequestWorkflowInfo
    accountMoid string
    The Account ID for this managed object.
    actionOnError string
    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 GetBulkRequestAncestor[]
    asyncResults GetBulkRequestAsyncResult[]
    asyncResultsFaileds GetBulkRequestAsyncResultsFailed[]
    classId string
    completionTime string
    The timestamp when the request processing completed.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    headers GetBulkRequestHeader[]
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    numSubRequests number
    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 GetBulkRequestOrganization
    owners string[]
    parent GetBulkRequestParent
    permissionResources GetBulkRequestPermissionResource[]
    requestReceivedTime string
    The timestamp when the request was received.
    requests GetBulkRequestRequest[]
    sharedScope 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.
    tags GetBulkRequestTag[]
    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 GetBulkRequestVersionContext
    workflowInfo GetBulkRequestWorkflowInfo
    account_moid str
    The Account ID for this managed object.
    action_on_error str
    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[GetBulkRequestAncestor]
    async_results Sequence[GetBulkRequestAsyncResult]
    async_results_faileds Sequence[GetBulkRequestAsyncResultsFailed]
    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_moid str
    The DomainGroup ID for this managed object.
    headers Sequence[GetBulkRequestHeader]
    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_requests float
    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 GetBulkRequestOrganization
    owners Sequence[str]
    parent GetBulkRequestParent
    permission_resources Sequence[GetBulkRequestPermissionResource]
    request_received_time str
    The timestamp when the request was received.
    requests Sequence[GetBulkRequestRequest]
    shared_scope 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.
    tags Sequence[GetBulkRequestTag]
    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 GetBulkRequestVersionContext
    workflow_info GetBulkRequestWorkflowInfo
    accountMoid String
    The Account ID for this managed object.
    actionOnError String
    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>
    asyncResultsFaileds List<Property Map>
    classId String
    completionTime String
    The timestamp when the request processing completed.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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.
    numSubRequests Number
    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>
    requestReceivedTime String
    The timestamp when the request was received.
    requests List<Property Map>
    sharedScope 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.
    tags 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<GetBulkRequestResult>
    AccountMoid string
    ActionOnError string
    Actions List<string>
    AdditionalProperties string
    Ancestors List<GetBulkRequestAncestor>
    AsyncResults List<GetBulkRequestAsyncResult>
    AsyncResultsFaileds List<GetBulkRequestAsyncResultsFailed>
    ClassId string
    CompletionTime string
    CreateTime string
    DomainGroupMoid string
    Headers List<GetBulkRequestHeader>
    ModTime string
    Moid string
    NumSubRequests double
    ObjectType string
    OrgMoid string
    Organization GetBulkRequestOrganization
    Owners List<string>
    Parent GetBulkRequestParent
    PermissionResources List<GetBulkRequestPermissionResource>
    RequestReceivedTime string
    Requests List<GetBulkRequestRequest>
    SharedScope string
    SkipDuplicates bool
    Status string
    StatusMessage string
    Tags List<GetBulkRequestTag>
    Uri string
    Verb string
    VersionContext GetBulkRequestVersionContext
    WorkflowInfo GetBulkRequestWorkflowInfo
    Id string
    Results []GetBulkRequestResult
    AccountMoid string
    ActionOnError string
    Actions []string
    AdditionalProperties string
    Ancestors []GetBulkRequestAncestor
    AsyncResults []GetBulkRequestAsyncResult
    AsyncResultsFaileds []GetBulkRequestAsyncResultsFailed
    ClassId string
    CompletionTime string
    CreateTime string
    DomainGroupMoid string
    Headers []GetBulkRequestHeader
    ModTime string
    Moid string
    NumSubRequests float64
    ObjectType string
    OrgMoid string
    Organization GetBulkRequestOrganization
    Owners []string
    Parent GetBulkRequestParent
    PermissionResources []GetBulkRequestPermissionResource
    RequestReceivedTime string
    Requests []GetBulkRequestRequest
    SharedScope string
    SkipDuplicates bool
    Status string
    StatusMessage string
    Tags []GetBulkRequestTag
    Uri string
    Verb string
    VersionContext GetBulkRequestVersionContext
    WorkflowInfo GetBulkRequestWorkflowInfo
    id String
    results List<GetBulkRequestResult>
    accountMoid String
    actionOnError String
    actions List<String>
    additionalProperties String
    ancestors List<GetBulkRequestAncestor>
    asyncResults List<GetBulkRequestAsyncResult>
    asyncResultsFaileds List<GetBulkRequestAsyncResultsFailed>
    classId String
    completionTime String
    createTime String
    domainGroupMoid String
    headers List<GetBulkRequestHeader>
    modTime String
    moid String
    numSubRequests Double
    objectType String
    orgMoid String
    organization GetBulkRequestOrganization
    owners List<String>
    parent GetBulkRequestParent
    permissionResources List<GetBulkRequestPermissionResource>
    requestReceivedTime String
    requests List<GetBulkRequestRequest>
    sharedScope String
    skipDuplicates Boolean
    status String
    statusMessage String
    tags List<GetBulkRequestTag>
    uri String
    verb String
    versionContext GetBulkRequestVersionContext
    workflowInfo GetBulkRequestWorkflowInfo
    id string
    results GetBulkRequestResult[]
    accountMoid string
    actionOnError string
    actions string[]
    additionalProperties string
    ancestors GetBulkRequestAncestor[]
    asyncResults GetBulkRequestAsyncResult[]
    asyncResultsFaileds GetBulkRequestAsyncResultsFailed[]
    classId string
    completionTime string
    createTime string
    domainGroupMoid string
    headers GetBulkRequestHeader[]
    modTime string
    moid string
    numSubRequests number
    objectType string
    orgMoid string
    organization GetBulkRequestOrganization
    owners string[]
    parent GetBulkRequestParent
    permissionResources GetBulkRequestPermissionResource[]
    requestReceivedTime string
    requests GetBulkRequestRequest[]
    sharedScope string
    skipDuplicates boolean
    status string
    statusMessage string
    tags GetBulkRequestTag[]
    uri string
    verb string
    versionContext GetBulkRequestVersionContext
    workflowInfo GetBulkRequestWorkflowInfo
    id str
    results Sequence[GetBulkRequestResult]
    account_moid str
    action_on_error str
    actions Sequence[str]
    additional_properties str
    ancestors Sequence[GetBulkRequestAncestor]
    async_results Sequence[GetBulkRequestAsyncResult]
    async_results_faileds Sequence[GetBulkRequestAsyncResultsFailed]
    class_id str
    completion_time str
    create_time str
    domain_group_moid str
    headers Sequence[GetBulkRequestHeader]
    mod_time str
    moid str
    num_sub_requests float
    object_type str
    org_moid str
    organization GetBulkRequestOrganization
    owners Sequence[str]
    parent GetBulkRequestParent
    permission_resources Sequence[GetBulkRequestPermissionResource]
    request_received_time str
    requests Sequence[GetBulkRequestRequest]
    shared_scope str
    skip_duplicates bool
    status str
    status_message str
    tags Sequence[GetBulkRequestTag]
    uri str
    verb str
    version_context GetBulkRequestVersionContext
    workflow_info GetBulkRequestWorkflowInfo

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
    ActionOnError string
    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<GetBulkRequestResultAncestor>
    AsyncResults List<GetBulkRequestResultAsyncResult>
    AsyncResultsFaileds List<GetBulkRequestResultAsyncResultsFailed>
    ClassId string
    CompletionTime string
    The timestamp when the request processing completed.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Headers List<GetBulkRequestResultHeader>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumSubRequests double
    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<GetBulkRequestResultOrganization>
    Owners List<string>
    Parents List<GetBulkRequestResultParent>
    PermissionResources List<GetBulkRequestResultPermissionResource>
    RequestReceivedTime string
    The timestamp when the request was received.
    Requests List<GetBulkRequestResultRequest>
    Results List<GetBulkRequestResultResult>
    SharedScope 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.
    Tags List<GetBulkRequestResultTag>
    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<GetBulkRequestResultVersionContext>
    WorkflowInfos List<GetBulkRequestResultWorkflowInfo>
    AccountMoid string
    The Account ID for this managed object.
    ActionOnError string
    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 []GetBulkRequestResultAncestor
    AsyncResults []GetBulkRequestResultAsyncResult
    AsyncResultsFaileds []GetBulkRequestResultAsyncResultsFailed
    ClassId string
    CompletionTime string
    The timestamp when the request processing completed.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Headers []GetBulkRequestResultHeader
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumSubRequests float64
    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 []GetBulkRequestResultOrganization
    Owners []string
    Parents []GetBulkRequestResultParent
    PermissionResources []GetBulkRequestResultPermissionResource
    RequestReceivedTime string
    The timestamp when the request was received.
    Requests []GetBulkRequestResultRequest
    Results []GetBulkRequestResultResult
    SharedScope 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.
    Tags []GetBulkRequestResultTag
    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 []GetBulkRequestResultVersionContext
    WorkflowInfos []GetBulkRequestResultWorkflowInfo
    accountMoid String
    The Account ID for this managed object.
    actionOnError String
    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<GetBulkRequestResultAncestor>
    asyncResults List<GetBulkRequestResultAsyncResult>
    asyncResultsFaileds List<GetBulkRequestResultAsyncResultsFailed>
    classId String
    completionTime String
    The timestamp when the request processing completed.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    headers List<GetBulkRequestResultHeader>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numSubRequests Double
    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<GetBulkRequestResultOrganization>
    owners List<String>
    parents List<GetBulkRequestResultParent>
    permissionResources List<GetBulkRequestResultPermissionResource>
    requestReceivedTime String
    The timestamp when the request was received.
    requests List<GetBulkRequestResultRequest>
    results List<GetBulkRequestResultResult>
    sharedScope 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.
    tags List<GetBulkRequestResultTag>
    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<GetBulkRequestResultVersionContext>
    workflowInfos List<GetBulkRequestResultWorkflowInfo>
    accountMoid string
    The Account ID for this managed object.
    actionOnError string
    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 GetBulkRequestResultAncestor[]
    asyncResults GetBulkRequestResultAsyncResult[]
    asyncResultsFaileds GetBulkRequestResultAsyncResultsFailed[]
    classId string
    completionTime string
    The timestamp when the request processing completed.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    headers GetBulkRequestResultHeader[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    numSubRequests number
    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 GetBulkRequestResultOrganization[]
    owners string[]
    parents GetBulkRequestResultParent[]
    permissionResources GetBulkRequestResultPermissionResource[]
    requestReceivedTime string
    The timestamp when the request was received.
    requests GetBulkRequestResultRequest[]
    results GetBulkRequestResultResult[]
    sharedScope 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.
    tags GetBulkRequestResultTag[]
    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 GetBulkRequestResultVersionContext[]
    workflowInfos GetBulkRequestResultWorkflowInfo[]
    account_moid str
    The Account ID for this managed object.
    action_on_error str
    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[GetBulkRequestResultAncestor]
    async_results Sequence[GetBulkRequestResultAsyncResult]
    async_results_faileds Sequence[GetBulkRequestResultAsyncResultsFailed]
    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_moid str
    The DomainGroup ID for this managed object.
    headers Sequence[GetBulkRequestResultHeader]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    num_sub_requests float
    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[GetBulkRequestResultOrganization]
    owners Sequence[str]
    parents Sequence[GetBulkRequestResultParent]
    permission_resources Sequence[GetBulkRequestResultPermissionResource]
    request_received_time str
    The timestamp when the request was received.
    requests Sequence[GetBulkRequestResultRequest]
    results Sequence[GetBulkRequestResultResult]
    shared_scope 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.
    tags Sequence[GetBulkRequestResultTag]
    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[GetBulkRequestResultVersionContext]
    workflow_infos Sequence[GetBulkRequestResultWorkflowInfo]
    accountMoid String
    The Account ID for this managed object.
    actionOnError String
    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>
    asyncResultsFaileds List<Property Map>
    classId String
    completionTime String
    The timestamp when the request processing completed.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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.
    numSubRequests Number
    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>
    requestReceivedTime String
    The timestamp when the request was received.
    requests List<Property Map>
    results List<Property Map>
    sharedScope 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.
    tags 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
    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
    additionalProperties String
    key String
    value String

    GetBulkRequestResultVersionContext

    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<GetBulkRequestVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetBulkRequestVersionContextRefMo
    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 []GetBulkRequestVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetBulkRequestVersionContextRefMo
    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<GetBulkRequestVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetBulkRequestVersionContextRefMo
    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 GetBulkRequestVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetBulkRequestVersionContextRefMo
    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[GetBulkRequestVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetBulkRequestVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet