intersight.WorkflowServiceItemActionInstance
Explore with Pulumi AI
Service item action instance which represents one action on a service item instance.
Create WorkflowServiceItemActionInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkflowServiceItemActionInstance(name: string, args?: WorkflowServiceItemActionInstanceArgs, opts?: CustomResourceOptions);
@overload
def WorkflowServiceItemActionInstance(resource_name: str,
args: Optional[WorkflowServiceItemActionInstanceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkflowServiceItemActionInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
action: Optional[str] = None,
action_workflow_infos: Optional[Sequence[WorkflowServiceItemActionInstanceActionWorkflowInfoArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[WorkflowServiceItemActionInstanceAncestorArgs]] = None,
catalog_service_requests: Optional[Sequence[WorkflowServiceItemActionInstanceCatalogServiceRequestArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
idp_references: Optional[Sequence[WorkflowServiceItemActionInstanceIdpReferenceArgs]] = None,
idps: Optional[Sequence[WorkflowServiceItemActionInstanceIdpArgs]] = None,
input: Optional[str] = None,
last_action: Optional[str] = None,
messages: Optional[Sequence[WorkflowServiceItemActionInstanceMessageArgs]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowServiceItemActionInstanceParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowServiceItemActionInstancePermissionResourceArgs]] = None,
resourcelifecycle_status: Optional[str] = None,
selection_criteria_inputs: Optional[Sequence[WorkflowServiceItemActionInstanceSelectionCriteriaInputArgs]] = None,
service_item_action_definitions: Optional[Sequence[WorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs]] = None,
service_item_definitions: Optional[Sequence[WorkflowServiceItemActionInstanceServiceItemDefinitionArgs]] = None,
service_item_instances: Optional[Sequence[WorkflowServiceItemActionInstanceServiceItemInstanceArgs]] = None,
service_request_input: Optional[str] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
stop_workflow_infos: Optional[Sequence[WorkflowServiceItemActionInstanceStopWorkflowInfoArgs]] = None,
tags: Optional[Sequence[WorkflowServiceItemActionInstanceTagArgs]] = None,
user_id_or_email: Optional[str] = None,
users: Optional[Sequence[WorkflowServiceItemActionInstanceUserArgs]] = None,
validation_workflow_infos: Optional[Sequence[WorkflowServiceItemActionInstanceValidationWorkflowInfoArgs]] = None,
version_contexts: Optional[Sequence[WorkflowServiceItemActionInstanceVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflow_service_item_action_instance_id: Optional[str] = None)
func NewWorkflowServiceItemActionInstance(ctx *Context, name string, args *WorkflowServiceItemActionInstanceArgs, opts ...ResourceOption) (*WorkflowServiceItemActionInstance, error)
public WorkflowServiceItemActionInstance(string name, WorkflowServiceItemActionInstanceArgs? args = null, CustomResourceOptions? opts = null)
public WorkflowServiceItemActionInstance(String name, WorkflowServiceItemActionInstanceArgs args)
public WorkflowServiceItemActionInstance(String name, WorkflowServiceItemActionInstanceArgs args, CustomResourceOptions options)
type: intersight:WorkflowServiceItemActionInstance
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 WorkflowServiceItemActionInstanceArgs
- 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 WorkflowServiceItemActionInstanceArgs
- 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 WorkflowServiceItemActionInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowServiceItemActionInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowServiceItemActionInstanceArgs
- 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 workflowServiceItemActionInstanceResource = new Intersight.WorkflowServiceItemActionInstance("workflowServiceItemActionInstanceResource", new()
{
AccountMoid = "string",
Action = "string",
ActionWorkflowInfos = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceActionWorkflowInfoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
CatalogServiceRequests = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceCatalogServiceRequestArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
DomainGroupMoid = "string",
EndTime = "string",
IdpReferences = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceIdpReferenceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Idps = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceIdpArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Input = "string",
LastAction = "string",
Messages = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceMessageArgs
{
ActionOperation = "string",
AdditionalProperties = "string",
ClassId = "string",
CreateTime = "string",
Message = "string",
ObjectType = "string",
Severity = "string",
},
},
ModTime = "string",
Moid = "string",
Name = "string",
ObjectType = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstancePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ResourcelifecycleStatus = "string",
SelectionCriteriaInputs = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceSelectionCriteriaInputArgs
{
AdditionalProperties = "string",
ClassId = "string",
FilterConditions = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceSelectionCriteriaInputFilterConditionArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
Selector = "string",
},
},
InputName = "string",
InputValue = "string",
ObjectType = "string",
},
},
ServiceItemActionDefinitions = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ServiceItemDefinitions = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceServiceItemDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ServiceItemInstances = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceServiceItemInstanceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ServiceRequestInput = "string",
SharedScope = "string",
StartTime = "string",
Status = "string",
StopWorkflowInfos = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceStopWorkflowInfoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Tags = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
UserIdOrEmail = "string",
Users = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceUserArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ValidationWorkflowInfos = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceValidationWorkflowInfoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
VersionContexts = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.WorkflowServiceItemActionInstanceVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WaitForCompletion = false,
WorkflowServiceItemActionInstanceId = "string",
});
example, err := intersight.NewWorkflowServiceItemActionInstance(ctx, "workflowServiceItemActionInstanceResource", &intersight.WorkflowServiceItemActionInstanceArgs{
AccountMoid: pulumi.String("string"),
Action: pulumi.String("string"),
ActionWorkflowInfos: intersight.WorkflowServiceItemActionInstanceActionWorkflowInfoArray{
&intersight.WorkflowServiceItemActionInstanceActionWorkflowInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.WorkflowServiceItemActionInstanceAncestorArray{
&intersight.WorkflowServiceItemActionInstanceAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
CatalogServiceRequests: intersight.WorkflowServiceItemActionInstanceCatalogServiceRequestArray{
&intersight.WorkflowServiceItemActionInstanceCatalogServiceRequestArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
EndTime: pulumi.String("string"),
IdpReferences: intersight.WorkflowServiceItemActionInstanceIdpReferenceArray{
&intersight.WorkflowServiceItemActionInstanceIdpReferenceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Idps: intersight.WorkflowServiceItemActionInstanceIdpArray{
&intersight.WorkflowServiceItemActionInstanceIdpArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Input: pulumi.String("string"),
LastAction: pulumi.String("string"),
Messages: intersight.WorkflowServiceItemActionInstanceMessageArray{
&intersight.WorkflowServiceItemActionInstanceMessageArgs{
ActionOperation: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
Message: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Severity: pulumi.String("string"),
},
},
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.WorkflowServiceItemActionInstanceParentArray{
&intersight.WorkflowServiceItemActionInstanceParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.WorkflowServiceItemActionInstancePermissionResourceArray{
&intersight.WorkflowServiceItemActionInstancePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ResourcelifecycleStatus: pulumi.String("string"),
SelectionCriteriaInputs: intersight.WorkflowServiceItemActionInstanceSelectionCriteriaInputArray{
&intersight.WorkflowServiceItemActionInstanceSelectionCriteriaInputArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
FilterConditions: intersight.WorkflowServiceItemActionInstanceSelectionCriteriaInputFilterConditionArray{
&intersight.WorkflowServiceItemActionInstanceSelectionCriteriaInputFilterConditionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
InputName: pulumi.String("string"),
InputValue: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
ServiceItemActionDefinitions: intersight.WorkflowServiceItemActionInstanceServiceItemActionDefinitionArray{
&intersight.WorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ServiceItemDefinitions: intersight.WorkflowServiceItemActionInstanceServiceItemDefinitionArray{
&intersight.WorkflowServiceItemActionInstanceServiceItemDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ServiceItemInstances: intersight.WorkflowServiceItemActionInstanceServiceItemInstanceArray{
&intersight.WorkflowServiceItemActionInstanceServiceItemInstanceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ServiceRequestInput: pulumi.String("string"),
SharedScope: pulumi.String("string"),
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
StopWorkflowInfos: intersight.WorkflowServiceItemActionInstanceStopWorkflowInfoArray{
&intersight.WorkflowServiceItemActionInstanceStopWorkflowInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Tags: intersight.WorkflowServiceItemActionInstanceTagArray{
&intersight.WorkflowServiceItemActionInstanceTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
UserIdOrEmail: pulumi.String("string"),
Users: intersight.WorkflowServiceItemActionInstanceUserArray{
&intersight.WorkflowServiceItemActionInstanceUserArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ValidationWorkflowInfos: intersight.WorkflowServiceItemActionInstanceValidationWorkflowInfoArray{
&intersight.WorkflowServiceItemActionInstanceValidationWorkflowInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
VersionContexts: intersight.WorkflowServiceItemActionInstanceVersionContextArray{
&intersight.WorkflowServiceItemActionInstanceVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.WorkflowServiceItemActionInstanceVersionContextInterestedMoArray{
&intersight.WorkflowServiceItemActionInstanceVersionContextInterestedMoArgs{
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.WorkflowServiceItemActionInstanceVersionContextRefMoArray{
&intersight.WorkflowServiceItemActionInstanceVersionContextRefMoArgs{
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),
WorkflowServiceItemActionInstanceId: pulumi.String("string"),
})
var workflowServiceItemActionInstanceResource = new WorkflowServiceItemActionInstance("workflowServiceItemActionInstanceResource", WorkflowServiceItemActionInstanceArgs.builder()
.accountMoid("string")
.action("string")
.actionWorkflowInfos(WorkflowServiceItemActionInstanceActionWorkflowInfoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.additionalProperties("string")
.ancestors(WorkflowServiceItemActionInstanceAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.catalogServiceRequests(WorkflowServiceItemActionInstanceCatalogServiceRequestArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.domainGroupMoid("string")
.endTime("string")
.idpReferences(WorkflowServiceItemActionInstanceIdpReferenceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.idps(WorkflowServiceItemActionInstanceIdpArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.input("string")
.lastAction("string")
.messages(WorkflowServiceItemActionInstanceMessageArgs.builder()
.actionOperation("string")
.additionalProperties("string")
.classId("string")
.createTime("string")
.message("string")
.objectType("string")
.severity("string")
.build())
.modTime("string")
.moid("string")
.name("string")
.objectType("string")
.owners("string")
.parents(WorkflowServiceItemActionInstanceParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(WorkflowServiceItemActionInstancePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.resourcelifecycleStatus("string")
.selectionCriteriaInputs(WorkflowServiceItemActionInstanceSelectionCriteriaInputArgs.builder()
.additionalProperties("string")
.classId("string")
.filterConditions(WorkflowServiceItemActionInstanceSelectionCriteriaInputFilterConditionArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.selector("string")
.build())
.inputName("string")
.inputValue("string")
.objectType("string")
.build())
.serviceItemActionDefinitions(WorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.serviceItemDefinitions(WorkflowServiceItemActionInstanceServiceItemDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.serviceItemInstances(WorkflowServiceItemActionInstanceServiceItemInstanceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.serviceRequestInput("string")
.sharedScope("string")
.startTime("string")
.status("string")
.stopWorkflowInfos(WorkflowServiceItemActionInstanceStopWorkflowInfoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.tags(WorkflowServiceItemActionInstanceTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.userIdOrEmail("string")
.users(WorkflowServiceItemActionInstanceUserArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.validationWorkflowInfos(WorkflowServiceItemActionInstanceValidationWorkflowInfoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.versionContexts(WorkflowServiceItemActionInstanceVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(WorkflowServiceItemActionInstanceVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(WorkflowServiceItemActionInstanceVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.waitForCompletion(false)
.workflowServiceItemActionInstanceId("string")
.build());
workflow_service_item_action_instance_resource = intersight.WorkflowServiceItemActionInstance("workflowServiceItemActionInstanceResource",
account_moid="string",
action="string",
action_workflow_infos=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
catalog_service_requests=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
domain_group_moid="string",
end_time="string",
idp_references=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
idps=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
input="string",
last_action="string",
messages=[{
"action_operation": "string",
"additional_properties": "string",
"class_id": "string",
"create_time": "string",
"message": "string",
"object_type": "string",
"severity": "string",
}],
mod_time="string",
moid="string",
name="string",
object_type="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",
}],
resourcelifecycle_status="string",
selection_criteria_inputs=[{
"additional_properties": "string",
"class_id": "string",
"filter_conditions": [{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
"selector": "string",
}],
"input_name": "string",
"input_value": "string",
"object_type": "string",
}],
service_item_action_definitions=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
service_item_definitions=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
service_item_instances=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
service_request_input="string",
shared_scope="string",
start_time="string",
status="string",
stop_workflow_infos=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
user_id_or_email="string",
users=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
validation_workflow_infos=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "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_service_item_action_instance_id="string")
const workflowServiceItemActionInstanceResource = new intersight.WorkflowServiceItemActionInstance("workflowServiceItemActionInstanceResource", {
accountMoid: "string",
action: "string",
actionWorkflowInfos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
catalogServiceRequests: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
domainGroupMoid: "string",
endTime: "string",
idpReferences: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
idps: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
input: "string",
lastAction: "string",
messages: [{
actionOperation: "string",
additionalProperties: "string",
classId: "string",
createTime: "string",
message: "string",
objectType: "string",
severity: "string",
}],
modTime: "string",
moid: "string",
name: "string",
objectType: "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",
}],
resourcelifecycleStatus: "string",
selectionCriteriaInputs: [{
additionalProperties: "string",
classId: "string",
filterConditions: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
selector: "string",
}],
inputName: "string",
inputValue: "string",
objectType: "string",
}],
serviceItemActionDefinitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
serviceItemDefinitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
serviceItemInstances: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
serviceRequestInput: "string",
sharedScope: "string",
startTime: "string",
status: "string",
stopWorkflowInfos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
userIdOrEmail: "string",
users: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
validationWorkflowInfos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "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,
workflowServiceItemActionInstanceId: "string",
});
type: intersight:WorkflowServiceItemActionInstance
properties:
accountMoid: string
action: string
actionWorkflowInfos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
catalogServiceRequests:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
domainGroupMoid: string
endTime: string
idpReferences:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
idps:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
input: string
lastAction: string
messages:
- actionOperation: string
additionalProperties: string
classId: string
createTime: string
message: string
objectType: string
severity: string
modTime: string
moid: string
name: string
objectType: 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
resourcelifecycleStatus: string
selectionCriteriaInputs:
- additionalProperties: string
classId: string
filterConditions:
- additionalProperties: string
classId: string
objectType: string
selector: string
inputName: string
inputValue: string
objectType: string
serviceItemActionDefinitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
serviceItemDefinitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
serviceItemInstances:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
serviceRequestInput: string
sharedScope: string
startTime: string
status: string
stopWorkflowInfos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
tags:
- additionalProperties: string
key: string
value: string
userIdOrEmail: string
users:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
validationWorkflowInfos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: 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
workflowServiceItemActionInstanceId: string
WorkflowServiceItemActionInstance 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 WorkflowServiceItemActionInstance resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow List<WorkflowInfos Service Item Action Instance Action 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:
- Additional
Properties string - Ancestors
List<Workflow
Service Item Action Instance Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Service List<WorkflowRequests Service Item Action Instance Catalog Service Request> - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time when the action was stopped or completed execution last time.
- Idp
References List<WorkflowService Item Action Instance Idp Reference> - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Idps
List<Workflow
Service Item Action Instance Idp> - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Input string
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- Last
Action string - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
List<Workflow
Service Item Action Instance Message> - 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.
- Name string
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Workflow
Service Item Action Instance 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<WorkflowService Item Action Instance Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Resourcelifecycle
Status string - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria List<WorkflowInputs Service Item Action Instance Selection Criteria Input> - This complex property has following sub-properties:
- Service
Item List<WorkflowAction Definitions Service Item Action Instance Service Item Action Definition> - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item List<WorkflowDefinitions Service Item Action Instance Service Item Definition> - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item List<WorkflowInstances Service Item Action Instance Service Item Instance> - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Request stringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- Start
Time string - (ReadOnly) The time when the action was started for execution last time.
- Status string
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow List<WorkflowInfos Service Item Action Instance Stop 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:
- List<Workflow
Service Item Action Instance Tag> - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- Users
List<Workflow
Service Item Action Instance User> - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Validation
Workflow List<WorkflowInfos Service Item Action Instance Validation 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:
- Version
Contexts List<WorkflowService Item Action Instance 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
Service stringItem Action Instance Id
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow []WorkflowInfos Service Item Action Instance Action 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:
- Additional
Properties string - Ancestors
[]Workflow
Service Item Action Instance Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Service []WorkflowRequests Service Item Action Instance Catalog Service Request Args - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time when the action was stopped or completed execution last time.
- Idp
References []WorkflowService Item Action Instance Idp Reference Args - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Idps
[]Workflow
Service Item Action Instance Idp Args - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Input string
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- Last
Action string - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
[]Workflow
Service Item Action Instance Message 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.
- Name string
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Workflow
Service Item Action Instance 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 []WorkflowService Item Action Instance Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Resourcelifecycle
Status string - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria []WorkflowInputs Service Item Action Instance Selection Criteria Input Args - This complex property has following sub-properties:
- Service
Item []WorkflowAction Definitions Service Item Action Instance Service Item Action Definition Args - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item []WorkflowDefinitions Service Item Action Instance Service Item Definition Args - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item []WorkflowInstances Service Item Action Instance Service Item Instance Args - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Request stringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- Start
Time string - (ReadOnly) The time when the action was started for execution last time.
- Status string
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow []WorkflowInfos Service Item Action Instance Stop 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:
- []Workflow
Service Item Action Instance Tag Args - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- Users
[]Workflow
Service Item Action Instance User Args - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Validation
Workflow []WorkflowInfos Service Item Action Instance Validation 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:
- Version
Contexts []WorkflowService Item Action Instance 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
Service stringItem Action Instance Id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow List<WorkflowInfos Service Item Action Instance Action 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:
- additional
Properties String - ancestors
List<Workflow
Service Item Action Instance Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Service List<WorkflowRequests Service Item Action Instance Catalog Service Request> - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp
References List<WorkflowService Item Action Instance Idp Reference> - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps
List<Workflow
Service Item Action Instance Idp> - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input String
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last
Action String - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
List<Workflow
Service Item Action Instance Message> - 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.
- name String
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Workflow
Service Item Action Instance 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<WorkflowService Item Action Instance Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- resourcelifecycle
Status String - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<WorkflowInputs Service Item Action Instance Selection Criteria Input> - This complex property has following sub-properties:
- service
Item List<WorkflowAction Definitions Service Item Action Instance Service Item Action Definition> - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<WorkflowDefinitions Service Item Action Instance Service Item Definition> - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<WorkflowInstances Service Item Action Instance Service Item Instance> - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Request StringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start
Time String - (ReadOnly) The time when the action was started for execution last time.
- status String
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow List<WorkflowInfos Service Item Action Instance Stop 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:
- List<Workflow
Service Item Action Instance Tag> - This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users
List<Workflow
Service Item Action Instance User> - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation
Workflow List<WorkflowInfos Service Item Action Instance Validation 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:
- version
Contexts List<WorkflowService Item Action Instance 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
Service StringItem Action Instance Id
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow WorkflowInfos Service Item Action Instance Action 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:
- additional
Properties string - ancestors
Workflow
Service Item Action Instance Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Service WorkflowRequests Service Item Action Instance Catalog Service Request[] - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp
References WorkflowService Item Action Instance Idp Reference[] - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps
Workflow
Service Item Action Instance Idp[] - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input string
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last
Action string - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Workflow
Service Item Action Instance Message[] - 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.
- name string
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Workflow
Service Item Action Instance 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 WorkflowService Item Action Instance Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- resourcelifecycle
Status string - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria WorkflowInputs Service Item Action Instance Selection Criteria Input[] - This complex property has following sub-properties:
- service
Item WorkflowAction Definitions Service Item Action Instance Service Item Action Definition[] - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item WorkflowDefinitions Service Item Action Instance Service Item Definition[] - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item WorkflowInstances Service Item Action Instance Service Item Instance[] - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Request stringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start
Time string - (ReadOnly) The time when the action was started for execution last time.
- status string
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow WorkflowInfos Service Item Action Instance Stop 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:
- Workflow
Service Item Action Instance Tag[] - This complex property has following sub-properties:
- user
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users
Workflow
Service Item Action Instance User[] - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation
Workflow WorkflowInfos Service Item Action Instance Validation 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:
- version
Contexts WorkflowService Item Action Instance 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
Service stringItem Action Instance Id
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- action str
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action_
workflow_ Sequence[Workflowinfos Service Item Action Instance Action 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:
- additional_
properties str - ancestors
Sequence[Workflow
Service Item Action Instance Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog_
service_ Sequence[Workflowrequests Service Item Action Instance Catalog Service Request Args] - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp_
references Sequence[WorkflowService Item Action Instance Idp Reference Args] - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps
Sequence[Workflow
Service Item Action Instance Idp Args] - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input str
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last_
action str - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Sequence[Workflow
Service Item Action Instance Message 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.
- name str
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Workflow
Service Item Action Instance 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[WorkflowService Item Action Instance Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- resourcelifecycle_
status str - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection_
criteria_ Sequence[Workflowinputs Service Item Action Instance Selection Criteria Input Args] - This complex property has following sub-properties:
- service_
item_ Sequence[Workflowaction_ definitions Service Item Action Instance Service Item Action Definition Args] - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service_
item_ Sequence[Workflowdefinitions Service Item Action Instance Service Item Definition Args] - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service_
item_ Sequence[Workflowinstances Service Item Action Instance Service Item Instance Args] - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service_
request_ strinput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start_
time str - (ReadOnly) The time when the action was started for execution last time.
- status str
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop_
workflow_ Sequence[Workflowinfos Service Item Action Instance Stop 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:
- Sequence[Workflow
Service Item Action Instance Tag Args] - This complex property has following sub-properties:
- user_
id_ stror_ email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users
Sequence[Workflow
Service Item Action Instance User Args] - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation_
workflow_ Sequence[Workflowinfos Service Item Action Instance Validation 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:
- version_
contexts Sequence[WorkflowService Item Action Instance 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_
service_ stritem_ action_ instance_ id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow List<Property Map>Infos - (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:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Service List<Property Map>Requests - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp
References List<Property Map> - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps List<Property Map>
- A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input String
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last
Action String - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages 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.
- name String
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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:
- resourcelifecycle
Status String - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<Property Map>Inputs - This complex property has following sub-properties:
- service
Item List<Property Map>Action Definitions - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<Property Map>Definitions - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<Property Map>Instances - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Request StringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start
Time String - (ReadOnly) The time when the action was started for execution last time.
- status String
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow List<Property Map>Infos - (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:
- List<Property Map>
- This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users List<Property Map>
- A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation
Workflow List<Property Map>Infos - (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:
- 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
Service StringItem Action Instance Id
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowServiceItemActionInstance 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 WorkflowServiceItemActionInstance Resource
Get an existing WorkflowServiceItemActionInstance 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?: WorkflowServiceItemActionInstanceState, opts?: CustomResourceOptions): WorkflowServiceItemActionInstance
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
action: Optional[str] = None,
action_workflow_infos: Optional[Sequence[WorkflowServiceItemActionInstanceActionWorkflowInfoArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[WorkflowServiceItemActionInstanceAncestorArgs]] = None,
catalog_service_requests: Optional[Sequence[WorkflowServiceItemActionInstanceCatalogServiceRequestArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
idp_references: Optional[Sequence[WorkflowServiceItemActionInstanceIdpReferenceArgs]] = None,
idps: Optional[Sequence[WorkflowServiceItemActionInstanceIdpArgs]] = None,
input: Optional[str] = None,
last_action: Optional[str] = None,
messages: Optional[Sequence[WorkflowServiceItemActionInstanceMessageArgs]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowServiceItemActionInstanceParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowServiceItemActionInstancePermissionResourceArgs]] = None,
resourcelifecycle_status: Optional[str] = None,
selection_criteria_inputs: Optional[Sequence[WorkflowServiceItemActionInstanceSelectionCriteriaInputArgs]] = None,
service_item_action_definitions: Optional[Sequence[WorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs]] = None,
service_item_definitions: Optional[Sequence[WorkflowServiceItemActionInstanceServiceItemDefinitionArgs]] = None,
service_item_instances: Optional[Sequence[WorkflowServiceItemActionInstanceServiceItemInstanceArgs]] = None,
service_request_input: Optional[str] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
stop_workflow_infos: Optional[Sequence[WorkflowServiceItemActionInstanceStopWorkflowInfoArgs]] = None,
tags: Optional[Sequence[WorkflowServiceItemActionInstanceTagArgs]] = None,
user_id_or_email: Optional[str] = None,
users: Optional[Sequence[WorkflowServiceItemActionInstanceUserArgs]] = None,
validation_workflow_infos: Optional[Sequence[WorkflowServiceItemActionInstanceValidationWorkflowInfoArgs]] = None,
version_contexts: Optional[Sequence[WorkflowServiceItemActionInstanceVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflow_service_item_action_instance_id: Optional[str] = None) -> WorkflowServiceItemActionInstance
func GetWorkflowServiceItemActionInstance(ctx *Context, name string, id IDInput, state *WorkflowServiceItemActionInstanceState, opts ...ResourceOption) (*WorkflowServiceItemActionInstance, error)
public static WorkflowServiceItemActionInstance Get(string name, Input<string> id, WorkflowServiceItemActionInstanceState? state, CustomResourceOptions? opts = null)
public static WorkflowServiceItemActionInstance get(String name, Output<String> id, WorkflowServiceItemActionInstanceState state, CustomResourceOptions options)
resources: _: type: intersight:WorkflowServiceItemActionInstance 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 string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow List<WorkflowInfos Service Item Action Instance Action 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:
- Additional
Properties string - Ancestors
List<Workflow
Service Item Action Instance Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Service List<WorkflowRequests Service Item Action Instance Catalog Service Request> - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time when the action was stopped or completed execution last time.
- Idp
References List<WorkflowService Item Action Instance Idp Reference> - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Idps
List<Workflow
Service Item Action Instance Idp> - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Input string
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- Last
Action string - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
List<Workflow
Service Item Action Instance Message> - 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.
- Name string
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Workflow
Service Item Action Instance 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<WorkflowService Item Action Instance Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Resourcelifecycle
Status string - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria List<WorkflowInputs Service Item Action Instance Selection Criteria Input> - This complex property has following sub-properties:
- Service
Item List<WorkflowAction Definitions Service Item Action Instance Service Item Action Definition> - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item List<WorkflowDefinitions Service Item Action Instance Service Item Definition> - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item List<WorkflowInstances Service Item Action Instance Service Item Instance> - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Request stringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- Start
Time string - (ReadOnly) The time when the action was started for execution last time.
- Status string
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow List<WorkflowInfos Service Item Action Instance Stop 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:
- List<Workflow
Service Item Action Instance Tag> - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- Users
List<Workflow
Service Item Action Instance User> - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Validation
Workflow List<WorkflowInfos Service Item Action Instance Validation 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:
- Version
Contexts List<WorkflowService Item Action Instance 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
Service stringItem Action Instance Id
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow []WorkflowInfos Service Item Action Instance Action 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:
- Additional
Properties string - Ancestors
[]Workflow
Service Item Action Instance Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Service []WorkflowRequests Service Item Action Instance Catalog Service Request Args - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time when the action was stopped or completed execution last time.
- Idp
References []WorkflowService Item Action Instance Idp Reference Args - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Idps
[]Workflow
Service Item Action Instance Idp Args - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Input string
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- Last
Action string - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
[]Workflow
Service Item Action Instance Message 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.
- Name string
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Workflow
Service Item Action Instance 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 []WorkflowService Item Action Instance Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Resourcelifecycle
Status string - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria []WorkflowInputs Service Item Action Instance Selection Criteria Input Args - This complex property has following sub-properties:
- Service
Item []WorkflowAction Definitions Service Item Action Instance Service Item Action Definition Args - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item []WorkflowDefinitions Service Item Action Instance Service Item Definition Args - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Item []WorkflowInstances Service Item Action Instance Service Item Instance Args - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Service
Request stringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- Start
Time string - (ReadOnly) The time when the action was started for execution last time.
- Status string
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow []WorkflowInfos Service Item Action Instance Stop 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:
- []Workflow
Service Item Action Instance Tag Args - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- Users
[]Workflow
Service Item Action Instance User Args - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Validation
Workflow []WorkflowInfos Service Item Action Instance Validation 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:
- Version
Contexts []WorkflowService Item Action Instance 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
Service stringItem Action Instance Id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow List<WorkflowInfos Service Item Action Instance Action 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:
- additional
Properties String - ancestors
List<Workflow
Service Item Action Instance Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Service List<WorkflowRequests Service Item Action Instance Catalog Service Request> - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp
References List<WorkflowService Item Action Instance Idp Reference> - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps
List<Workflow
Service Item Action Instance Idp> - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input String
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last
Action String - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
List<Workflow
Service Item Action Instance Message> - 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.
- name String
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Workflow
Service Item Action Instance 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<WorkflowService Item Action Instance Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- resourcelifecycle
Status String - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<WorkflowInputs Service Item Action Instance Selection Criteria Input> - This complex property has following sub-properties:
- service
Item List<WorkflowAction Definitions Service Item Action Instance Service Item Action Definition> - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<WorkflowDefinitions Service Item Action Instance Service Item Definition> - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<WorkflowInstances Service Item Action Instance Service Item Instance> - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Request StringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start
Time String - (ReadOnly) The time when the action was started for execution last time.
- status String
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow List<WorkflowInfos Service Item Action Instance Stop 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:
- List<Workflow
Service Item Action Instance Tag> - This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users
List<Workflow
Service Item Action Instance User> - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation
Workflow List<WorkflowInfos Service Item Action Instance Validation 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:
- version
Contexts List<WorkflowService Item Action Instance 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
Service StringItem Action Instance Id
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow WorkflowInfos Service Item Action Instance Action 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:
- additional
Properties string - ancestors
Workflow
Service Item Action Instance Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Service WorkflowRequests Service Item Action Instance Catalog Service Request[] - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp
References WorkflowService Item Action Instance Idp Reference[] - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps
Workflow
Service Item Action Instance Idp[] - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input string
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last
Action string - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Workflow
Service Item Action Instance Message[] - 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.
- name string
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Workflow
Service Item Action Instance 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 WorkflowService Item Action Instance Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- resourcelifecycle
Status string - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria WorkflowInputs Service Item Action Instance Selection Criteria Input[] - This complex property has following sub-properties:
- service
Item WorkflowAction Definitions Service Item Action Instance Service Item Action Definition[] - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item WorkflowDefinitions Service Item Action Instance Service Item Definition[] - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item WorkflowInstances Service Item Action Instance Service Item Instance[] - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Request stringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start
Time string - (ReadOnly) The time when the action was started for execution last time.
- status string
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow WorkflowInfos Service Item Action Instance Stop 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:
- Workflow
Service Item Action Instance Tag[] - This complex property has following sub-properties:
- user
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users
Workflow
Service Item Action Instance User[] - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation
Workflow WorkflowInfos Service Item Action Instance Validation 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:
- version
Contexts WorkflowService Item Action Instance 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
Service stringItem Action Instance Id
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- action str
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action_
workflow_ Sequence[Workflowinfos Service Item Action Instance Action 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:
- additional_
properties str - ancestors
Sequence[Workflow
Service Item Action Instance Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog_
service_ Sequence[Workflowrequests Service Item Action Instance Catalog Service Request Args] - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp_
references Sequence[WorkflowService Item Action Instance Idp Reference Args] - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps
Sequence[Workflow
Service Item Action Instance Idp Args] - A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input str
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last_
action str - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Sequence[Workflow
Service Item Action Instance Message 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.
- name str
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Workflow
Service Item Action Instance 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[WorkflowService Item Action Instance Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- resourcelifecycle_
status str - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection_
criteria_ Sequence[Workflowinputs Service Item Action Instance Selection Criteria Input Args] - This complex property has following sub-properties:
- service_
item_ Sequence[Workflowaction_ definitions Service Item Action Instance Service Item Action Definition Args] - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service_
item_ Sequence[Workflowdefinitions Service Item Action Instance Service Item Definition Args] - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service_
item_ Sequence[Workflowinstances Service Item Action Instance Service Item Instance Args] - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service_
request_ strinput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start_
time str - (ReadOnly) The time when the action was started for execution last time.
- status str
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop_
workflow_ Sequence[Workflowinfos Service Item Action Instance Stop 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:
- Sequence[Workflow
Service Item Action Instance Tag Args] - This complex property has following sub-properties:
- user_
id_ stror_ email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users
Sequence[Workflow
Service Item Action Instance User Args] - A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation_
workflow_ Sequence[Workflowinfos Service Item Action Instance Validation 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:
- version_
contexts Sequence[WorkflowService Item Action Instance 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_
service_ stritem_ action_ instance_ id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow List<Property Map>Infos - (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:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Service List<Property Map>Requests - (ReadOnly) An array of relationships to workflowCatalogServiceRequest resources. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time when the action was stopped or completed execution last time.
- idp
References List<Property Map> - A reference to a iamIdpReference resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- idps List<Property Map>
- A reference to a iamIdp resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- input String
- Inputs for a service item action and the format is specified by input definition of the service item action definition.
- last
Action String - (ReadOnly) The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages 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.
- name String
- (ReadOnly) Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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:
- resourcelifecycle
Status String - (ReadOnly) Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<Property Map>Inputs - This complex property has following sub-properties:
- service
Item List<Property Map>Action Definitions - A reference to a workflowServiceItemActionDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<Property Map>Definitions - (ReadOnly) A reference to a workflowServiceItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Item List<Property Map>Instances - A reference to a workflowServiceItemInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- service
Request StringInput - (ReadOnly) Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.
- 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.
- start
Time String - (ReadOnly) The time when the action was started for execution last time.
- status String
- (ReadOnly) State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow List<Property Map>Infos - (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:
- List<Property Map>
- This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) The user identifier who invoked the request to create the service item instance.
- users List<Property Map>
- A reference to a iamUser resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- validation
Workflow List<Property Map>Infos - (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:
- 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
Service StringItem Action Instance Id
Supporting Types
WorkflowServiceItemActionInstanceActionWorkflowInfo, WorkflowServiceItemActionInstanceActionWorkflowInfoArgs
- 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'.
WorkflowServiceItemActionInstanceAncestor, WorkflowServiceItemActionInstanceAncestorArgs
- 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'.
WorkflowServiceItemActionInstanceCatalogServiceRequest, WorkflowServiceItemActionInstanceCatalogServiceRequestArgs
- 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'.
WorkflowServiceItemActionInstanceIdp, WorkflowServiceItemActionInstanceIdpArgs
- 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'.
WorkflowServiceItemActionInstanceIdpReference, WorkflowServiceItemActionInstanceIdpReferenceArgs
- 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'.
WorkflowServiceItemActionInstanceMessage, WorkflowServiceItemActionInstanceMessageArgs
- Action
Operation string - (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Additional
Properties string - Class
Id string - Create
Time string - (ReadOnly) The timestamp when the message was created.
- Message string
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- 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.
- Severity string
- (ReadOnly) The severity of the message such as error, warning, info etc.*
Info
- The enum represents the log level to be used to convey info message.*Warning
- The enum represents the log level to be used to convey warning message.*Debug
- The enum represents the log level to be used to convey debug message.*Error
- The enum represents the log level to be used to convey error message.
- Action
Operation string - (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Additional
Properties string - Class
Id string - Create
Time string - (ReadOnly) The timestamp when the message was created.
- Message string
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- 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.
- Severity string
- (ReadOnly) The severity of the message such as error, warning, info etc.*
Info
- The enum represents the log level to be used to convey info message.*Warning
- The enum represents the log level to be used to convey warning message.*Debug
- The enum represents the log level to be used to convey debug message.*Error
- The enum represents the log level to be used to convey error message.
- action
Operation String - (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - additional
Properties String - class
Id String - create
Time String - (ReadOnly) The timestamp when the message was created.
- message String
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- 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.
- severity String
- (ReadOnly) The severity of the message such as error, warning, info etc.*
Info
- The enum represents the log level to be used to convey info message.*Warning
- The enum represents the log level to be used to convey warning message.*Debug
- The enum represents the log level to be used to convey debug message.*Error
- The enum represents the log level to be used to convey error message.
- action
Operation string - (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - additional
Properties string - class
Id string - create
Time string - (ReadOnly) The timestamp when the message was created.
- message string
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- 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.
- severity string
- (ReadOnly) The severity of the message such as error, warning, info etc.*
Info
- The enum represents the log level to be used to convey info message.*Warning
- The enum represents the log level to be used to convey warning message.*Debug
- The enum represents the log level to be used to convey debug message.*Error
- The enum represents the log level to be used to convey error message.
- action_
operation str - (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - additional_
properties str - class_
id str - create_
time str - (ReadOnly) The timestamp when the message was created.
- message str
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- 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.
- severity str
- (ReadOnly) The severity of the message such as error, warning, info etc.*
Info
- The enum represents the log level to be used to convey info message.*Warning
- The enum represents the log level to be used to convey warning message.*Debug
- The enum represents the log level to be used to convey debug message.*Error
- The enum represents the log level to be used to convey error message.
- action
Operation String - (ReadOnly) The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - additional
Properties String - class
Id String - create
Time String - (ReadOnly) The timestamp when the message was created.
- message String
- (ReadOnly) An i18n message which can be localized and conveys status on the action.
- 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.
- severity String
- (ReadOnly) The severity of the message such as error, warning, info etc.*
Info
- The enum represents the log level to be used to convey info message.*Warning
- The enum represents the log level to be used to convey warning message.*Debug
- The enum represents the log level to be used to convey debug message.*Error
- The enum represents the log level to be used to convey error message.
WorkflowServiceItemActionInstanceParent, WorkflowServiceItemActionInstanceParentArgs
- 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'.
WorkflowServiceItemActionInstancePermissionResource, WorkflowServiceItemActionInstancePermissionResourceArgs
- 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'.
WorkflowServiceItemActionInstanceSelectionCriteriaInput, WorkflowServiceItemActionInstanceSelectionCriteriaInputArgs
- Additional
Properties string - Class
Id string - Filter
Conditions List<WorkflowService Item Action Instance Selection Criteria Input Filter Condition> - This complex property has following sub-properties:
- Input
Name string - (ReadOnly) Name of the Policy Input.
- Input
Value string - (ReadOnly) The value extracted from the filter conditions.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - Filter
Conditions []WorkflowService Item Action Instance Selection Criteria Input Filter Condition - This complex property has following sub-properties:
- Input
Name string - (ReadOnly) Name of the Policy Input.
- Input
Value string - (ReadOnly) The value extracted from the filter conditions.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - filter
Conditions List<WorkflowService Item Action Instance Selection Criteria Input Filter Condition> - This complex property has following sub-properties:
- input
Name String - (ReadOnly) Name of the Policy Input.
- input
Value String - (ReadOnly) The value extracted from the filter conditions.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - filter
Conditions WorkflowService Item Action Instance Selection Criteria Input Filter Condition[] - This complex property has following sub-properties:
- input
Name string - (ReadOnly) Name of the Policy Input.
- input
Value string - (ReadOnly) The value extracted from the filter conditions.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - filter_
conditions Sequence[WorkflowService Item Action Instance Selection Criteria Input Filter Condition] - This complex property has following sub-properties:
- input_
name str - (ReadOnly) Name of the Policy Input.
- input_
value str - (ReadOnly) The value extracted from the filter conditions.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - filter
Conditions List<Property Map> - This complex property has following sub-properties:
- input
Name String - (ReadOnly) Name of the Policy Input.
- input
Value String - (ReadOnly) The value extracted from the filter conditions.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
WorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition, WorkflowServiceItemActionInstanceSelectionCriteriaInputFilterConditionArgs
- 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.
- Selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- 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.
- Selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- 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.
- selector String
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- 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.
- selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- 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.
- selector str
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- 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.
- selector String
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
WorkflowServiceItemActionInstanceServiceItemActionDefinition, WorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs
- 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'.
WorkflowServiceItemActionInstanceServiceItemDefinition, WorkflowServiceItemActionInstanceServiceItemDefinitionArgs
- 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'.
WorkflowServiceItemActionInstanceServiceItemInstance, WorkflowServiceItemActionInstanceServiceItemInstanceArgs
- 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'.
WorkflowServiceItemActionInstanceStopWorkflowInfo, WorkflowServiceItemActionInstanceStopWorkflowInfoArgs
- 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'.
WorkflowServiceItemActionInstanceTag, WorkflowServiceItemActionInstanceTagArgs
- 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.
WorkflowServiceItemActionInstanceUser, WorkflowServiceItemActionInstanceUserArgs
- 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'.
WorkflowServiceItemActionInstanceValidationWorkflowInfo, WorkflowServiceItemActionInstanceValidationWorkflowInfoArgs
- 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'.
WorkflowServiceItemActionInstanceVersionContext, WorkflowServiceItemActionInstanceVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<WorkflowService Item Action Instance 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<WorkflowService Item Action Instance 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 []WorkflowService Item Action Instance 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 []WorkflowService Item Action Instance 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<WorkflowService Item Action Instance 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<WorkflowService Item Action Instance 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 WorkflowService Item Action Instance 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 WorkflowService Item Action Instance 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[WorkflowService Item Action Instance 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[WorkflowService Item Action Instance 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.
WorkflowServiceItemActionInstanceVersionContextInterestedMo, WorkflowServiceItemActionInstanceVersionContextInterestedMoArgs
- 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'.
WorkflowServiceItemActionInstanceVersionContextRefMo, WorkflowServiceItemActionInstanceVersionContextRefMoArgs
- 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_workflow_service_item_action_instance
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/workflowServiceItemActionInstance:WorkflowServiceItemActionInstance 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.