intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowServiceItemActionInstance
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Service item action instance which represents one action on a service item instance.
Using getWorkflowServiceItemActionInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkflowServiceItemActionInstance(args: GetWorkflowServiceItemActionInstanceArgs, opts?: InvokeOptions): Promise<GetWorkflowServiceItemActionInstanceResult>
function getWorkflowServiceItemActionInstanceOutput(args: GetWorkflowServiceItemActionInstanceOutputArgs, opts?: InvokeOptions): Output<GetWorkflowServiceItemActionInstanceResult>def get_workflow_service_item_action_instance(account_moid: Optional[str] = None,
                                              action: Optional[str] = None,
                                              action_workflow_info: Optional[GetWorkflowServiceItemActionInstanceActionWorkflowInfo] = None,
                                              additional_properties: Optional[str] = None,
                                              ancestors: Optional[Sequence[GetWorkflowServiceItemActionInstanceAncestor]] = None,
                                              catalog_service_requests: Optional[Sequence[GetWorkflowServiceItemActionInstanceCatalogServiceRequest]] = None,
                                              class_id: Optional[str] = None,
                                              create_time: Optional[str] = None,
                                              domain_group_moid: Optional[str] = None,
                                              end_time: Optional[str] = None,
                                              id: Optional[str] = None,
                                              idp: Optional[GetWorkflowServiceItemActionInstanceIdp] = None,
                                              idp_reference: Optional[GetWorkflowServiceItemActionInstanceIdpReference] = None,
                                              input: Optional[str] = None,
                                              last_action: Optional[str] = None,
                                              messages: Optional[Sequence[GetWorkflowServiceItemActionInstanceMessage]] = None,
                                              mod_time: Optional[str] = None,
                                              moid: Optional[str] = None,
                                              name: Optional[str] = None,
                                              object_type: Optional[str] = None,
                                              owners: Optional[Sequence[str]] = None,
                                              parent: Optional[GetWorkflowServiceItemActionInstanceParent] = None,
                                              permission_resources: Optional[Sequence[GetWorkflowServiceItemActionInstancePermissionResource]] = None,
                                              resourcelifecycle_status: Optional[str] = None,
                                              selection_criteria_inputs: Optional[Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInput]] = None,
                                              service_item_action_definition: Optional[GetWorkflowServiceItemActionInstanceServiceItemActionDefinition] = None,
                                              service_item_definition: Optional[GetWorkflowServiceItemActionInstanceServiceItemDefinition] = None,
                                              service_item_instance: Optional[GetWorkflowServiceItemActionInstanceServiceItemInstance] = None,
                                              service_request_input: Optional[str] = None,
                                              shared_scope: Optional[str] = None,
                                              start_time: Optional[str] = None,
                                              status: Optional[str] = None,
                                              stop_workflow_info: Optional[GetWorkflowServiceItemActionInstanceStopWorkflowInfo] = None,
                                              tags: Optional[Sequence[GetWorkflowServiceItemActionInstanceTag]] = None,
                                              user: Optional[GetWorkflowServiceItemActionInstanceUser] = None,
                                              user_id_or_email: Optional[str] = None,
                                              validation_workflow_info: Optional[GetWorkflowServiceItemActionInstanceValidationWorkflowInfo] = None,
                                              version_context: Optional[GetWorkflowServiceItemActionInstanceVersionContext] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetWorkflowServiceItemActionInstanceResult
