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 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 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 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 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 String
- The unique name of the resource.
- args 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",
},
},
});
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: intersight.BulkRequestAncestorArray{
&intersight.BulkRequestAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AsyncResults: intersight.BulkRequestAsyncResultArray{
&intersight.BulkRequestAsyncResultArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AsyncResultsFaileds: intersight.BulkRequestAsyncResultsFailedArray{
&intersight.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: intersight.BulkRequestHeaderArray{
&intersight.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: intersight.BulkRequestOrganizationArray{
&intersight.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: intersight.BulkRequestParentArray{
&intersight.BulkRequestParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.BulkRequestPermissionResourceArray{
&intersight.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: intersight.BulkRequestRequestArray{
&intersight.BulkRequestRequestArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Uri: pulumi.String("string"),
Verb: pulumi.String("string"),
},
},
Results: intersight.BulkRequestResultArray{
&intersight.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: intersight.BulkRequestTagArray{
&intersight.BulkRequestTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Uri: pulumi.String("string"),
Verb: pulumi.String("string"),
VersionContexts: intersight.BulkRequestVersionContextArray{
&intersight.BulkRequestVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.BulkRequestVersionContextInterestedMoArray{
&intersight.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: intersight.BulkRequestVersionContextRefMoArray{
&intersight.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: intersight.BulkRequestWorkflowInfoArray{
&intersight.BulkRequestWorkflowInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
})
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());
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",
}])
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",
}],
});
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
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:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action
On stringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - Actions List<string>
- (Array of schema.TypeString) -
- Additional
Properties string - Ancestors
List<Bulk
Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Async
Results List<BulkRequest Async Result> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Async
Results List<BulkFaileds Request Async Results Failed> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Bulk
Request stringId - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Completion
Time string - (ReadOnly) The timestamp when the request processing completed.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Headers
List<Bulk
Request Header> - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Num
Sub doubleRequests - (ReadOnly) The number of sub requests received in this request.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Org
Moid string - (ReadOnly) The moid of the organization under which this request was issued.
- Organizations
List<Bulk
Request Organization> - 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<Bulk
Request Parent> - (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 List<BulkRequest Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Request
Received stringTime - (ReadOnly) The timestamp when the request was received.
- Requests
List<Bulk
Request Request> - This complex property has following sub-properties:
- Results
List<Bulk
Request Result> - This complex property has following sub-properties:
- 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.
- Skip
Duplicates 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. - Status
Message string - (ReadOnly) The status message corresponding to the status.
- List<Bulk
Request Tag> - 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. - Version
Contexts List<BulkRequest Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<BulkRequest Workflow Info> - (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 string - (ReadOnly) The Account ID for this managed object.
- Action
On stringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - Actions []string
- (Array of schema.TypeString) -
- Additional
Properties string - Ancestors
[]Bulk
Request Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Async
Results []BulkRequest Async Result Args - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Async
Results []BulkFaileds Request Async Results Failed Args - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Bulk
Request stringId - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Completion
Time string - (ReadOnly) The timestamp when the request processing completed.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Headers
[]Bulk
Request Header Args - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Num
Sub float64Requests - (ReadOnly) The number of sub requests received in this request.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Org
Moid string - (ReadOnly) The moid of the organization under which this request was issued.
- Organizations
[]Bulk
Request Organization Args - 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
[]Bulk
Request Parent Args - (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 []BulkRequest Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Request
Received stringTime - (ReadOnly) The timestamp when the request was received.
- Requests
[]Bulk
Request Request Args - This complex property has following sub-properties:
- Results
[]Bulk
Request Result Args - This complex property has following sub-properties:
- 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.
- Skip
Duplicates 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. - Status
Message string - (ReadOnly) The status message corresponding to the status.
- []Bulk
Request Tag Args - 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. - Version
Contexts []BulkRequest Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []BulkRequest Workflow Info Args - (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 String - (ReadOnly) The Account ID for this managed object.
- action
On StringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions List<String>
- (Array of schema.TypeString) -
- additional
Properties String - ancestors
List<Bulk
Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async
Results List<BulkRequest Async Result> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async
Results List<BulkFaileds Request Async Results Failed> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk
Request StringId - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- completion
Time String - (ReadOnly) The timestamp when the request processing completed.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers
List<Bulk
Request Header> - This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- num
Sub DoubleRequests - (ReadOnly) The number of sub requests received in this request.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- org
Moid String - (ReadOnly) The moid of the organization under which this request was issued.
- organizations
List<Bulk
Request Organization> - 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<Bulk
Request Parent> - (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 List<BulkRequest Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request
Received StringTime - (ReadOnly) The timestamp when the request was received.
- requests
List<Bulk
Request Request> - This complex property has following sub-properties:
- results
List<Bulk
Request Result> - This complex property has following sub-properties:
- 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.
- skip
Duplicates 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. - status
Message String - (ReadOnly) The status message corresponding to the status.
- List<Bulk
Request Tag> - 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. - version
Contexts List<BulkRequest Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<BulkRequest Workflow Info> - (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 string - (ReadOnly) The Account ID for this managed object.
- action
On stringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions string[]
- (Array of schema.TypeString) -
- additional
Properties string - ancestors
Bulk
Request Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async
Results BulkRequest Async Result[] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async
Results BulkFaileds Request Async Results Failed[] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk
Request stringId - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- completion
Time string - (ReadOnly) The timestamp when the request processing completed.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers
Bulk
Request Header[] - This complex property has following sub-properties:
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- num
Sub numberRequests - (ReadOnly) The number of sub requests received in this request.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- org
Moid string - (ReadOnly) The moid of the organization under which this request was issued.
- organizations
Bulk
Request Organization[] - 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
Bulk
Request Parent[] - (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 BulkRequest Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request
Received stringTime - (ReadOnly) The timestamp when the request was received.
- requests
Bulk
Request Request[] - This complex property has following sub-properties:
- results
Bulk
Request Result[] - This complex property has following sub-properties:
- 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.
- skip
Duplicates 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. - status
Message string - (ReadOnly) The status message corresponding to the status.
- Bulk
Request Tag[] - 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. - version
Contexts BulkRequest Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos BulkRequest Workflow Info[] - (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_ strerror - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions Sequence[str]
- (Array of schema.TypeString) -
- additional_
properties str - ancestors
Sequence[Bulk
Request Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async_
results Sequence[BulkRequest Async Result Args] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async_
results_ Sequence[Bulkfaileds Request Async Results Failed Args] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk_
request_ strid - 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_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers
Sequence[Bulk
Request Header Args] - 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_ floatrequests - (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[Bulk
Request Organization Args] - 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[Bulk
Request Parent Args] - (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[BulkRequest Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request_
received_ strtime - (ReadOnly) The timestamp when the request was received.
- requests
Sequence[Bulk
Request Request Args] - This complex property has following sub-properties:
- results
Sequence[Bulk
Request Result Args] - This complex property has following sub-properties:
- 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.
- Sequence[Bulk
Request Tag Args] - 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[BulkRequest Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[BulkRequest Workflow Info Args] - (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 String - (ReadOnly) The Account ID for this managed object.
- action
On StringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions List<String>
- (Array of schema.TypeString) -
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async
Results List<Property Map> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async
Results List<Property Map>Faileds - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk
Request StringId - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- completion
Time String - (ReadOnly) The timestamp when the request processing completed.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers List<Property Map>
- This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- num
Sub NumberRequests - (ReadOnly) The number of sub requests received in this request.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- org
Moid 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:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request
Received StringTime - (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:
- 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.
- skip
Duplicates 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. - status
Message String - (ReadOnly) The status message corresponding to the status.
- 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. - version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action
On stringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - Actions List<string>
- (Array of schema.TypeString) -
- Additional
Properties string - Ancestors
List<Bulk
Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Async
Results List<BulkRequest Async Result> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Async
Results List<BulkFaileds Request Async Results Failed> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Bulk
Request stringId - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Completion
Time string - (ReadOnly) The timestamp when the request processing completed.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Headers
List<Bulk
Request Header> - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Num
Sub doubleRequests - (ReadOnly) The number of sub requests received in this request.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Org
Moid string - (ReadOnly) The moid of the organization under which this request was issued.
- Organizations
List<Bulk
Request Organization> - 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<Bulk
Request Parent> - (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 List<BulkRequest Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Request
Received stringTime - (ReadOnly) The timestamp when the request was received.
- Requests
List<Bulk
Request Request> - This complex property has following sub-properties:
- Results
List<Bulk
Request Result> - This complex property has following sub-properties:
- 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.
- Skip
Duplicates 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. - Status
Message string - (ReadOnly) The status message corresponding to the status.
- List<Bulk
Request Tag> - 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. - Version
Contexts List<BulkRequest Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<BulkRequest Workflow Info> - (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 string - (ReadOnly) The Account ID for this managed object.
- Action
On stringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - Actions []string
- (Array of schema.TypeString) -
- Additional
Properties string - Ancestors
[]Bulk
Request Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Async
Results []BulkRequest Async Result Args - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Async
Results []BulkFaileds Request Async Results Failed Args - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- Bulk
Request stringId - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Completion
Time string - (ReadOnly) The timestamp when the request processing completed.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Headers
[]Bulk
Request Header Args - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Num
Sub float64Requests - (ReadOnly) The number of sub requests received in this request.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Org
Moid string - (ReadOnly) The moid of the organization under which this request was issued.
- Organizations
[]Bulk
Request Organization Args - 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
[]Bulk
Request Parent Args - (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 []BulkRequest Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Request
Received stringTime - (ReadOnly) The timestamp when the request was received.
- Requests
[]Bulk
Request Request Args - This complex property has following sub-properties:
- Results
[]Bulk
Request Result Args - This complex property has following sub-properties:
- 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.
- Skip
Duplicates 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. - Status
Message string - (ReadOnly) The status message corresponding to the status.
- []Bulk
Request Tag Args - 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. - Version
Contexts []BulkRequest Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []BulkRequest Workflow Info Args - (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 String - (ReadOnly) The Account ID for this managed object.
- action
On StringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions List<String>
- (Array of schema.TypeString) -
- additional
Properties String - ancestors
List<Bulk
Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async
Results List<BulkRequest Async Result> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async
Results List<BulkFaileds Request Async Results Failed> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk
Request StringId - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- completion
Time String - (ReadOnly) The timestamp when the request processing completed.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers
List<Bulk
Request Header> - This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- num
Sub DoubleRequests - (ReadOnly) The number of sub requests received in this request.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- org
Moid String - (ReadOnly) The moid of the organization under which this request was issued.
- organizations
List<Bulk
Request Organization> - 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<Bulk
Request Parent> - (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 List<BulkRequest Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request
Received StringTime - (ReadOnly) The timestamp when the request was received.
- requests
List<Bulk
Request Request> - This complex property has following sub-properties:
- results
List<Bulk
Request Result> - This complex property has following sub-properties:
- 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.
- skip
Duplicates 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. - status
Message String - (ReadOnly) The status message corresponding to the status.
- List<Bulk
Request Tag> - 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. - version
Contexts List<BulkRequest Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<BulkRequest Workflow Info> - (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 string - (ReadOnly) The Account ID for this managed object.
- action
On stringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions string[]
- (Array of schema.TypeString) -
- additional
Properties string - ancestors
Bulk
Request Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async
Results BulkRequest Async Result[] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async
Results BulkFaileds Request Async Results Failed[] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk
Request stringId - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- completion
Time string - (ReadOnly) The timestamp when the request processing completed.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers
Bulk
Request Header[] - This complex property has following sub-properties:
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- num
Sub numberRequests - (ReadOnly) The number of sub requests received in this request.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- org
Moid string - (ReadOnly) The moid of the organization under which this request was issued.
- organizations
Bulk
Request Organization[] - 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
Bulk
Request Parent[] - (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 BulkRequest Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request
Received stringTime - (ReadOnly) The timestamp when the request was received.
- requests
Bulk
Request Request[] - This complex property has following sub-properties:
- results
Bulk
Request Result[] - This complex property has following sub-properties:
- 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.
- skip
Duplicates 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. - status
Message string - (ReadOnly) The status message corresponding to the status.
- Bulk
Request Tag[] - 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. - version
Contexts BulkRequest Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos BulkRequest Workflow Info[] - (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_ strerror - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions Sequence[str]
- (Array of schema.TypeString) -
- additional_
properties str - ancestors
Sequence[Bulk
Request Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async_
results Sequence[BulkRequest Async Result Args] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async_
results_ Sequence[Bulkfaileds Request Async Results Failed Args] - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk_
request_ strid - 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_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers
Sequence[Bulk
Request Header Args] - 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_ floatrequests - (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[Bulk
Request Organization Args] - 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[Bulk
Request Parent Args] - (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[BulkRequest Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request_
received_ strtime - (ReadOnly) The timestamp when the request was received.
- requests
Sequence[Bulk
Request Request Args] - This complex property has following sub-properties:
- results
Sequence[Bulk
Request Result Args] - This complex property has following sub-properties:
- 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.
- Sequence[Bulk
Request Tag Args] - 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[BulkRequest Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[BulkRequest Workflow Info Args] - (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 String - (ReadOnly) The Account ID for this managed object.
- action
On StringError - The action to be taken when an error occurs during processing of the request.*
Stop
- Stop the processing of the request after the first error.*Proceed
- Proceed with the processing of the request even when an error occurs. - actions List<String>
- (Array of schema.TypeString) -
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- async
Results List<Property Map> - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- async
Results List<Property Map>Faileds - (ReadOnly) An array of relationships to bulkSubRequestObj resources. This complex property has following sub-properties:
- bulk
Request StringId - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- completion
Time String - (ReadOnly) The timestamp when the request processing completed.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- headers List<Property Map>
- This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- num
Sub NumberRequests - (ReadOnly) The number of sub requests received in this request.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- org
Moid 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:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- request
Received StringTime - (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:
- 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.
- skip
Duplicates 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. - status
Message String - (ReadOnly) The status message corresponding to the status.
- 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. - version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Name string
- (ReadOnly) The name of the http header.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Value string
- (ReadOnly) The value of the http header.
- Additional
Properties string - Class
Id string - Name string
- (ReadOnly) The name of the http header.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Value string
- (ReadOnly) The value of the http header.
- additional
Properties String - class
Id String - name String
- (ReadOnly) The name of the http header.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value String
- (ReadOnly) The value of the http header.
- additional
Properties string - class
Id string - name string
- (ReadOnly) The name of the http header.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value string
- (ReadOnly) The value of the http header.
- additional_
properties str - class_
id str - name str
- (ReadOnly) The name of the http header.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value str
- (ReadOnly) The value of the http header.
- additional
Properties String - class
Id String - name String
- (ReadOnly) The name of the http header.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value String
- (ReadOnly) The value of the http header.
BulkRequestOrganization, BulkRequestOrganizationArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this action is to be performed.
- Verb 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 string - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Uri string
- The URI on which this action is to be performed.
- Verb 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 String - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this action is to be performed.
- verb 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 string - class
Id string - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri string
- The URI on which this action is to be performed.
- verb 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 str - class_
id str - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri str
- The URI on which this action is to be performed.
- verb 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.
- additional
Properties String - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- uri String
- The URI on which this action is to be performed.
- verb 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
- Additional
Properties string - Class
Id string - Object
Type 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 double
- (ReadOnly) The http return status of the individual API action.
- Additional
Properties string - Class
Id string - Object
Type 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 float64
- (ReadOnly) The http return status of the individual API action.
- additional
Properties String - class
Id String - object
Type 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 Double
- (ReadOnly) The http return status of the individual API action.
- additional
Properties string - class
Id string - object
Type 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 number
- (ReadOnly) The http return status of the individual API action.
- additional_
properties str - class_
id str - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- status float
- (ReadOnly) The http return status of the individual API action.
- additional
Properties String - class
Id String - object
Type 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 Number
- (ReadOnly) The http return status of the individual API action.
BulkRequestTag, BulkRequestTagArgs
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
BulkRequestVersionContext, BulkRequestVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<BulkRequest Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<BulkRequest Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - Interested
Mos []BulkRequest Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []BulkRequest Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - interested
Mos List<BulkRequest Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<BulkRequest Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - interested
Mos BulkRequest Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos BulkRequest Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type 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 str - class_
id str - interested_
mos Sequence[BulkRequest Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (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 str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[BulkRequest Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type 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.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
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.