intersight.WorkflowCatalogServiceRequest
Explore with Pulumi AI
Catalog Service Request is one instance of a catalog item based on a catalog item definition.
Allowed Types in AdditionalProperties
workflow.OperationTypeDecommission
Operation details for decommission actions.
service_item_instance
:(HashMap) - Specify the service item instance to issue decommission action. This complex property has following sub-properties: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’.
workflow.OperationTypeDeployment
Definition to capture the operation details for deployment actions.
workflow.OperationTypePostDeployment
Operation details for post-deployment actions.
service_item_action_definition
:(HashMap) - Specify the service item action definition which needs to be executed on the service item instance. This complex property has following sub-properties: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’.
service_item_instance
:(HashMap) - Specify the service item instance to issue post-deployment action. This complex property has following sub-properties: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’.
Create WorkflowCatalogServiceRequest Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkflowCatalogServiceRequest(name: string, args?: WorkflowCatalogServiceRequestArgs, opts?: CustomResourceOptions);
@overload
def WorkflowCatalogServiceRequest(resource_name: str,
args: Optional[WorkflowCatalogServiceRequestArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkflowCatalogServiceRequest(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[WorkflowCatalogServiceRequestAncestorArgs]] = None,
catalog_item_definitions: Optional[Sequence[WorkflowCatalogServiceRequestCatalogItemDefinitionArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
idp_references: Optional[Sequence[WorkflowCatalogServiceRequestIdpReferenceArgs]] = None,
idps: Optional[Sequence[WorkflowCatalogServiceRequestIdpArgs]] = None,
input: Optional[str] = None,
label: Optional[str] = None,
messages: Optional[Sequence[WorkflowCatalogServiceRequestMessageArgs]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
operations: Optional[Sequence[WorkflowCatalogServiceRequestOperationArgs]] = None,
organizations: Optional[Sequence[WorkflowCatalogServiceRequestOrganizationArgs]] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowCatalogServiceRequestParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowCatalogServiceRequestPermissionResourceArgs]] = None,
selection_criteria_inputs: Optional[Sequence[WorkflowCatalogServiceRequestSelectionCriteriaInputArgs]] = None,
service_item_action_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemActionInstanceArgs]] = None,
service_item_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemInstanceArgs]] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[WorkflowCatalogServiceRequestTagArgs]] = None,
user_id_or_email: Optional[str] = None,
users: Optional[Sequence[WorkflowCatalogServiceRequestUserArgs]] = None,
version_contexts: Optional[Sequence[WorkflowCatalogServiceRequestVersionContextArgs]] = None,
workflow_catalog_service_request_id: Optional[str] = None)
func NewWorkflowCatalogServiceRequest(ctx *Context, name string, args *WorkflowCatalogServiceRequestArgs, opts ...ResourceOption) (*WorkflowCatalogServiceRequest, error)
public WorkflowCatalogServiceRequest(string name, WorkflowCatalogServiceRequestArgs? args = null, CustomResourceOptions? opts = null)
public WorkflowCatalogServiceRequest(String name, WorkflowCatalogServiceRequestArgs args)
public WorkflowCatalogServiceRequest(String name, WorkflowCatalogServiceRequestArgs args, CustomResourceOptions options)
type: intersight:WorkflowCatalogServiceRequest
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 WorkflowCatalogServiceRequestArgs
- 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 WorkflowCatalogServiceRequestArgs
- 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 WorkflowCatalogServiceRequestArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowCatalogServiceRequestArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowCatalogServiceRequestArgs
- 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 workflowCatalogServiceRequestResource = new Intersight.WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
CatalogItemDefinitions = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestCatalogItemDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
Description = "string",
DomainGroupMoid = "string",
EndTime = "string",
IdpReferences = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestIdpReferenceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Idps = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestIdpArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Input = "string",
Label = "string",
Messages = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestMessageArgs
{
ActionOperation = "string",
AdditionalProperties = "string",
ClassId = "string",
CreateTime = "string",
Message = "string",
ObjectType = "string",
ServiceItemName = "string",
Severity = "string",
},
},
ModTime = "string",
Moid = "string",
Name = "string",
ObjectType = "string",
Operations = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestOperationArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
OperationType = "string",
},
},
Organizations = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestOrganizationArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SelectionCriteriaInputs = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestSelectionCriteriaInputArgs
{
AdditionalProperties = "string",
ClassId = "string",
FilterConditions = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
Selector = "string",
},
},
InputName = "string",
InputValue = "string",
ObjectType = "string",
},
},
ServiceItemActionInstances = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestServiceItemActionInstanceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ServiceItemInstances = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestServiceItemInstanceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SharedScope = "string",
Status = "string",
Tags = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
UserIdOrEmail = "string",
Users = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestUserArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
VersionContexts = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.WorkflowCatalogServiceRequestVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WorkflowCatalogServiceRequestId = "string",
});
example, err := intersight.NewWorkflowCatalogServiceRequest(ctx, "workflowCatalogServiceRequestResource", &intersight.WorkflowCatalogServiceRequestArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.WorkflowCatalogServiceRequestAncestorArray{
&intersight.WorkflowCatalogServiceRequestAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
CatalogItemDefinitions: intersight.WorkflowCatalogServiceRequestCatalogItemDefinitionArray{
&intersight.WorkflowCatalogServiceRequestCatalogItemDefinitionArgs{
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"),
Description: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
EndTime: pulumi.String("string"),
IdpReferences: intersight.WorkflowCatalogServiceRequestIdpReferenceArray{
&intersight.WorkflowCatalogServiceRequestIdpReferenceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Idps: intersight.WorkflowCatalogServiceRequestIdpArray{
&intersight.WorkflowCatalogServiceRequestIdpArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Input: pulumi.String("string"),
Label: pulumi.String("string"),
Messages: intersight.WorkflowCatalogServiceRequestMessageArray{
&intersight.WorkflowCatalogServiceRequestMessageArgs{
ActionOperation: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
Message: pulumi.String("string"),
ObjectType: pulumi.String("string"),
ServiceItemName: pulumi.String("string"),
Severity: pulumi.String("string"),
},
},
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Operations: intersight.WorkflowCatalogServiceRequestOperationArray{
&intersight.WorkflowCatalogServiceRequestOperationArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
OperationType: pulumi.String("string"),
},
},
Organizations: intersight.WorkflowCatalogServiceRequestOrganizationArray{
&intersight.WorkflowCatalogServiceRequestOrganizationArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.WorkflowCatalogServiceRequestParentArray{
&intersight.WorkflowCatalogServiceRequestParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.WorkflowCatalogServiceRequestPermissionResourceArray{
&intersight.WorkflowCatalogServiceRequestPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SelectionCriteriaInputs: intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputArray{
&intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
FilterConditions: intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArray{
&intersight.WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs{
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"),
},
},
ServiceItemActionInstances: intersight.WorkflowCatalogServiceRequestServiceItemActionInstanceArray{
&intersight.WorkflowCatalogServiceRequestServiceItemActionInstanceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ServiceItemInstances: intersight.WorkflowCatalogServiceRequestServiceItemInstanceArray{
&intersight.WorkflowCatalogServiceRequestServiceItemInstanceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SharedScope: pulumi.String("string"),
Status: pulumi.String("string"),
Tags: intersight.WorkflowCatalogServiceRequestTagArray{
&intersight.WorkflowCatalogServiceRequestTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
UserIdOrEmail: pulumi.String("string"),
Users: intersight.WorkflowCatalogServiceRequestUserArray{
&intersight.WorkflowCatalogServiceRequestUserArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
VersionContexts: intersight.WorkflowCatalogServiceRequestVersionContextArray{
&intersight.WorkflowCatalogServiceRequestVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.WorkflowCatalogServiceRequestVersionContextInterestedMoArray{
&intersight.WorkflowCatalogServiceRequestVersionContextInterestedMoArgs{
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.WorkflowCatalogServiceRequestVersionContextRefMoArray{
&intersight.WorkflowCatalogServiceRequestVersionContextRefMoArgs{
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"),
},
},
WorkflowCatalogServiceRequestId: pulumi.String("string"),
})
var workflowCatalogServiceRequestResource = new WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource", WorkflowCatalogServiceRequestArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.ancestors(WorkflowCatalogServiceRequestAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.catalogItemDefinitions(WorkflowCatalogServiceRequestCatalogItemDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.description("string")
.domainGroupMoid("string")
.endTime("string")
.idpReferences(WorkflowCatalogServiceRequestIdpReferenceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.idps(WorkflowCatalogServiceRequestIdpArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.input("string")
.label("string")
.messages(WorkflowCatalogServiceRequestMessageArgs.builder()
.actionOperation("string")
.additionalProperties("string")
.classId("string")
.createTime("string")
.message("string")
.objectType("string")
.serviceItemName("string")
.severity("string")
.build())
.modTime("string")
.moid("string")
.name("string")
.objectType("string")
.operations(WorkflowCatalogServiceRequestOperationArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.operationType("string")
.build())
.organizations(WorkflowCatalogServiceRequestOrganizationArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.owners("string")
.parents(WorkflowCatalogServiceRequestParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(WorkflowCatalogServiceRequestPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.selectionCriteriaInputs(WorkflowCatalogServiceRequestSelectionCriteriaInputArgs.builder()
.additionalProperties("string")
.classId("string")
.filterConditions(WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.selector("string")
.build())
.inputName("string")
.inputValue("string")
.objectType("string")
.build())
.serviceItemActionInstances(WorkflowCatalogServiceRequestServiceItemActionInstanceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.serviceItemInstances(WorkflowCatalogServiceRequestServiceItemInstanceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.sharedScope("string")
.status("string")
.tags(WorkflowCatalogServiceRequestTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.userIdOrEmail("string")
.users(WorkflowCatalogServiceRequestUserArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.versionContexts(WorkflowCatalogServiceRequestVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(WorkflowCatalogServiceRequestVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(WorkflowCatalogServiceRequestVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.workflowCatalogServiceRequestId("string")
.build());
workflow_catalog_service_request_resource = intersight.WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource",
account_moid="string",
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
catalog_item_definitions=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
description="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",
label="string",
messages=[{
"action_operation": "string",
"additional_properties": "string",
"class_id": "string",
"create_time": "string",
"message": "string",
"object_type": "string",
"service_item_name": "string",
"severity": "string",
}],
mod_time="string",
moid="string",
name="string",
object_type="string",
operations=[{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
"operation_type": "string",
}],
organizations=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
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_instances=[{
"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",
}],
shared_scope="string",
status="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",
}],
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",
}],
workflow_catalog_service_request_id="string")
const workflowCatalogServiceRequestResource = new intersight.WorkflowCatalogServiceRequest("workflowCatalogServiceRequestResource", {
accountMoid: "string",
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
catalogItemDefinitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
description: "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",
label: "string",
messages: [{
actionOperation: "string",
additionalProperties: "string",
classId: "string",
createTime: "string",
message: "string",
objectType: "string",
serviceItemName: "string",
severity: "string",
}],
modTime: "string",
moid: "string",
name: "string",
objectType: "string",
operations: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
operationType: "string",
}],
organizations: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
selectionCriteriaInputs: [{
additionalProperties: "string",
classId: "string",
filterConditions: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
selector: "string",
}],
inputName: "string",
inputValue: "string",
objectType: "string",
}],
serviceItemActionInstances: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
serviceItemInstances: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
sharedScope: "string",
status: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
userIdOrEmail: "string",
users: [{
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",
}],
workflowCatalogServiceRequestId: "string",
});
type: intersight:WorkflowCatalogServiceRequest
properties:
accountMoid: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
catalogItemDefinitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
description: 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
label: string
messages:
- actionOperation: string
additionalProperties: string
classId: string
createTime: string
message: string
objectType: string
serviceItemName: string
severity: string
modTime: string
moid: string
name: string
objectType: string
operations:
- additionalProperties: string
classId: string
objectType: string
operationType: string
organizations:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
selectionCriteriaInputs:
- additionalProperties: string
classId: string
filterConditions:
- additionalProperties: string
classId: string
objectType: string
selector: string
inputName: string
inputValue: string
objectType: string
serviceItemActionInstances:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
serviceItemInstances:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
sharedScope: string
status: string
tags:
- additionalProperties: string
key: string
value: string
userIdOrEmail: string
users:
- 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
workflowCatalogServiceRequestId: string
WorkflowCatalogServiceRequest 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 WorkflowCatalogServiceRequest resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Workflow
Catalog Service Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Item List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- Description string
- The description for this catalog service request which provides information on request from the user.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time at which the service request completed or stopped.
- Idp
References List<WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
List<Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
List<Workflow
Catalog Service Request Operation> - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
List<Workflow
Catalog Service Request Organization> - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Workflow
Catalog Service Request Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<WorkflowCatalog Service Request Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Selection
Criteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> - This complex property has following sub-properties:
- Service
Item List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- Service
Item List<WorkflowInstances Catalog Service Request Service Item Instance> - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - List<Workflow
Catalog Service Request Tag> - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
List<Workflow
Catalog Service Request 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:
- Version
Contexts List<WorkflowCatalog Service Request Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Catalog stringService Request Id
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Workflow
Catalog Service Request Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Item []WorkflowDefinitions Catalog Service Request Catalog Item Definition Args - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- Description string
- The description for this catalog service request which provides information on request from the user.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time at which the service request completed or stopped.
- Idp
References []WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
[]Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
[]Workflow
Catalog Service Request Operation Args - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
[]Workflow
Catalog Service Request Organization Args - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Workflow
Catalog Service Request Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []WorkflowCatalog Service Request Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Selection
Criteria []WorkflowInputs Catalog Service Request Selection Criteria Input Args - This complex property has following sub-properties:
- Service
Item []WorkflowAction Instances Catalog Service Request Service Item Action Instance Args - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- Service
Item []WorkflowInstances Catalog Service Request Service Item Instance Args - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - []Workflow
Catalog Service Request Tag Args - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
[]Workflow
Catalog Service Request 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:
- Version
Contexts []WorkflowCatalog Service Request Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Catalog stringService Request Id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Workflow
Catalog Service Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Item List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description String
- The description for this catalog service request which provides information on request from the user.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time at which the service request completed or stopped.
- idp
References List<WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
List<Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
List<Workflow
Catalog Service Request Operation> - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
List<Workflow
Catalog Service Request Organization> - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Workflow
Catalog Service Request Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<WorkflowCatalog Service Request Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection
Criteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> - This complex property has following sub-properties:
- service
Item List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service
Item List<WorkflowInstances Catalog Service Request Service Item Instance> - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - List<Workflow
Catalog Service Request Tag> - This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
List<Workflow
Catalog Service Request 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:
- version
Contexts List<WorkflowCatalog Service Request Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Catalog StringService Request Id
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Workflow
Catalog Service Request Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Item WorkflowDefinitions Catalog Service Request Catalog Item Definition[] - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description string
- The description for this catalog service request which provides information on request from the user.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) The time at which the service request completed or stopped.
- idp
References WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
Workflow
Catalog Service Request Operation[] - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
Workflow
Catalog Service Request Organization[] - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Workflow
Catalog Service Request Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources WorkflowCatalog Service Request Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection
Criteria WorkflowInputs Catalog Service Request Selection Criteria Input[] - This complex property has following sub-properties:
- service
Item WorkflowAction Instances Catalog Service Request Service Item Action Instance[] - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service
Item WorkflowInstances Catalog Service Request Service Item Instance[] - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - Workflow
Catalog Service Request Tag[] - This complex property has following sub-properties:
- user
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
Workflow
Catalog Service Request 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:
- version
Contexts WorkflowCatalog Service Request Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Catalog stringService Request Id
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Workflow
Catalog Service Request Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog_
item_ Sequence[Workflowdefinitions Catalog Service Request Catalog Item Definition Args] - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description str
- The description for this catalog service request which provides information on request from the user.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) The time at which the service request completed or stopped.
- idp_
references Sequence[WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label str
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Sequence[Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
Sequence[Workflow
Catalog Service Request Operation Args] - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
Sequence[Workflow
Catalog Service Request Organization Args] - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Workflow
Catalog Service Request Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[WorkflowCatalog Service Request Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection_
criteria_ Sequence[Workflowinputs Catalog Service Request Selection Criteria Input Args] - This complex property has following sub-properties:
- service_
item_ Sequence[Workflowaction_ instances Catalog Service Request Service Item Action Instance Args] - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service_
item_ Sequence[Workflowinstances Catalog Service Request Service Item Instance Args] - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - Sequence[Workflow
Catalog Service Request Tag Args] - This complex property has following sub-properties:
- user_
id_ stror_ email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
Sequence[Workflow
Catalog Service Request 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:
- version_
contexts Sequence[WorkflowCatalog Service Request Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_
catalog_ strservice_ request_ id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Item List<Property Map>Definitions - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description String
- The description for this catalog service request which provides information on request from the user.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time at which the service request completed or stopped.
- 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- 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
- A name of the catalog service request instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations List<Property Map>
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations List<Property Map>
- (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection
Criteria List<Property Map>Inputs - This complex property has following sub-properties:
- service
Item List<Property Map>Action Instances - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service
Item List<Property Map>Instances - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - 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 catalog service request.
- 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:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Catalog StringService Request Id
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowCatalogServiceRequest 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 WorkflowCatalogServiceRequest Resource
Get an existing WorkflowCatalogServiceRequest 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?: WorkflowCatalogServiceRequestState, opts?: CustomResourceOptions): WorkflowCatalogServiceRequest
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[WorkflowCatalogServiceRequestAncestorArgs]] = None,
catalog_item_definitions: Optional[Sequence[WorkflowCatalogServiceRequestCatalogItemDefinitionArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
idp_references: Optional[Sequence[WorkflowCatalogServiceRequestIdpReferenceArgs]] = None,
idps: Optional[Sequence[WorkflowCatalogServiceRequestIdpArgs]] = None,
input: Optional[str] = None,
label: Optional[str] = None,
messages: Optional[Sequence[WorkflowCatalogServiceRequestMessageArgs]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
operations: Optional[Sequence[WorkflowCatalogServiceRequestOperationArgs]] = None,
organizations: Optional[Sequence[WorkflowCatalogServiceRequestOrganizationArgs]] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowCatalogServiceRequestParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowCatalogServiceRequestPermissionResourceArgs]] = None,
selection_criteria_inputs: Optional[Sequence[WorkflowCatalogServiceRequestSelectionCriteriaInputArgs]] = None,
service_item_action_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemActionInstanceArgs]] = None,
service_item_instances: Optional[Sequence[WorkflowCatalogServiceRequestServiceItemInstanceArgs]] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[WorkflowCatalogServiceRequestTagArgs]] = None,
user_id_or_email: Optional[str] = None,
users: Optional[Sequence[WorkflowCatalogServiceRequestUserArgs]] = None,
version_contexts: Optional[Sequence[WorkflowCatalogServiceRequestVersionContextArgs]] = None,
workflow_catalog_service_request_id: Optional[str] = None) -> WorkflowCatalogServiceRequest
func GetWorkflowCatalogServiceRequest(ctx *Context, name string, id IDInput, state *WorkflowCatalogServiceRequestState, opts ...ResourceOption) (*WorkflowCatalogServiceRequest, error)
public static WorkflowCatalogServiceRequest Get(string name, Input<string> id, WorkflowCatalogServiceRequestState? state, CustomResourceOptions? opts = null)
public static WorkflowCatalogServiceRequest get(String name, Output<String> id, WorkflowCatalogServiceRequestState state, CustomResourceOptions options)
resources: _: type: intersight:WorkflowCatalogServiceRequest 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.
- Additional
Properties string - Ancestors
List<Workflow
Catalog Service Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Item List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- Description string
- The description for this catalog service request which provides information on request from the user.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time at which the service request completed or stopped.
- Idp
References List<WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
List<Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
List<Workflow
Catalog Service Request Operation> - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
List<Workflow
Catalog Service Request Organization> - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Workflow
Catalog Service Request Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<WorkflowCatalog Service Request Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Selection
Criteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> - This complex property has following sub-properties:
- Service
Item List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- Service
Item List<WorkflowInstances Catalog Service Request Service Item Instance> - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - List<Workflow
Catalog Service Request Tag> - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
List<Workflow
Catalog Service Request 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:
- Version
Contexts List<WorkflowCatalog Service Request Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Catalog stringService Request Id
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Workflow
Catalog Service Request Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalog
Item []WorkflowDefinitions Catalog Service Request Catalog Item Definition Args - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- Description string
- The description for this catalog service request which provides information on request from the user.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) The time at which the service request completed or stopped.
- Idp
References []WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
[]Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operations
[]Workflow
Catalog Service Request Operation Args - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- Organizations
[]Workflow
Catalog Service Request Organization Args - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Workflow
Catalog Service Request Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []WorkflowCatalog Service Request Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Selection
Criteria []WorkflowInputs Catalog Service Request Selection Criteria Input Args - This complex property has following sub-properties:
- Service
Item []WorkflowAction Instances Catalog Service Request Service Item Action Instance Args - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- Service
Item []WorkflowInstances Catalog Service Request Service Item Instance Args - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - []Workflow
Catalog Service Request Tag Args - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- Users
[]Workflow
Catalog Service Request 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:
- Version
Contexts []WorkflowCatalog Service Request Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Catalog stringService Request Id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Workflow
Catalog Service Request Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Item List<WorkflowDefinitions Catalog Service Request Catalog Item Definition> - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description String
- The description for this catalog service request which provides information on request from the user.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time at which the service request completed or stopped.
- idp
References List<WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
List<Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
List<Workflow
Catalog Service Request Operation> - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
List<Workflow
Catalog Service Request Organization> - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Workflow
Catalog Service Request Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<WorkflowCatalog Service Request Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection
Criteria List<WorkflowInputs Catalog Service Request Selection Criteria Input> - This complex property has following sub-properties:
- service
Item List<WorkflowAction Instances Catalog Service Request Service Item Action Instance> - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service
Item List<WorkflowInstances Catalog Service Request Service Item Instance> - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - List<Workflow
Catalog Service Request Tag> - This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
List<Workflow
Catalog Service Request 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:
- version
Contexts List<WorkflowCatalog Service Request Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Catalog StringService Request Id
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Workflow
Catalog Service Request Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Item WorkflowDefinitions Catalog Service Request Catalog Item Definition[] - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description string
- The description for this catalog service request which provides information on request from the user.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) The time at which the service request completed or stopped.
- idp
References WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
Workflow
Catalog Service Request Operation[] - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
Workflow
Catalog Service Request Organization[] - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Workflow
Catalog Service Request Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources WorkflowCatalog Service Request Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection
Criteria WorkflowInputs Catalog Service Request Selection Criteria Input[] - This complex property has following sub-properties:
- service
Item WorkflowAction Instances Catalog Service Request Service Item Action Instance[] - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service
Item WorkflowInstances Catalog Service Request Service Item Instance[] - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - Workflow
Catalog Service Request Tag[] - This complex property has following sub-properties:
- user
Id stringOr Email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
Workflow
Catalog Service Request 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:
- version
Contexts WorkflowCatalog Service Request Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Catalog stringService Request Id
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Workflow
Catalog Service Request Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog_
item_ Sequence[Workflowdefinitions Catalog Service Request Catalog Item Definition Args] - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description str
- The description for this catalog service request which provides information on request from the user.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) The time at which the service request completed or stopped.
- idp_
references Sequence[WorkflowCatalog Service Request 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
Catalog Service Request 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label str
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Sequence[Workflow
Catalog Service Request 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
- A name of the catalog service request instance.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations
Sequence[Workflow
Catalog Service Request Operation Args] - Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations
Sequence[Workflow
Catalog Service Request Organization Args] - (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Workflow
Catalog Service Request Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[WorkflowCatalog Service Request Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection_
criteria_ Sequence[Workflowinputs Catalog Service Request Selection Criteria Input Args] - This complex property has following sub-properties:
- service_
item_ Sequence[Workflowaction_ instances Catalog Service Request Service Item Action Instance Args] - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service_
item_ Sequence[Workflowinstances Catalog Service Request Service Item Instance Args] - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - Sequence[Workflow
Catalog Service Request Tag Args] - This complex property has following sub-properties:
- user_
id_ stror_ email - (ReadOnly) The user identifier who invoked the request to create the catalog service request.
- users
Sequence[Workflow
Catalog Service Request 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:
- version_
contexts Sequence[WorkflowCatalog Service Request Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_
catalog_ strservice_ request_ id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalog
Item List<Property Map>Definitions - A reference to a workflowCatalogItemDefinition resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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.
- description String
- The description for this catalog service request which provides information on request from the user.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) The time at which the service request completed or stopped.
- 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 catalog service request instance creation, format is specified by input definition of the catalog item definition.
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- 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
- A name of the catalog service request instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operations List<Property Map>
- Captures the operation to be performed as part of catalog service request. This complex property has following sub-properties:
- organizations List<Property Map>
- (ReadOnly) A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- selection
Criteria List<Property Map>Inputs - This complex property has following sub-properties:
- service
Item List<Property Map>Action Instances - (ReadOnly) An array of relationships to workflowServiceItemActionInstance resources. This complex property has following sub-properties:
- service
Item List<Property Map>Instances - (ReadOnly) An array of relationships to workflowServiceItemInstance resources. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) Status of the catalog service request instance which determines the actions that are allowed on this instance.*
NotCreated
- The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.*Okay
- The last action on the service item instance completed and the service item instance is in Okay state.*Decommissioned
- The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned. - 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 catalog service request.
- 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:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Catalog StringService Request Id
Supporting Types
WorkflowCatalogServiceRequestAncestor, WorkflowCatalogServiceRequestAncestorArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestCatalogItemDefinition, WorkflowCatalogServiceRequestCatalogItemDefinitionArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestIdp, WorkflowCatalogServiceRequestIdpArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestIdpReference, WorkflowCatalogServiceRequestIdpReferenceArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestMessage, WorkflowCatalogServiceRequestMessageArgs
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
- Service
Item stringName - (ReadOnly) The service item in which operation is perfomed.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
- Service
Item stringName - (ReadOnly) The service item in which operation is perfomed.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
- service
Item StringName - (ReadOnly) The service item in which operation is perfomed.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
- service
Item stringName - (ReadOnly) The service item in which operation is perfomed.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
- service_
item_ strname - (ReadOnly) The service item in which operation is perfomed.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
- service
Item StringName - (ReadOnly) The service item in which operation is perfomed.
- 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.
WorkflowCatalogServiceRequestOperation, WorkflowCatalogServiceRequestOperationArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Operation
Type string - Type of action operation to be performed on the service item.*
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Operation
Type string - Type of action operation to be performed on the service item.*
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operation
Type String - Type of action operation to be performed on the service item.*
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class
Id string - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operation
Type string - Type of action operation to be performed on the service item.*
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additional_
properties str - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class_
id str - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operation_
type str - Type of action operation to be performed on the service item.*
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operation
Type String - Type of action operation to be performed on the service item.*
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.*Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.*Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.*Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
WorkflowCatalogServiceRequestOrganization, WorkflowCatalogServiceRequestOrganizationArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestParent, WorkflowCatalogServiceRequestParentArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestPermissionResource, WorkflowCatalogServiceRequestPermissionResourceArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestSelectionCriteriaInput, WorkflowCatalogServiceRequestSelectionCriteriaInputArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Class
Id string - Filter
Conditions List<WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Class
Id string - Filter
Conditions []WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class
Id String - filter
Conditions List<WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class
Id string - filter
Conditions WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class_
id str - filter_
conditions Sequence[WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
WorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition, WorkflowCatalogServiceRequestSelectionCriteriaInputFilterConditionArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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).
WorkflowCatalogServiceRequestServiceItemActionInstance, WorkflowCatalogServiceRequestServiceItemActionInstanceArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestServiceItemInstance, WorkflowCatalogServiceRequestServiceItemInstanceArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestTag, WorkflowCatalogServiceRequestTagArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
WorkflowCatalogServiceRequestUser, WorkflowCatalogServiceRequestUserArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestVersionContext, WorkflowCatalogServiceRequestVersionContextArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Class
Id string - Interested
Mos List<WorkflowCatalog Service Request 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<WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - Class
Id string - Interested
Mos []WorkflowCatalog Service Request 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 []WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class
Id String - interested
Mos List<WorkflowCatalog Service Request 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<WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class
Id string - interested
Mos WorkflowCatalog Service Request 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 WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - class_
id str - interested_
mos Sequence[WorkflowCatalog Service Request 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[WorkflowCatalog Service Request 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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.
WorkflowCatalogServiceRequestVersionContextInterestedMo, WorkflowCatalogServiceRequestVersionContextInterestedMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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'.
WorkflowCatalogServiceRequestVersionContextRefMo, WorkflowCatalogServiceRequestVersionContextRefMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.OperationTypeDecommission workflow.OperationTypeDeployment workflow.OperationTypePostDeployment - 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_catalog_service_request
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/workflowCatalogServiceRequest:WorkflowCatalogServiceRequest 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.