def get_workflow_service_item_action_instance_output(account_moid: Optional[pulumi.Input[str]] = None,
                                              action: Optional[pulumi.Input[str]] = None,
                                              action_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceActionWorkflowInfoArgs]] = None,
                                              additional_properties: Optional[pulumi.Input[str]] = None,
                                              ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceAncestorArgs]]]] = None,
                                              catalog_service_requests: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceCatalogServiceRequestArgs]]]] = None,
                                              class_id: Optional[pulumi.Input[str]] = None,
                                              create_time: Optional[pulumi.Input[str]] = None,
                                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                                              end_time: Optional[pulumi.Input[str]] = None,
                                              id: Optional[pulumi.Input[str]] = None,
                                              idp: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceIdpArgs]] = None,
                                              idp_reference: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceIdpReferenceArgs]] = None,
                                              input: Optional[pulumi.Input[str]] = None,
                                              last_action: Optional[pulumi.Input[str]] = None,
                                              messages: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceMessageArgs]]]] = None,
                                              mod_time: Optional[pulumi.Input[str]] = None,
                                              moid: Optional[pulumi.Input[str]] = None,
                                              name: Optional[pulumi.Input[str]] = None,
                                              object_type: Optional[pulumi.Input[str]] = None,
                                              owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              parent: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceParentArgs]] = None,
                                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstancePermissionResourceArgs]]]] = None,
                                              resourcelifecycle_status: Optional[pulumi.Input[str]] = None,
                                              selection_criteria_inputs: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceSelectionCriteriaInputArgs]]]] = None,
                                              service_item_action_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs]] = None,
                                              service_item_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemDefinitionArgs]] = None,
                                              service_item_instance: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemInstanceArgs]] = None,
                                              service_request_input: Optional[pulumi.Input[str]] = None,
                                              shared_scope: Optional[pulumi.Input[str]] = None,
                                              start_time: Optional[pulumi.Input[str]] = None,
                                              status: Optional[pulumi.Input[str]] = None,
                                              stop_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceStopWorkflowInfoArgs]] = None,
                                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceTagArgs]]]] = None,
                                              user: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceUserArgs]] = None,
                                              user_id_or_email: Optional[pulumi.Input[str]] = None,
                                              validation_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceValidationWorkflowInfoArgs]] = None,
                                              version_context: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceVersionContextArgs]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowServiceItemActionInstanceResult]func LookupWorkflowServiceItemActionInstance(ctx *Context, args *LookupWorkflowServiceItemActionInstanceArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemActionInstanceResult, error)
