1. Packages
  2. Intersight Provider
  3. API Docs
  4. BulkRequest
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.BulkRequest

Explore with Pulumi AI

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).

Create BulkRequest Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new BulkRequest(name: string, args?: BulkRequestArgs, opts?: CustomResourceOptions);
@overload
def BulkRequest(resource_name: str,
                args: Optional[BulkRequestArgs] = None,
                opts: Optional[ResourceOptions] = None)

@overload
def BulkRequest(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                account_moid: Optional[str] = None,
                action_on_error: Optional[str] = None,
                actions: Optional[Sequence[str]] = None,
                additional_properties: Optional[str] = None,
                ancestors: Optional[Sequence[BulkRequestAncestorArgs]] = None,
                async_results: Optional[Sequence[BulkRequestAsyncResultArgs]] = None,
                async_results_faileds: Optional[Sequence[BulkRequestAsyncResultsFailedArgs]] = None,
                bulk_request_id: Optional[str] = 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[BulkRequestHeaderArgs]] = 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,
                organizations: Optional[Sequence[BulkRequestOrganizationArgs]] = None,
                owners: Optional[Sequence[str]] = None,
                parents: Optional[Sequence[BulkRequestParentArgs]] = None,
                permission_resources: Optional[Sequence[BulkRequestPermissionResourceArgs]] = None,
                request_received_time: Optional[str] = None,
                requests: Optional[Sequence[BulkRequestRequestArgs]] = None,
                results: Optional[Sequence[BulkRequestResultArgs]] = None,
                shared_scope: Optional[str] = None,
                skip_duplicates: Optional[bool] = None,
                status: Optional[str] = None,
                status_message: Optional[str] = None,
                tags: Optional[Sequence[BulkRequestTagArgs]] = None,
                uri: Optional[str] = None,
                verb: Optional[str] = None,
                version_contexts: Optional[Sequence[BulkRequestVersionContextArgs]] = None,
                wait_for_completion: Optional[bool] = None,
                workflow_infos: Optional[Sequence[BulkRequestWorkflowInfoArgs]] = None)
func NewBulkRequest(ctx *Context, name string, args *BulkRequestArgs, opts ...ResourceOption) (*BulkRequest, error)
public BulkRequest(string name, BulkRequestArgs? args = null, CustomResourceOptions? opts = null)
public BulkRequest(String name, BulkRequestArgs args)
public BulkRequest(String name, BulkRequestArgs args, CustomResourceOptions options)
type: intersight:BulkRequest
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args BulkRequestArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args BulkRequestArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args BulkRequestArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args BulkRequestArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. BulkRequestArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var bulkRequestResource = new Intersight.BulkRequest("bulkRequestResource", new()
{
    AccountMoid = "string",
    ActionOnError = "string",
    Actions = new[]
    {
        "string",
    },
    AdditionalProperties = "string",
    Ancestors = new[]
    {
        new Intersight.Inputs.BulkRequestAncestorArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    AsyncResults = new[]
    {
        new Intersight.Inputs.BulkRequestAsyncResultArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    AsyncResultsFaileds = new[]
    {
        new Intersight.Inputs.BulkRequestAsyncResultsFailedArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    BulkRequestId = "string",
    ClassId = "string",
    CompletionTime = "string",
    CreateTime = "string",
    DomainGroupMoid = "string",
    Headers = new[]
    {
        new Intersight.Inputs.BulkRequestHeaderArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Name = "string",
            ObjectType = "string",
            Value = "string",
        },
    },
    ModTime = "string",
    Moid = "string",
    NumSubRequests = 0,
    ObjectType = "string",
    OrgMoid = "string",
    Organizations = new[]
    {
        new Intersight.Inputs.BulkRequestOrganizationArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Owners = new[]
    {
        "string",
    },
    Parents = new[]
    {
        new Intersight.Inputs.BulkRequestParentArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PermissionResources = new[]
    {
        new Intersight.Inputs.BulkRequestPermissionResourceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    RequestReceivedTime = "string",
    Requests = new[]
    {
        new Intersight.Inputs.BulkRequestRequestArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            ObjectType = "string",
            Uri = "string",
            Verb = "string",
        },
    },
    Results = new[]
    {
        new Intersight.Inputs.BulkRequestResultArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            ObjectType = "string",
            Status = 0,
        },
    },
    SharedScope = "string",
    SkipDuplicates = false,
    Status = "string",
    StatusMessage = "string",
    Tags = new[]
    {
        new Intersight.Inputs.BulkRequestTagArgs
        {
            AdditionalProperties = "string",
            Key = "string",
            Value = "string",
        },
    },
    Uri = "string",
    Verb = "string",
    VersionContexts = new[]
    {
        new Intersight.Inputs.BulkRequestVersionContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            InterestedMos = new[]
            {
                new Intersight.Inputs.BulkRequestVersionContextInterestedMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MarkedForDeletion = false,
            NrVersion = "string",
            ObjectType = "string",
            RefMos = new[]
            {
                new Intersight.Inputs.BulkRequestVersionContextRefMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            Timestamp = "string",
            VersionType = "string",
        },
    },
    WaitForCompletion = false,
    WorkflowInfos = new[]
    {
        new Intersight.Inputs.BulkRequestWorkflowInfoArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
});
Copy
example, err := intersight.NewBulkRequest(ctx, "bulkRequestResource", &intersight.BulkRequestArgs{
AccountMoid: pulumi.String("string"),
ActionOnError: pulumi.String("string"),
Actions: pulumi.StringArray{
pulumi.String("string"),
},
AdditionalProperties: pulumi.String("string"),
Ancestors: .BulkRequestAncestorArray{
&.BulkRequestAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AsyncResults: .BulkRequestAsyncResultArray{
&.BulkRequestAsyncResultArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AsyncResultsFaileds: .BulkRequestAsyncResultsFailedArray{
&.BulkRequestAsyncResultsFailedArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
BulkRequestId: pulumi.String("string"),
ClassId: pulumi.String("string"),
CompletionTime: pulumi.String("string"),
CreateTime: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
Headers: .BulkRequestHeaderArray{
&.BulkRequestHeaderArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
NumSubRequests: pulumi.Float64(0),
ObjectType: pulumi.String("string"),
OrgMoid: pulumi.String("string"),
Organizations: .BulkRequestOrganizationArray{
&.BulkRequestOrganizationArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: .BulkRequestParentArray{
&.BulkRequestParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: .BulkRequestPermissionResourceArray{
&.BulkRequestPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
RequestReceivedTime: pulumi.String("string"),
Requests: .BulkRequestRequestArray{
&.BulkRequestRequestArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Uri: pulumi.String("string"),
Verb: pulumi.String("string"),
},
},
Results: .BulkRequestResultArray{
&.BulkRequestResultArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Status: pulumi.Float64(0),
},
},
SharedScope: pulumi.String("string"),
SkipDuplicates: pulumi.Bool(false),
Status: pulumi.String("string"),
StatusMessage: pulumi.String("string"),
Tags: .BulkRequestTagArray{
&.BulkRequestTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Uri: pulumi.String("string"),
Verb: pulumi.String("string"),
VersionContexts: .BulkRequestVersionContextArray{
&.BulkRequestVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: .BulkRequestVersionContextInterestedMoArray{
&.BulkRequestVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: .BulkRequestVersionContextRefMoArray{
&.BulkRequestVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
WaitForCompletion: pulumi.Bool(false),
WorkflowInfos: .BulkRequestWorkflowInfoArray{
&.BulkRequestWorkflowInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
})
Copy
var bulkRequestResource = new BulkRequest("bulkRequestResource", BulkRequestArgs.builder()
    .accountMoid("string")
    .actionOnError("string")
    .actions("string")
    .additionalProperties("string")
    .ancestors(BulkRequestAncestorArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .asyncResults(BulkRequestAsyncResultArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .asyncResultsFaileds(BulkRequestAsyncResultsFailedArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .bulkRequestId("string")
    .classId("string")
    .completionTime("string")
    .createTime("string")
    .domainGroupMoid("string")
    .headers(BulkRequestHeaderArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .name("string")
        .objectType("string")
        .value("string")
        .build())
    .modTime("string")
    .moid("string")
    .numSubRequests(0)
    .objectType("string")
    .orgMoid("string")
    .organizations(BulkRequestOrganizationArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .owners("string")
    .parents(BulkRequestParentArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .permissionResources(BulkRequestPermissionResourceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .requestReceivedTime("string")
    .requests(BulkRequestRequestArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .objectType("string")
        .uri("string")
        .verb("string")
        .build())
    .results(BulkRequestResultArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .objectType("string")
        .status(0)
        .build())
    .sharedScope("string")
    .skipDuplicates(false)
    .status("string")
    .statusMessage("string")
    .tags(BulkRequestTagArgs.builder()
        .additionalProperties("string")
        .key("string")
        .value("string")
        .build())
    .uri("string")
    .verb("string")
    .versionContexts(BulkRequestVersionContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .interestedMos(BulkRequestVersionContextInterestedMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .markedForDeletion(false)
        .nrVersion("string")
        .objectType("string")
        .refMos(BulkRequestVersionContextRefMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .timestamp("string")
        .versionType("string")
        .build())
    .waitForCompletion(false)
    .workflowInfos(BulkRequestWorkflowInfoArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .build());
Copy
bulk_request_resource = intersight.BulkRequest("bulkRequestResource",
    account_moid="string",
    action_on_error="string",
    actions=["string"],
    additional_properties="string",
    ancestors=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    async_results=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    async_results_faileds=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    bulk_request_id="string",
    class_id="string",
    completion_time="string",
    create_time="string",
    domain_group_moid="string",
    headers=[{
        "additional_properties": "string",
        "class_id": "string",
        "name": "string",
        "object_type": "string",
        "value": "string",
    }],
    mod_time="string",
    moid="string",
    num_sub_requests=0,
    object_type="string",
    org_moid="string",
    organizations=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    owners=["string"],
    parents=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    permission_resources=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    request_received_time="string",
    requests=[{
        "additional_properties": "string",
        "class_id": "string",
        "object_type": "string",
        "uri": "string",
        "verb": "string",
    }],
    results=[{
        "additional_properties": "string",
        "class_id": "string",
        "object_type": "string",
        "status": 0,
    }],
    shared_scope="string",
    skip_duplicates=False,
    status="string",
    status_message="string",
    tags=[{
        "additional_properties": "string",
        "key": "string",
        "value": "string",
    }],
    uri="string",
    verb="string",
    version_contexts=[{
        "additional_properties": "string",
        "class_id": "string",
        "interested_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "marked_for_deletion": False,
        "nr_version": "string",
        "object_type": "string",
        "ref_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "timestamp": "string",
        "version_type": "string",
    }],
    wait_for_completion=False,
    workflow_infos=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }])
Copy
const bulkRequestResource = new intersight.BulkRequest("bulkRequestResource", {
    accountMoid: "string",
    actionOnError: "string",
    actions: ["string"],
    additionalProperties: "string",
    ancestors: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    asyncResults: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    asyncResultsFaileds: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    bulkRequestId: "string",
    classId: "string",
    completionTime: "string",
    createTime: "string",
    domainGroupMoid: "string",
    headers: [{
        additionalProperties: "string",
        classId: "string",
        name: "string",
        objectType: "string",
        value: "string",
    }],
    modTime: "string",
    moid: "string",
    numSubRequests: 0,
    objectType: "string",
    orgMoid: "string",
    organizations: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    owners: ["string"],
    parents: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    permissionResources: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    requestReceivedTime: "string",
    requests: [{
        additionalProperties: "string",
        classId: "string",
        objectType: "string",
        uri: "string",
        verb: "string",
    }],
    results: [{
        additionalProperties: "string",
        classId: "string",
        objectType: "string",
        status: 0,
    }],
    sharedScope: "string",
    skipDuplicates: false,
    status: "string",
    statusMessage: "string",
    tags: [{
        additionalProperties: "string",
        key: "string",
        value: "string",
    }],
    uri: "string",
    verb: "string",
    versionContexts: [{
        additionalProperties: "string",
        classId: "string",
        interestedMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        markedForDeletion: false,
        nrVersion: "string",
        objectType: "string",
        refMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        timestamp: "string",
        versionType: "string",
    }],
    waitForCompletion: false,
    workflowInfos: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
});
Copy
type: intersight:BulkRequest
properties:
    accountMoid: string
    actionOnError: string
    actions:
        - string
    additionalProperties: string
    ancestors:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    asyncResults:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    asyncResultsFaileds:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    bulkRequestId: string
    classId: string
    completionTime: string
    createTime: string
    domainGroupMoid: string
    headers:
        - additionalProperties: string
          classId: string
          name: string
          objectType: string
          value: string
    modTime: string
    moid: string
    numSubRequests: 0
    objectType: string
    orgMoid: string
    organizations:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    owners:
        - string
    parents:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    permissionResources:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    requestReceivedTime: string
    requests:
        - additionalProperties: string
          classId: string
          objectType: string
          uri: string
          verb: string
    results:
        - additionalProperties: string
          classId: string
          objectType: string
          status: 0
    sharedScope: string
    skipDuplicates: false
    status: string
    statusMessage: string
    tags:
        - additionalProperties: string
          key: string
          value: string
    uri: string
    verb: string
    versionContexts:
        - additionalProperties: string
          classId: string
          interestedMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          markedForDeletion: false
          nrVersion: string
          objectType: string
          refMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          timestamp: string
          versionType: string
    waitForCompletion: false
    workflowInfos:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
Copy

BulkRequest Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The BulkRequest resource accepts the following input properties:

AccountMoid string
(ReadOnly) 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>
(Array of schema.TypeString) -
AdditionalProperties string
Ancestors List<BulkRequestAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
AsyncResults List<BulkRequestAsyncResult>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
AsyncResultsFaileds List<BulkRequestAsyncResultsFailed>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
BulkRequestId 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.
CompletionTime string
(ReadOnly) The timestamp when the request processing completed.
CreateTime string
(ReadOnly) The time when this managed object was created.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
Headers List<BulkRequestHeader>
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NumSubRequests double
(ReadOnly) The number of sub requests received in this request.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrgMoid string
(ReadOnly) The moid of the organization under which this request was issued.
Organizations List<BulkRequestOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners List<string>
(Array of schema.TypeString) -(ReadOnly)
Parents List<BulkRequestParent>
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
PermissionResources List<BulkRequestPermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
RequestReceivedTime string
(ReadOnly) The timestamp when the request was received.
Requests List<BulkRequestRequest>
This complex property has following sub-properties:
Results List<BulkRequestResult>
This complex property has following sub-properties:
SharedScope string
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
Tags List<BulkRequestTag>
This complex property has following sub-properties:
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<BulkRequestVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WaitForCompletion bool
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
WorkflowInfos List<BulkRequestWorkflowInfo>
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
AccountMoid string
(ReadOnly) 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
(Array of schema.TypeString) -
AdditionalProperties string
Ancestors []BulkRequestAncestorArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
AsyncResults []BulkRequestAsyncResultArgs
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
AsyncResultsFaileds []BulkRequestAsyncResultsFailedArgs
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
BulkRequestId 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.
CompletionTime string
(ReadOnly) The timestamp when the request processing completed.
CreateTime string
(ReadOnly) The time when this managed object was created.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
Headers []BulkRequestHeaderArgs
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NumSubRequests float64
(ReadOnly) The number of sub requests received in this request.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrgMoid string
(ReadOnly) The moid of the organization under which this request was issued.
Organizations []BulkRequestOrganizationArgs
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners []string
(Array of schema.TypeString) -(ReadOnly)
Parents []BulkRequestParentArgs
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
PermissionResources []BulkRequestPermissionResourceArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
RequestReceivedTime string
(ReadOnly) The timestamp when the request was received.
Requests []BulkRequestRequestArgs
This complex property has following sub-properties:
Results []BulkRequestResultArgs
This complex property has following sub-properties:
SharedScope string
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
Tags []BulkRequestTagArgs
This complex property has following sub-properties:
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 []BulkRequestVersionContextArgs
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WaitForCompletion bool
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
WorkflowInfos []BulkRequestWorkflowInfoArgs
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
accountMoid String
(ReadOnly) 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>
(Array of schema.TypeString) -
additionalProperties String
ancestors List<BulkRequestAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
asyncResults List<BulkRequestAsyncResult>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
asyncResultsFaileds List<BulkRequestAsyncResultsFailed>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulkRequestId 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.
completionTime String
(ReadOnly) The timestamp when the request processing completed.
createTime String
(ReadOnly) The time when this managed object was created.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
headers List<BulkRequestHeader>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
numSubRequests Double
(ReadOnly) The number of sub requests received in this request.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
orgMoid String
(ReadOnly) The moid of the organization under which this request was issued.
organizations List<BulkRequestOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners List<String>
(Array of schema.TypeString) -(ReadOnly)
parents List<BulkRequestParent>
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permissionResources List<BulkRequestPermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
requestReceivedTime String
(ReadOnly) The timestamp when the request was received.
requests List<BulkRequestRequest>
This complex property has following sub-properties:
results List<BulkRequestResult>
This complex property has following sub-properties:
sharedScope String
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags List<BulkRequestTag>
This complex property has following sub-properties:
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<BulkRequestVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
waitForCompletion Boolean
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflowInfos List<BulkRequestWorkflowInfo>
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
accountMoid string
(ReadOnly) 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[]
(Array of schema.TypeString) -
additionalProperties string
ancestors BulkRequestAncestor[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
asyncResults BulkRequestAsyncResult[]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
asyncResultsFaileds BulkRequestAsyncResultsFailed[]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulkRequestId 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.
completionTime string
(ReadOnly) The timestamp when the request processing completed.
createTime string
(ReadOnly) The time when this managed object was created.
domainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
headers BulkRequestHeader[]
This complex property has following sub-properties:
modTime string
(ReadOnly) The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
numSubRequests number
(ReadOnly) The number of sub requests received in this request.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
orgMoid string
(ReadOnly) The moid of the organization under which this request was issued.
organizations BulkRequestOrganization[]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners string[]
(Array of schema.TypeString) -(ReadOnly)
parents BulkRequestParent[]
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permissionResources BulkRequestPermissionResource[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
requestReceivedTime string
(ReadOnly) The timestamp when the request was received.
requests BulkRequestRequest[]
This complex property has following sub-properties:
results BulkRequestResult[]
This complex property has following sub-properties:
sharedScope string
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags BulkRequestTag[]
This complex property has following sub-properties:
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 BulkRequestVersionContext[]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
waitForCompletion boolean
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflowInfos BulkRequestWorkflowInfo[]
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
account_moid str
(ReadOnly) 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]
(Array of schema.TypeString) -
additional_properties str
ancestors Sequence[BulkRequestAncestorArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
async_results Sequence[BulkRequestAsyncResultArgs]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
async_results_faileds Sequence[BulkRequestAsyncResultsFailedArgs]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulk_request_id 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.
completion_time str
(ReadOnly) The timestamp when the request processing completed.
create_time str
(ReadOnly) The time when this managed object was created.
domain_group_moid str
(ReadOnly) The DomainGroup ID for this managed object.
headers Sequence[BulkRequestHeaderArgs]
This complex property has following sub-properties:
mod_time str
(ReadOnly) The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
num_sub_requests float
(ReadOnly) The number of sub requests received in this request.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
org_moid str
(ReadOnly) The moid of the organization under which this request was issued.
organizations Sequence[BulkRequestOrganizationArgs]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners Sequence[str]
(Array of schema.TypeString) -(ReadOnly)
parents Sequence[BulkRequestParentArgs]
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permission_resources Sequence[BulkRequestPermissionResourceArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
request_received_time str
(ReadOnly) The timestamp when the request was received.
requests Sequence[BulkRequestRequestArgs]
This complex property has following sub-properties:
results Sequence[BulkRequestResultArgs]
This complex property has following sub-properties:
shared_scope str
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags Sequence[BulkRequestTagArgs]
This complex property has following sub-properties:
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[BulkRequestVersionContextArgs]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
wait_for_completion bool
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflow_infos Sequence[BulkRequestWorkflowInfoArgs]
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
accountMoid String
(ReadOnly) 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>
(Array of schema.TypeString) -
additionalProperties String
ancestors List<Property Map>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
asyncResults List<Property Map>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
asyncResultsFaileds List<Property Map>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulkRequestId 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.
completionTime String
(ReadOnly) The timestamp when the request processing completed.
createTime String
(ReadOnly) The time when this managed object was created.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
headers List<Property Map>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
numSubRequests Number
(ReadOnly) The number of sub requests received in this request.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
orgMoid String
(ReadOnly) The moid of the organization under which this request was issued.
organizations List<Property Map>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners List<String>
(Array of schema.TypeString) -(ReadOnly)
parents List<Property Map>
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permissionResources List<Property Map>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
requestReceivedTime String
(ReadOnly) The timestamp when the request was received.
requests List<Property Map>
This complex property has following sub-properties:
results List<Property Map>
This complex property has following sub-properties:
sharedScope String
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags List<Property Map>
This complex property has following sub-properties:
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>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
waitForCompletion Boolean
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflowInfos List<Property Map>
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the BulkRequest resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing BulkRequest Resource

Get an existing BulkRequest resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: BulkRequestState, opts?: CustomResourceOptions): BulkRequest
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_moid: Optional[str] = None,
        action_on_error: Optional[str] = None,
        actions: Optional[Sequence[str]] = None,
        additional_properties: Optional[str] = None,
        ancestors: Optional[Sequence[BulkRequestAncestorArgs]] = None,
        async_results: Optional[Sequence[BulkRequestAsyncResultArgs]] = None,
        async_results_faileds: Optional[Sequence[BulkRequestAsyncResultsFailedArgs]] = None,
        bulk_request_id: Optional[str] = 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[BulkRequestHeaderArgs]] = 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,
        organizations: Optional[Sequence[BulkRequestOrganizationArgs]] = None,
        owners: Optional[Sequence[str]] = None,
        parents: Optional[Sequence[BulkRequestParentArgs]] = None,
        permission_resources: Optional[Sequence[BulkRequestPermissionResourceArgs]] = None,
        request_received_time: Optional[str] = None,
        requests: Optional[Sequence[BulkRequestRequestArgs]] = None,
        results: Optional[Sequence[BulkRequestResultArgs]] = None,
        shared_scope: Optional[str] = None,
        skip_duplicates: Optional[bool] = None,
        status: Optional[str] = None,
        status_message: Optional[str] = None,
        tags: Optional[Sequence[BulkRequestTagArgs]] = None,
        uri: Optional[str] = None,
        verb: Optional[str] = None,
        version_contexts: Optional[Sequence[BulkRequestVersionContextArgs]] = None,
        wait_for_completion: Optional[bool] = None,
        workflow_infos: Optional[Sequence[BulkRequestWorkflowInfoArgs]] = None) -> BulkRequest
func GetBulkRequest(ctx *Context, name string, id IDInput, state *BulkRequestState, opts ...ResourceOption) (*BulkRequest, error)
public static BulkRequest Get(string name, Input<string> id, BulkRequestState? state, CustomResourceOptions? opts = null)
public static BulkRequest get(String name, Output<String> id, BulkRequestState state, CustomResourceOptions options)
resources:  _:    type: intersight:BulkRequest    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AccountMoid string
(ReadOnly) 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>
(Array of schema.TypeString) -
AdditionalProperties string
Ancestors List<BulkRequestAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
AsyncResults List<BulkRequestAsyncResult>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
AsyncResultsFaileds List<BulkRequestAsyncResultsFailed>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
BulkRequestId 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.
CompletionTime string
(ReadOnly) The timestamp when the request processing completed.
CreateTime string
(ReadOnly) The time when this managed object was created.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
Headers List<BulkRequestHeader>
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NumSubRequests double
(ReadOnly) The number of sub requests received in this request.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrgMoid string
(ReadOnly) The moid of the organization under which this request was issued.
Organizations List<BulkRequestOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners List<string>
(Array of schema.TypeString) -(ReadOnly)
Parents List<BulkRequestParent>
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
PermissionResources List<BulkRequestPermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
RequestReceivedTime string
(ReadOnly) The timestamp when the request was received.
Requests List<BulkRequestRequest>
This complex property has following sub-properties:
Results List<BulkRequestResult>
This complex property has following sub-properties:
SharedScope string
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
Tags List<BulkRequestTag>
This complex property has following sub-properties:
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<BulkRequestVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WaitForCompletion bool
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
WorkflowInfos List<BulkRequestWorkflowInfo>
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
AccountMoid string
(ReadOnly) 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
(Array of schema.TypeString) -
AdditionalProperties string
Ancestors []BulkRequestAncestorArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
AsyncResults []BulkRequestAsyncResultArgs
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
AsyncResultsFaileds []BulkRequestAsyncResultsFailedArgs
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
BulkRequestId 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.
CompletionTime string
(ReadOnly) The timestamp when the request processing completed.
CreateTime string
(ReadOnly) The time when this managed object was created.
DomainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
Headers []BulkRequestHeaderArgs
This complex property has following sub-properties:
ModTime string
(ReadOnly) The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NumSubRequests float64
(ReadOnly) The number of sub requests received in this request.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrgMoid string
(ReadOnly) The moid of the organization under which this request was issued.
Organizations []BulkRequestOrganizationArgs
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Owners []string
(Array of schema.TypeString) -(ReadOnly)
Parents []BulkRequestParentArgs
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
PermissionResources []BulkRequestPermissionResourceArgs
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
RequestReceivedTime string
(ReadOnly) The timestamp when the request was received.
Requests []BulkRequestRequestArgs
This complex property has following sub-properties:
Results []BulkRequestResultArgs
This complex property has following sub-properties:
SharedScope string
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
Tags []BulkRequestTagArgs
This complex property has following sub-properties:
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 []BulkRequestVersionContextArgs
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
WaitForCompletion bool
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
WorkflowInfos []BulkRequestWorkflowInfoArgs
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
accountMoid String
(ReadOnly) 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>
(Array of schema.TypeString) -
additionalProperties String
ancestors List<BulkRequestAncestor>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
asyncResults List<BulkRequestAsyncResult>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
asyncResultsFaileds List<BulkRequestAsyncResultsFailed>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulkRequestId 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.
completionTime String
(ReadOnly) The timestamp when the request processing completed.
createTime String
(ReadOnly) The time when this managed object was created.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
headers List<BulkRequestHeader>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
numSubRequests Double
(ReadOnly) The number of sub requests received in this request.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
orgMoid String
(ReadOnly) The moid of the organization under which this request was issued.
organizations List<BulkRequestOrganization>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners List<String>
(Array of schema.TypeString) -(ReadOnly)
parents List<BulkRequestParent>
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permissionResources List<BulkRequestPermissionResource>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
requestReceivedTime String
(ReadOnly) The timestamp when the request was received.
requests List<BulkRequestRequest>
This complex property has following sub-properties:
results List<BulkRequestResult>
This complex property has following sub-properties:
sharedScope String
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags List<BulkRequestTag>
This complex property has following sub-properties:
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<BulkRequestVersionContext>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
waitForCompletion Boolean
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflowInfos List<BulkRequestWorkflowInfo>
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
accountMoid string
(ReadOnly) 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[]
(Array of schema.TypeString) -
additionalProperties string
ancestors BulkRequestAncestor[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
asyncResults BulkRequestAsyncResult[]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
asyncResultsFaileds BulkRequestAsyncResultsFailed[]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulkRequestId 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.
completionTime string
(ReadOnly) The timestamp when the request processing completed.
createTime string
(ReadOnly) The time when this managed object was created.
domainGroupMoid string
(ReadOnly) The DomainGroup ID for this managed object.
headers BulkRequestHeader[]
This complex property has following sub-properties:
modTime string
(ReadOnly) The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
numSubRequests number
(ReadOnly) The number of sub requests received in this request.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
orgMoid string
(ReadOnly) The moid of the organization under which this request was issued.
organizations BulkRequestOrganization[]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners string[]
(Array of schema.TypeString) -(ReadOnly)
parents BulkRequestParent[]
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permissionResources BulkRequestPermissionResource[]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
requestReceivedTime string
(ReadOnly) The timestamp when the request was received.
requests BulkRequestRequest[]
This complex property has following sub-properties:
results BulkRequestResult[]
This complex property has following sub-properties:
sharedScope string
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags BulkRequestTag[]
This complex property has following sub-properties:
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 BulkRequestVersionContext[]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
waitForCompletion boolean
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflowInfos BulkRequestWorkflowInfo[]
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
account_moid str
(ReadOnly) 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]
(Array of schema.TypeString) -
additional_properties str
ancestors Sequence[BulkRequestAncestorArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
async_results Sequence[BulkRequestAsyncResultArgs]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
async_results_faileds Sequence[BulkRequestAsyncResultsFailedArgs]
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulk_request_id 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.
completion_time str
(ReadOnly) The timestamp when the request processing completed.
create_time str
(ReadOnly) The time when this managed object was created.
domain_group_moid str
(ReadOnly) The DomainGroup ID for this managed object.
headers Sequence[BulkRequestHeaderArgs]
This complex property has following sub-properties:
mod_time str
(ReadOnly) The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
num_sub_requests float
(ReadOnly) The number of sub requests received in this request.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
org_moid str
(ReadOnly) The moid of the organization under which this request was issued.
organizations Sequence[BulkRequestOrganizationArgs]
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners Sequence[str]
(Array of schema.TypeString) -(ReadOnly)
parents Sequence[BulkRequestParentArgs]
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permission_resources Sequence[BulkRequestPermissionResourceArgs]
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
request_received_time str
(ReadOnly) The timestamp when the request was received.
requests Sequence[BulkRequestRequestArgs]
This complex property has following sub-properties:
results Sequence[BulkRequestResultArgs]
This complex property has following sub-properties:
shared_scope str
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags Sequence[BulkRequestTagArgs]
This complex property has following sub-properties:
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[BulkRequestVersionContextArgs]
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
wait_for_completion bool
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflow_infos Sequence[BulkRequestWorkflowInfoArgs]
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
accountMoid String
(ReadOnly) 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>
(Array of schema.TypeString) -
additionalProperties String
ancestors List<Property Map>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
asyncResults List<Property Map>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
asyncResultsFaileds List<Property Map>
(ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
bulkRequestId 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.
completionTime String
(ReadOnly) The timestamp when the request processing completed.
createTime String
(ReadOnly) The time when this managed object was created.
domainGroupMoid String
(ReadOnly) The DomainGroup ID for this managed object.
headers List<Property Map>
This complex property has following sub-properties:
modTime String
(ReadOnly) The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
numSubRequests Number
(ReadOnly) The number of sub requests received in this request.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
orgMoid String
(ReadOnly) The moid of the organization under which this request was issued.
organizations List<Property Map>
A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
owners List<String>
(Array of schema.TypeString) -(ReadOnly)
parents List<Property Map>
(ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
permissionResources List<Property Map>
(ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
requestReceivedTime String
(ReadOnly) The timestamp when the request was received.
requests List<Property Map>
This complex property has following sub-properties:
results List<Property Map>
This complex property has following sub-properties:
sharedScope String
(ReadOnly) 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
(ReadOnly) 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
(ReadOnly) The status message corresponding to the status.
tags List<Property Map>
This complex property has following sub-properties:
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>
(ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
waitForCompletion Boolean
This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
workflowInfos List<Property Map>
(ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:

Supporting Types

BulkRequestAncestor
, BulkRequestAncestorArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestAsyncResult
, BulkRequestAsyncResultArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestAsyncResultsFailed
, BulkRequestAsyncResultsFailedArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestHeader
, BulkRequestHeaderArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
(ReadOnly) The name of the http header.
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
Value This property is required. string
(ReadOnly) The value of the http header.
AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
(ReadOnly) The name of the http header.
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
Value This property is required. string
(ReadOnly) The value of the http header.
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
(ReadOnly) The name of the http header.
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
value This property is required. String
(ReadOnly) The value of the http header.
additionalProperties This property is required. string
classId This property is required. string
name This property is required. string
(ReadOnly) The name of the http header.
objectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
value This property is required. string
(ReadOnly) The value of the http header.
additional_properties This property is required. str
class_id This property is required. str
name This property is required. str
(ReadOnly) The name of the http header.
object_type This property is required. str
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
value This property is required. str
(ReadOnly) The value of the http header.
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
(ReadOnly) The name of the http header.
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
value This property is required. String
(ReadOnly) The value of the http header.

BulkRequestOrganization
, BulkRequestOrganizationArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestParent
, BulkRequestParentArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestPermissionResource
, BulkRequestPermissionResourceArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestRequest
, BulkRequestRequestArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. 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 This property is required. string
The URI on which this action is to be performed.
Verb This property is required. string
The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value is used to override the top level verb.* POST - Used to create a REST resource.* PATCH - Used to update a REST resource.* DELETE - Used to delete a REST resource.
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. 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 This property is required. string
The URI on which this action is to be performed.
Verb This property is required. string
The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value is used to override the top level verb.* POST - Used to create a REST resource.* PATCH - Used to update a REST resource.* DELETE - Used to delete a REST resource.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. 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 This property is required. String
The URI on which this action is to be performed.
verb This property is required. String
The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value is used to override the top level verb.* POST - Used to create a REST resource.* PATCH - Used to update a REST resource.* DELETE - Used to delete a REST resource.
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. 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 This property is required. string
The URI on which this action is to be performed.
verb This property is required. string
The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value is used to override the top level verb.* POST - Used to create a REST resource.* PATCH - Used to update a REST resource.* DELETE - Used to delete a REST resource.
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. 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 This property is required. str
The URI on which this action is to be performed.
verb This property is required. str
The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value is used to override the top level verb.* POST - Used to create a REST resource.* PATCH - Used to update a REST resource.* DELETE - Used to delete a REST resource.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. 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 This property is required. String
The URI on which this action is to be performed.
verb This property is required. String
The type of operation to be performed.One of - Post (Create), Patch (Update) or Delete (Remove).The value is used to override the top level verb.* POST - Used to create a REST resource.* PATCH - Used to update a REST resource.* DELETE - Used to delete a REST resource.

BulkRequestResult
, BulkRequestResultArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. 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.
Status This property is required. double
(ReadOnly) The http return status of the individual API action.
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. 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.
Status This property is required. float64
(ReadOnly) The http return status of the individual API action.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. 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.
status This property is required. Double
(ReadOnly) The http return status of the individual API action.
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. 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.
status This property is required. number
(ReadOnly) The http return status of the individual API action.
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. 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.
status This property is required. float
(ReadOnly) The http return status of the individual API action.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. 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.
status This property is required. Number
(ReadOnly) The http return status of the individual API action.

BulkRequestTag
, BulkRequestTagArgs

AdditionalProperties This property is required. string
Key This property is required. string
The string representation of a tag key.
Value This property is required. string
The string representation of a tag value.
AdditionalProperties This property is required. string
Key This property is required. string
The string representation of a tag key.
Value This property is required. string
The string representation of a tag value.
additionalProperties This property is required. String
key This property is required. String
The string representation of a tag key.
value This property is required. String
The string representation of a tag value.
additionalProperties This property is required. string
key This property is required. string
The string representation of a tag key.
value This property is required. string
The string representation of a tag value.
additional_properties This property is required. str
key This property is required. str
The string representation of a tag key.
value This property is required. str
The string representation of a tag value.
additionalProperties This property is required. String
key This property is required. String
The string representation of a tag key.
value This property is required. String
The string representation of a tag value.

BulkRequestVersionContext
, BulkRequestVersionContextArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<BulkRequestVersionContextInterestedMo>
This complex property has following sub-properties:
MarkedForDeletion This property is required. bool
(ReadOnly) 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 This property is required. string
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
RefMos This property is required. List<BulkRequestVersionContextRefMo>
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
Timestamp This property is required. string
(ReadOnly) The time this versioned Managed Object was created.
VersionType This property is required. string
(ReadOnly) 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 intendedto 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 This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []BulkRequestVersionContextInterestedMo
This complex property has following sub-properties:
MarkedForDeletion This property is required. bool
(ReadOnly) 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 This property is required. string
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
RefMos This property is required. []BulkRequestVersionContextRefMo
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
Timestamp This property is required. string
(ReadOnly) The time this versioned Managed Object was created.
VersionType This property is required. string
(ReadOnly) 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 intendedto 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 This property is required. String
classId This property is required. String
interestedMos This property is required. List<BulkRequestVersionContextInterestedMo>
This complex property has following sub-properties:
markedForDeletion This property is required. Boolean
(ReadOnly) 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 This property is required. String
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
refMos This property is required. List<BulkRequestVersionContextRefMo>
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. String
(ReadOnly) The time this versioned Managed Object was created.
versionType This property is required. String
(ReadOnly) 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 intendedto 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 This property is required. string
classId This property is required. string
interestedMos This property is required. BulkRequestVersionContextInterestedMo[]
This complex property has following sub-properties:
markedForDeletion This property is required. boolean
(ReadOnly) 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 This property is required. string
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType This property is required. string
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
refMos This property is required. BulkRequestVersionContextRefMo[]
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. string
(ReadOnly) The time this versioned Managed Object was created.
versionType This property is required. string
(ReadOnly) 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 intendedto 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 This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[BulkRequestVersionContextInterestedMo]
This complex property has following sub-properties:
marked_for_deletion This property is required. bool
(ReadOnly) 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 This property is required. str
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type This property is required. str
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
ref_mos This property is required. Sequence[BulkRequestVersionContextRefMo]
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. str
(ReadOnly) The time this versioned Managed Object was created.
version_type This property is required. str
(ReadOnly) 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 intendedto 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 This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
This complex property has following sub-properties:
markedForDeletion This property is required. Boolean
(ReadOnly) 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 This property is required. String
(ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType This property is required. String
The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
refMos This property is required. List<Property Map>
(ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
timestamp This property is required. String
(ReadOnly) The time this versioned Managed Object was created.
versionType This property is required. String
(ReadOnly) 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 intendedto 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.

BulkRequestVersionContextInterestedMo
, BulkRequestVersionContextInterestedMoArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestVersionContextRefMo
, BulkRequestVersionContextRefMoArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

BulkRequestWorkflowInfo
, BulkRequestWorkflowInfoArgs

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
ClassId This property is required. string
Moid This property is required. string
The Moid of the referenced REST resource.
ObjectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
Selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. string
classId This property is required. string
moid This property is required. string
The Moid of the referenced REST resource.
objectType This property is required. string
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. string
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. str
class_id This property is required. str
moid This property is required. str
The Moid of the referenced REST resource.
object_type This property is required. str
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. str
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 This property is required. String
classId This property is required. String
moid This property is required. String
The Moid of the referenced REST resource.
objectType This property is required. String
The fully-qualified name of the remote type referred by this relationship.
selector This property is required. String
An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

Import

intersight_bulk_request can be imported using the Moid of the object, e.g.

$ pulumi import intersight:index/bulkRequest:BulkRequest example 1234567890987654321abcde
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.