func LookupWorkflowServiceItemActionInstanceOutput(ctx *Context, args *LookupWorkflowServiceItemActionInstanceOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemActionInstanceResultOutput> Note: This function is named LookupWorkflowServiceItemActionInstance in the Go SDK.
public static class GetWorkflowServiceItemActionInstance 
{
    public static Task<GetWorkflowServiceItemActionInstanceResult> InvokeAsync(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowServiceItemActionInstanceResult> Invoke(GetWorkflowServiceItemActionInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
public static Output<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowServiceItemActionInstance:getWorkflowServiceItemActionInstance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- ActionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- AdditionalProperties string
- Ancestors
List<GetWorkflow Service Item Action Instance Ancestor> 
- CatalogService List<GetRequests Workflow Service Item Action Instance Catalog Service Request> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time when the action was stopped or completed execution last time.
- Id string
- Idp
GetWorkflow Service Item Action Instance Idp 
- IdpReference GetWorkflow Service Item Action Instance Idp Reference 
- Input string
- LastAction string
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- Messages
List<GetWorkflow Service Item Action Instance Message> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Service Item Action Instance Parent 
- PermissionResources List<GetWorkflow Service Item Action Instance Permission Resource> 
- ResourcelifecycleStatus string
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- SelectionCriteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> 
- ServiceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- ServiceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- ServiceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- ServiceRequest stringInput 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time when the action was started for execution last time.
- Status string
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- StopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
List<GetWorkflow Service Item Action Instance Tag> 
- User
GetWorkflow Service Item Action Instance User 
- UserId stringOr Email 
- The user identifier who invoked the request to create the service item instance.
- ValidationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- VersionContext GetWorkflow Service Item Action Instance Version Context 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- ActionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- AdditionalProperties string
- Ancestors
[]GetWorkflow Service Item Action Instance Ancestor 
- CatalogService []GetRequests Workflow Service Item Action Instance Catalog Service Request 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time when the action was stopped or completed execution last time.
- Id string
- Idp
GetWorkflow Service Item Action Instance Idp 
- IdpReference GetWorkflow Service Item Action Instance Idp Reference 
- Input string
- LastAction string
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- Messages
[]GetWorkflow Service Item Action Instance Message 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- ObjectType string
- Owners []string
- Parent
GetWorkflow Service Item Action Instance Parent 
- PermissionResources []GetWorkflow Service Item Action Instance Permission Resource 
- ResourcelifecycleStatus string
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- SelectionCriteria []GetInputs Workflow Service Item Action Instance Selection Criteria Input 
- ServiceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- ServiceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- ServiceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- ServiceRequest stringInput 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time when the action was started for execution last time.
- Status string
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- StopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
[]GetWorkflow Service Item Action Instance Tag 
- User
GetWorkflow Service Item Action Instance User 
- UserId stringOr Email 
- The user identifier who invoked the request to create the service item instance.
- ValidationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- VersionContext GetWorkflow Service Item Action Instance Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- actionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- additionalProperties String
- ancestors
List<GetWorkflow Service Item Action Instance Ancestor> 
- catalogService List<GetRequests Workflow Service Item Action Instance Catalog Service Request> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time when the action was stopped or completed execution last time.
- id String
- idp
GetWorkflow Service Item Action Instance Idp 
- idpReference GetWorkflow Service Item Action Instance Idp Reference 
- input String
- lastAction String
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages
List<GetWorkflow Service Item Action Instance Message> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- objectType String
- owners List<String>
- parent
GetWorkflow Service Item Action Instance Parent 
- permissionResources List<GetWorkflow Service Item Action Instance Permission Resource> 
- resourcelifecycleStatus String
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selectionCriteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> 
- serviceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- serviceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- serviceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- serviceRequest StringInput 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time when the action was started for execution last time.
- status String
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
List<GetWorkflow Service Item Action Instance Tag> 
- user
GetWorkflow Service Item Action Instance User 
- userId StringOr Email 
- The user identifier who invoked the request to create the service item instance.
- validationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- versionContext GetWorkflow Service Item Action Instance Version Context 
- accountMoid string
- The Account ID for this managed object.
- action string
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- actionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- additionalProperties string
- ancestors
GetWorkflow Service Item Action Instance Ancestor[] 
- catalogService GetRequests Workflow Service Item Action Instance Catalog Service Request[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time when the action was stopped or completed execution last time.
- id string
- idp
GetWorkflow Service Item Action Instance Idp 
- idpReference GetWorkflow Service Item Action Instance Idp Reference 
- input string
- lastAction string
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages
GetWorkflow Service Item Action Instance Message[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- objectType string
- owners string[]
- parent
GetWorkflow Service Item Action Instance Parent 
- permissionResources GetWorkflow Service Item Action Instance Permission Resource[] 
- resourcelifecycleStatus string
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selectionCriteria GetInputs Workflow Service Item Action Instance Selection Criteria Input[] 
- serviceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- serviceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- serviceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- serviceRequest stringInput 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime string
- The time when the action was started for execution last time.
- status string
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
GetWorkflow Service Item Action Instance Tag[] 
- user
GetWorkflow Service Item Action Instance User 
- userId stringOr Email 
- The user identifier who invoked the request to create the service item instance.
- validationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- versionContext GetWorkflow Service Item Action Instance Version Context 
- account_moid str
- The Account ID for this managed object.
- action str
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- action_workflow_ Getinfo Workflow Service Item Action Instance Action Workflow Info 
- additional_properties str
- ancestors
Sequence[GetWorkflow Service Item Action Instance Ancestor] 
- catalog_service_ Sequence[Getrequests Workflow Service Item Action Instance Catalog Service Request] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time when the action was stopped or completed execution last time.
- id str
- idp
GetWorkflow Service Item Action Instance Idp 
- idp_reference GetWorkflow Service Item Action Instance Idp Reference 
- input str
- last_action str
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages
Sequence[GetWorkflow Service Item Action Instance Message] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Service Item Action Instance Parent 
- permission_resources Sequence[GetWorkflow Service Item Action Instance Permission Resource] 
- resourcelifecycle_status str
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selection_criteria_ Sequence[Getinputs Workflow Service Item Action Instance Selection Criteria Input] 
- service_item_ Getaction_ definition Workflow Service Item Action Instance Service Item Action Definition 
- service_item_ Getdefinition Workflow Service Item Action Instance Service Item Definition 
- service_item_ Getinstance Workflow Service Item Action Instance Service Item Instance 
- service_request_ strinput 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_time str
- The time when the action was started for execution last time.
- status str
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stop_workflow_ Getinfo Workflow Service Item Action Instance Stop Workflow Info 
- 
Sequence[GetWorkflow Service Item Action Instance Tag] 
- user
GetWorkflow Service Item Action Instance User 
- user_id_ stror_ email 
- The user identifier who invoked the request to create the service item instance.
- validation_workflow_ Getinfo Workflow Service Item Action Instance Validation Workflow Info 
- version_context GetWorkflow Service Item Action Instance Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- actionWorkflow Property MapInfo 
- additionalProperties String
- ancestors List<Property Map>
- catalogService List<Property Map>Requests 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time when the action was stopped or completed execution last time.
- id String
- idp Property Map
- idpReference Property Map
- input String
- lastAction String
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- resourcelifecycleStatus String
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selectionCriteria List<Property Map>Inputs 
- serviceItem Property MapAction Definition 
- serviceItem Property MapDefinition 
- serviceItem Property MapInstance 
- serviceRequest StringInput 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time when the action was started for execution last time.
- status String
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stopWorkflow Property MapInfo 
- List<Property Map>
- user Property Map
- userId StringOr Email 
- The user identifier who invoked the request to create the service item instance.
- validationWorkflow Property MapInfo 
- versionContext Property Map
getWorkflowServiceItemActionInstance Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Service Item Action Instance Result> 
- AccountMoid string
- Action string
- ActionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- AdditionalProperties string
- Ancestors
List<GetWorkflow Service Item Action Instance Ancestor> 
- CatalogService List<GetRequests Workflow Service Item Action Instance Catalog Service Request> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EndTime string
- Idp
GetWorkflow Service Item Action Instance Idp 
- IdpReference GetWorkflow Service Item Action Instance Idp Reference 
- Input string
- LastAction string
- Messages
List<GetWorkflow Service Item Action Instance Message> 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Service Item Action Instance Parent 
- PermissionResources List<GetWorkflow Service Item Action Instance Permission Resource> 
- ResourcelifecycleStatus string
- SelectionCriteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> 
- ServiceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- ServiceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- ServiceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- ServiceRequest stringInput 
- string
- StartTime string
- Status string
- StopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
List<GetWorkflow Service Item Action Instance Tag> 
- User
GetWorkflow Service Item Action Instance User 
- UserId stringOr Email 
- ValidationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- VersionContext GetWorkflow Service Item Action Instance Version Context 
- Id string
- Results
[]GetWorkflow Service Item Action Instance Result 
- AccountMoid string
- Action string
- ActionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- AdditionalProperties string
- Ancestors
[]GetWorkflow Service Item Action Instance Ancestor 
- CatalogService []GetRequests Workflow Service Item Action Instance Catalog Service Request 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EndTime string
- Idp
GetWorkflow Service Item Action Instance Idp 
- IdpReference GetWorkflow Service Item Action Instance Idp Reference 
- Input string
- LastAction string
- Messages
[]GetWorkflow Service Item Action Instance Message 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetWorkflow Service Item Action Instance Parent 
- PermissionResources []GetWorkflow Service Item Action Instance Permission Resource 
- ResourcelifecycleStatus string
- SelectionCriteria []GetInputs Workflow Service Item Action Instance Selection Criteria Input 
- ServiceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- ServiceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- ServiceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- ServiceRequest stringInput 
- string
- StartTime string
- Status string
- StopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
[]GetWorkflow Service Item Action Instance Tag 
- User
GetWorkflow Service Item Action Instance User 
- UserId stringOr Email 
- ValidationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- VersionContext GetWorkflow Service Item Action Instance Version Context 
- id String
- results
List<GetWorkflow Service Item Action Instance Result> 
- accountMoid String
- action String
- actionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- additionalProperties String
- ancestors
List<GetWorkflow Service Item Action Instance Ancestor> 
- catalogService List<GetRequests Workflow Service Item Action Instance Catalog Service Request> 
- classId String
- createTime String
- domainGroup StringMoid 
- endTime String
- idp
GetWorkflow Service Item Action Instance Idp 
- idpReference GetWorkflow Service Item Action Instance Idp Reference 
- input String
- lastAction String
- messages
List<GetWorkflow Service Item Action Instance Message> 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetWorkflow Service Item Action Instance Parent 
- permissionResources List<GetWorkflow Service Item Action Instance Permission Resource> 
- resourcelifecycleStatus String
- selectionCriteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> 
- serviceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- serviceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- serviceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- serviceRequest StringInput 
- String
- startTime String
- status String
- stopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
List<GetWorkflow Service Item Action Instance Tag> 
- user
GetWorkflow Service Item Action Instance User 
- userId StringOr Email 
- validationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- versionContext GetWorkflow Service Item Action Instance Version Context 
- id string
- results
GetWorkflow Service Item Action Instance Result[] 
- accountMoid string
- action string
- actionWorkflow GetInfo Workflow Service Item Action Instance Action Workflow Info 
- additionalProperties string
- ancestors
GetWorkflow Service Item Action Instance Ancestor[] 
- catalogService GetRequests Workflow Service Item Action Instance Catalog Service Request[] 
- classId string
- createTime string
- domainGroup stringMoid 
- endTime string
- idp
GetWorkflow Service Item Action Instance Idp 
- idpReference GetWorkflow Service Item Action Instance Idp Reference 
- input string
- lastAction string
- messages
GetWorkflow Service Item Action Instance Message[] 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetWorkflow Service Item Action Instance Parent 
- permissionResources GetWorkflow Service Item Action Instance Permission Resource[] 
- resourcelifecycleStatus string
- selectionCriteria GetInputs Workflow Service Item Action Instance Selection Criteria Input[] 
- serviceItem GetAction Definition Workflow Service Item Action Instance Service Item Action Definition 
- serviceItem GetDefinition Workflow Service Item Action Instance Service Item Definition 
- serviceItem GetInstance Workflow Service Item Action Instance Service Item Instance 
- serviceRequest stringInput 
- string
- startTime string
- status string
- stopWorkflow GetInfo Workflow Service Item Action Instance Stop Workflow Info 
- 
GetWorkflow Service Item Action Instance Tag[] 
- user
GetWorkflow Service Item Action Instance User 
- userId stringOr Email 
- validationWorkflow GetInfo Workflow Service Item Action Instance Validation Workflow Info 
- versionContext GetWorkflow Service Item Action Instance Version Context 
- id str
- results
Sequence[GetWorkflow Service Item Action Instance Result] 
- account_moid str
- action str
- action_workflow_ Getinfo Workflow Service Item Action Instance Action Workflow Info 
- additional_properties str
- ancestors
Sequence[GetWorkflow Service Item Action Instance Ancestor] 
- catalog_service_ Sequence[Getrequests Workflow Service Item Action Instance Catalog Service Request] 
- class_id str
- create_time str
- domain_group_ strmoid 
- end_time str
- idp
GetWorkflow Service Item Action Instance Idp 
- idp_reference GetWorkflow Service Item Action Instance Idp Reference 
- input str
- last_action str
- messages
Sequence[GetWorkflow Service Item Action Instance Message] 
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Service Item Action Instance Parent 
- permission_resources Sequence[GetWorkflow Service Item Action Instance Permission Resource] 
- resourcelifecycle_status str
- selection_criteria_ Sequence[Getinputs Workflow Service Item Action Instance Selection Criteria Input] 
- service_item_ Getaction_ definition Workflow Service Item Action Instance Service Item Action Definition 
- service_item_ Getdefinition Workflow Service Item Action Instance Service Item Definition 
- service_item_ Getinstance Workflow Service Item Action Instance Service Item Instance 
- service_request_ strinput 
- str
- start_time str
- status str
- stop_workflow_ Getinfo Workflow Service Item Action Instance Stop Workflow Info 
- 
Sequence[GetWorkflow Service Item Action Instance Tag] 
- user
GetWorkflow Service Item Action Instance User 
- user_id_ stror_ email 
- validation_workflow_ Getinfo Workflow Service Item Action Instance Validation Workflow Info 
- version_context GetWorkflow Service Item Action Instance Version Context 
- id String
- results List<Property Map>
- accountMoid String
- action String
- actionWorkflow Property MapInfo 
- additionalProperties String
- ancestors List<Property Map>
- catalogService List<Property Map>Requests 
- classId String
- createTime String
- domainGroup StringMoid 
- endTime String
- idp Property Map
- idpReference Property Map
- input String
- lastAction String
- messages List<Property Map>
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- resourcelifecycleStatus String
- selectionCriteria List<Property Map>Inputs 
- serviceItem Property MapAction Definition 
- serviceItem Property MapDefinition 
- serviceItem Property MapInstance 
- serviceRequest StringInput 
- String
- startTime String
- status String
- stopWorkflow Property MapInfo 
- List<Property Map>
- user Property Map
- userId StringOr Email 
- validationWorkflow Property MapInfo 
- versionContext Property Map
Supporting Types
GetWorkflowServiceItemActionInstanceActionWorkflowInfo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceAncestor      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceCatalogServiceRequest        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceIdp      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceIdpReference       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceMessage      
- ActionOperation string
- 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.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- CreateTime string
- The time when this managed object was created.
- Message string
- An i18n message which can be localized and conveys status on the action.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Severity string
- 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.
 
- ActionOperation string
- 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.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- CreateTime string
- The time when this managed object was created.
- Message string
- An i18n message which can be localized and conveys status on the action.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Severity string
- 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.
 
- actionOperation String
- 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- createTime String
- The time when this managed object was created.
- message String
- An i18n message which can be localized and conveys status on the action.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity String
- 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.
 
- actionOperation string
- 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.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- createTime string
- The time when this managed object was created.
- message string
- An i18n message which can be localized and conveys status on the action.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity string
- 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
- The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.- None- No action is set, this is the default value for action field.
- Validate- Validate the action instance inputs and run the validation workflows.
- Start- Start a new execution of the action instance.
- Rerun- Rerun the service item action instance from the beginning.
- Retry- Retry the workflow that has failed from the failure point.
- Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
- Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- create_time str
- The time when this managed object was created.
- message str
- An i18n message which can be localized and conveys status on the action.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity str
- 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.
 
- actionOperation String
- 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- createTime String
- The time when this managed object was created.
- message String
- An i18n message which can be localized and conveys status on the action.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity String
- 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.
 
GetWorkflowServiceItemActionInstanceParent      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstancePermissionResource       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceResult      
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- ActionWorkflow List<GetInfos Workflow Service Item Action Instance Result Action Workflow Info> 
- AdditionalProperties string
- Ancestors
List<GetWorkflow Service Item Action Instance Result Ancestor> 
- CatalogService List<GetRequests Workflow Service Item Action Instance Result Catalog Service Request> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time when the action was stopped or completed execution last time.
- IdpReferences List<GetWorkflow Service Item Action Instance Result Idp Reference> 
- Idps
List<GetWorkflow Service Item Action Instance Result Idp> 
- Input string
- LastAction string
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- Messages
List<GetWorkflow Service Item Action Instance Result Message> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- ObjectType string
- Owners List<string>
- Parents
List<GetWorkflow Service Item Action Instance Result Parent> 
- PermissionResources List<GetWorkflow Service Item Action Instance Result Permission Resource> 
- ResourcelifecycleStatus string
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- SelectionCriteria List<GetInputs Workflow Service Item Action Instance Result Selection Criteria Input> 
- ServiceItem List<GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition> 
- ServiceItem List<GetDefinitions Workflow Service Item Action Instance Result Service Item Definition> 
- ServiceItem List<GetInstances Workflow Service Item Action Instance Result Service Item Instance> 
- ServiceRequest stringInput 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time when the action was started for execution last time.
- Status string
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- StopWorkflow List<GetInfos Workflow Service Item Action Instance Result Stop Workflow Info> 
- 
List<GetWorkflow Service Item Action Instance Result Tag> 
- UserId stringOr Email 
- The user identifier who invoked the request to create the service item instance.
- Users
List<GetWorkflow Service Item Action Instance Result User> 
- ValidationWorkflow List<GetInfos Workflow Service Item Action Instance Result Validation Workflow Info> 
- VersionContexts List<GetWorkflow Service Item Action Instance Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- ActionWorkflow []GetInfos Workflow Service Item Action Instance Result Action Workflow Info 
- AdditionalProperties string
- Ancestors
[]GetWorkflow Service Item Action Instance Result Ancestor 
- CatalogService []GetRequests Workflow Service Item Action Instance Result Catalog Service Request 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time when the action was stopped or completed execution last time.
- IdpReferences []GetWorkflow Service Item Action Instance Result Idp Reference 
- Idps
[]GetWorkflow Service Item Action Instance Result Idp 
- Input string
- LastAction string
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- Messages
[]GetWorkflow Service Item Action Instance Result Message 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- ObjectType string
- Owners []string
- Parents
[]GetWorkflow Service Item Action Instance Result Parent 
- PermissionResources []GetWorkflow Service Item Action Instance Result Permission Resource 
- ResourcelifecycleStatus string
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- SelectionCriteria []GetInputs Workflow Service Item Action Instance Result Selection Criteria Input 
- ServiceItem []GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition 
- ServiceItem []GetDefinitions Workflow Service Item Action Instance Result Service Item Definition 
- ServiceItem []GetInstances Workflow Service Item Action Instance Result Service Item Instance 
- ServiceRequest stringInput 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time when the action was started for execution last time.
- Status string
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- StopWorkflow []GetInfos Workflow Service Item Action Instance Result Stop Workflow Info 
- 
[]GetWorkflow Service Item Action Instance Result Tag 
- UserId stringOr Email 
- The user identifier who invoked the request to create the service item instance.
- Users
[]GetWorkflow Service Item Action Instance Result User 
- ValidationWorkflow []GetInfos Workflow Service Item Action Instance Result Validation Workflow Info 
- VersionContexts []GetWorkflow Service Item Action Instance Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- actionWorkflow List<GetInfos Workflow Service Item Action Instance Result Action Workflow Info> 
- additionalProperties String
- ancestors
List<GetWorkflow Service Item Action Instance Result Ancestor> 
- catalogService List<GetRequests Workflow Service Item Action Instance Result Catalog Service Request> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time when the action was stopped or completed execution last time.
- idpReferences List<GetWorkflow Service Item Action Instance Result Idp Reference> 
- idps
List<GetWorkflow Service Item Action Instance Result Idp> 
- input String
- lastAction String
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages
List<GetWorkflow Service Item Action Instance Result Message> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- objectType String
- owners List<String>
- parents
List<GetWorkflow Service Item Action Instance Result Parent> 
- permissionResources List<GetWorkflow Service Item Action Instance Result Permission Resource> 
- resourcelifecycleStatus String
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selectionCriteria List<GetInputs Workflow Service Item Action Instance Result Selection Criteria Input> 
- serviceItem List<GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition> 
- serviceItem List<GetDefinitions Workflow Service Item Action Instance Result Service Item Definition> 
- serviceItem List<GetInstances Workflow Service Item Action Instance Result Service Item Instance> 
- serviceRequest StringInput 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time when the action was started for execution last time.
- status String
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stopWorkflow List<GetInfos Workflow Service Item Action Instance Result Stop Workflow Info> 
- 
List<GetWorkflow Service Item Action Instance Result Tag> 
- userId StringOr Email 
- The user identifier who invoked the request to create the service item instance.
- users
List<GetWorkflow Service Item Action Instance Result User> 
- validationWorkflow List<GetInfos Workflow Service Item Action Instance Result Validation Workflow Info> 
- versionContexts List<GetWorkflow Service Item Action Instance Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- action string
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- actionWorkflow GetInfos Workflow Service Item Action Instance Result Action Workflow Info[] 
- additionalProperties string
- ancestors
GetWorkflow Service Item Action Instance Result Ancestor[] 
- catalogService GetRequests Workflow Service Item Action Instance Result Catalog Service Request[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time when the action was stopped or completed execution last time.
- idpReferences GetWorkflow Service Item Action Instance Result Idp Reference[] 
- idps
GetWorkflow Service Item Action Instance Result Idp[] 
- input string
- lastAction string
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages
GetWorkflow Service Item Action Instance Result Message[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- objectType string
- owners string[]
- parents
GetWorkflow Service Item Action Instance Result Parent[] 
- permissionResources GetWorkflow Service Item Action Instance Result Permission Resource[] 
- resourcelifecycleStatus string
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selectionCriteria GetInputs Workflow Service Item Action Instance Result Selection Criteria Input[] 
- serviceItem GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition[] 
- serviceItem GetDefinitions Workflow Service Item Action Instance Result Service Item Definition[] 
- serviceItem GetInstances Workflow Service Item Action Instance Result Service Item Instance[] 
- serviceRequest stringInput 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime string
- The time when the action was started for execution last time.
- status string
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stopWorkflow GetInfos Workflow Service Item Action Instance Result Stop Workflow Info[] 
- 
GetWorkflow Service Item Action Instance Result Tag[] 
- userId stringOr Email 
- The user identifier who invoked the request to create the service item instance.
- users
GetWorkflow Service Item Action Instance Result User[] 
- validationWorkflow GetInfos Workflow Service Item Action Instance Result Validation Workflow Info[] 
- versionContexts GetWorkflow Service Item Action Instance Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- action str
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- action_workflow_ Sequence[Getinfos Workflow Service Item Action Instance Result Action Workflow Info] 
- additional_properties str
- ancestors
Sequence[GetWorkflow Service Item Action Instance Result Ancestor] 
- catalog_service_ Sequence[Getrequests Workflow Service Item Action Instance Result Catalog Service Request] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time when the action was stopped or completed execution last time.
- idp_references Sequence[GetWorkflow Service Item Action Instance Result Idp Reference] 
- idps
Sequence[GetWorkflow Service Item Action Instance Result Idp] 
- input str
- last_action str
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages
Sequence[GetWorkflow Service Item Action Instance Result Message] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetWorkflow Service Item Action Instance Result Parent] 
- permission_resources Sequence[GetWorkflow Service Item Action Instance Result Permission Resource] 
- resourcelifecycle_status str
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selection_criteria_ Sequence[Getinputs Workflow Service Item Action Instance Result Selection Criteria Input] 
- service_item_ Sequence[Getaction_ definitions Workflow Service Item Action Instance Result Service Item Action Definition] 
- service_item_ Sequence[Getdefinitions Workflow Service Item Action Instance Result Service Item Definition] 
- service_item_ Sequence[Getinstances Workflow Service Item Action Instance Result Service Item Instance] 
- service_request_ strinput 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_time str
- The time when the action was started for execution last time.
- status str
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stop_workflow_ Sequence[Getinfos Workflow Service Item Action Instance Result Stop Workflow Info] 
- 
Sequence[GetWorkflow Service Item Action Instance Result Tag] 
- user_id_ stror_ email 
- The user identifier who invoked the request to create the service item instance.
- users
Sequence[GetWorkflow Service Item Action Instance Result User] 
- validation_workflow_ Sequence[Getinfos Workflow Service Item Action Instance Result Validation Workflow Info] 
- version_contexts Sequence[GetWorkflow Service Item Action Instance Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- actionWorkflow List<Property Map>Infos 
- additionalProperties String
- ancestors List<Property Map>
- catalogService List<Property Map>Requests 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time when the action was stopped or completed execution last time.
- idpReferences List<Property Map>
- idps List<Property Map>
- input String
- lastAction String
- The last action that was issued on the action definition workflows is saved in this property.* None- No action is set, this is the default value for action field.*Validate- Validate the action instance inputs and run the validation workflows.*Start- Start a new execution of the action instance.*Rerun- Rerun the service item action instance from the beginning.*Retry- Retry the workflow that has failed from the failure point.*Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- messages List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- resourcelifecycleStatus String
- Lifecycle state of service item instance.* Creating- The service item is not yet created and creation action is in progress.*Created- The service item is created.*Decommissioning- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned- The service item is decommisioned.*Deleting- The service item is not yet deleted and deletion action is in progress.*Deleted- The service item is deleted.*Failed- The service item action is failed to perform the operation.
- selectionCriteria List<Property Map>Inputs 
- serviceItem List<Property Map>Action Definitions 
- serviceItem List<Property Map>Definitions 
- serviceItem List<Property Map>Instances 
- serviceRequest StringInput 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time when the action was started for execution last time.
- status String
- State of the service item action instance.* NotStarted- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed- The action on the service item instance failed and can be retried.*Completed- The action on the service item instance completed successfully.*Stopping- The stop action is running on the action instance.*Stopped- The action on the service item instance has stopped.
- stopWorkflow List<Property Map>Infos 
- List<Property Map>
- userId StringOr Email 
- The user identifier who invoked the request to create the service item instance.
- users List<Property Map>
- validationWorkflow List<Property Map>Infos 
- versionContexts List<Property Map>
GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultAncestor       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultIdp       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultIdpReference        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultMessage       
- ActionOperation string
- AdditionalProperties string
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Message string
- ObjectType string
- Severity string
- ActionOperation string
- AdditionalProperties string
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Message string
- ObjectType string
- Severity string
- actionOperation String
- additionalProperties String
- classId String
- createTime String
- The time when this managed object was created.
- message String
- objectType String
- severity String
- actionOperation string
- additionalProperties string
- classId string
- createTime string
- The time when this managed object was created.
- message string
- objectType string
- severity string
- action_operation str
- additional_properties str
- class_id str
- create_time str
- The time when this managed object was created.
- message str
- object_type str
- severity str
- actionOperation String
- additionalProperties String
- classId String
- createTime String
- The time when this managed object was created.
- message String
- objectType String
- severity String
GetWorkflowServiceItemActionInstanceResultParent       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultPermissionResource        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput         
- additionalProperties String
- classId String
- filterConditions List<Property Map>
- inputName String
- inputValue String
- objectType String
GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition           
- AdditionalProperties string
- ClassId string
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- objectType String
- selector String
- additionalProperties string
- classId string
- objectType string
- selector string
- additional_properties str
- class_id str
- object_type str
- selector str
- additionalProperties String
- classId String
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultServiceItemDefinition         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultServiceItemInstance         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultTag       
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowServiceItemActionInstanceResultUser       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceResultVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemActionInstanceSelectionCriteriaInput        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilterConditions List<GetWorkflow Service Item Action Instance Selection Criteria Input Filter Condition> 
- InputName string
- Name of the Policy Input.
- InputValue string
- The value extracted from the filter conditions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilterConditions []GetWorkflow Service Item Action Instance Selection Criteria Input Filter Condition 
- InputName string
- Name of the Policy Input.
- InputValue string
- The value extracted from the filter conditions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filterConditions List<GetWorkflow Service Item Action Instance Selection Criteria Input Filter Condition> 
- inputName String
- Name of the Policy Input.
- inputValue String
- The value extracted from the filter conditions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filterConditions GetWorkflow Service Item Action Instance Selection Criteria Input Filter Condition[] 
- inputName string
- Name of the Policy Input.
- inputValue string
- The value extracted from the filter conditions.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- 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.
- filter_conditions Sequence[GetWorkflow Service Item Action Instance Selection Criteria Input Filter Condition] 
- input_name str
- Name of the Policy Input.
- input_value str
- 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filterConditions List<Property Map>
- inputName String
- Name of the Policy Input.
- inputValue String
- The value extracted from the filter conditions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition          
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType 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).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType 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).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType 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).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additional_properties str
- class_id str
- 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.
- 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).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType 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).
GetWorkflowServiceItemActionInstanceServiceItemActionDefinition         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceServiceItemDefinition        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceServiceItemInstance        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceStopWorkflowInfo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceTag      
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowServiceItemActionInstanceUser      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceValidationWorkflowInfo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceVersionContext       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Service Item Action Instance Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Service Item Action Instance Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Service Item Action Instance Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Service Item Action Instance Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Service Item Action Instance Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Service Item Action Instance Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Service Item Action Instance Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Service Item Action Instance Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow Service Item Action Instance Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetWorkflow Service Item Action Instance Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetWorkflowServiceItemActionInstanceVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemActionInstanceVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet