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

intersight.getWorkflowServiceItemActionInstance

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupWorkflowServiceItemActionInstance(ctx *Context, args *LookupWorkflowServiceItemActionInstanceArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemActionInstanceResult, error)
func LookupWorkflowServiceItemActionInstanceOutput(ctx *Context, args *LookupWorkflowServiceItemActionInstanceOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemActionInstanceResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
public static Output<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getWorkflowServiceItemActionInstance:getWorkflowServiceItemActionInstance
  arguments:
    # arguments dictionary
Copy

The 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.
ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
AdditionalProperties string
Ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
CatalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EndTime string
The time when the action was stopped or completed execution last time.
Id string
Idp GetWorkflowServiceItemActionInstanceIdp
IdpReference GetWorkflowServiceItemActionInstanceIdpReference
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<GetWorkflowServiceItemActionInstanceMessage>
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 GetWorkflowServiceItemActionInstanceParent
PermissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
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.
SelectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
ServiceRequestInput string
SharedScope 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.
StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
Tags List<GetWorkflowServiceItemActionInstanceTag>
User GetWorkflowServiceItemActionInstanceUser
UserIdOrEmail string
The user identifier who invoked the request to create the service item instance.
ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
VersionContext GetWorkflowServiceItemActionInstanceVersionContext
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.
ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
AdditionalProperties string
Ancestors []GetWorkflowServiceItemActionInstanceAncestor
CatalogServiceRequests []GetWorkflowServiceItemActionInstanceCatalogServiceRequest
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EndTime string
The time when the action was stopped or completed execution last time.
Id string
Idp GetWorkflowServiceItemActionInstanceIdp
IdpReference GetWorkflowServiceItemActionInstanceIdpReference
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 []GetWorkflowServiceItemActionInstanceMessage
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 GetWorkflowServiceItemActionInstanceParent
PermissionResources []GetWorkflowServiceItemActionInstancePermissionResource
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.
SelectionCriteriaInputs []GetWorkflowServiceItemActionInstanceSelectionCriteriaInput
ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
ServiceRequestInput string
SharedScope 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.
StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
Tags []GetWorkflowServiceItemActionInstanceTag
User GetWorkflowServiceItemActionInstanceUser
UserIdOrEmail string
The user identifier who invoked the request to create the service item instance.
ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
VersionContext GetWorkflowServiceItemActionInstanceVersionContext
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.
actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
additionalProperties String
ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
catalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
endTime String
The time when the action was stopped or completed execution last time.
id String
idp GetWorkflowServiceItemActionInstanceIdp
idpReference GetWorkflowServiceItemActionInstanceIdpReference
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<GetWorkflowServiceItemActionInstanceMessage>
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 GetWorkflowServiceItemActionInstanceParent
permissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
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.
selectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
serviceRequestInput String
sharedScope 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.
stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
tags List<GetWorkflowServiceItemActionInstanceTag>
user GetWorkflowServiceItemActionInstanceUser
userIdOrEmail String
The user identifier who invoked the request to create the service item instance.
validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
versionContext GetWorkflowServiceItemActionInstanceVersionContext
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.
actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
additionalProperties string
ancestors GetWorkflowServiceItemActionInstanceAncestor[]
catalogServiceRequests GetWorkflowServiceItemActionInstanceCatalogServiceRequest[]
classId string
createTime string
The time when this managed object was created.
domainGroupMoid string
The DomainGroup ID for this managed object.
endTime string
The time when the action was stopped or completed execution last time.
id string
idp GetWorkflowServiceItemActionInstanceIdp
idpReference GetWorkflowServiceItemActionInstanceIdpReference
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 GetWorkflowServiceItemActionInstanceMessage[]
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 GetWorkflowServiceItemActionInstanceParent
permissionResources GetWorkflowServiceItemActionInstancePermissionResource[]
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.
selectionCriteriaInputs GetWorkflowServiceItemActionInstanceSelectionCriteriaInput[]
serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
serviceRequestInput string
sharedScope 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.
stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
tags GetWorkflowServiceItemActionInstanceTag[]
user GetWorkflowServiceItemActionInstanceUser
userIdOrEmail string
The user identifier who invoked the request to create the service item instance.
validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
versionContext GetWorkflowServiceItemActionInstanceVersionContext
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_info GetWorkflowServiceItemActionInstanceActionWorkflowInfo
additional_properties str
ancestors Sequence[GetWorkflowServiceItemActionInstanceAncestor]
catalog_service_requests Sequence[GetWorkflowServiceItemActionInstanceCatalogServiceRequest]
class_id str
create_time str
The time when this managed object was created.
domain_group_moid str
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 GetWorkflowServiceItemActionInstanceIdp
idp_reference GetWorkflowServiceItemActionInstanceIdpReference
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[GetWorkflowServiceItemActionInstanceMessage]
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 GetWorkflowServiceItemActionInstanceParent
permission_resources Sequence[GetWorkflowServiceItemActionInstancePermissionResource]
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_inputs Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInput]
service_item_action_definition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
service_item_definition GetWorkflowServiceItemActionInstanceServiceItemDefinition
service_item_instance GetWorkflowServiceItemActionInstanceServiceItemInstance
service_request_input str
shared_scope 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_info GetWorkflowServiceItemActionInstanceStopWorkflowInfo
tags Sequence[GetWorkflowServiceItemActionInstanceTag]
user GetWorkflowServiceItemActionInstanceUser
user_id_or_email str
The user identifier who invoked the request to create the service item instance.
validation_workflow_info GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
version_context GetWorkflowServiceItemActionInstanceVersionContext
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.
actionWorkflowInfo Property Map
additionalProperties String
ancestors List<Property Map>
catalogServiceRequests List<Property Map>
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
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.
selectionCriteriaInputs List<Property Map>
serviceItemActionDefinition Property Map
serviceItemDefinition Property Map
serviceItemInstance Property Map
serviceRequestInput String
sharedScope 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.
stopWorkflowInfo Property Map
tags List<Property Map>
user Property Map
userIdOrEmail String
The user identifier who invoked the request to create the service item instance.
validationWorkflowInfo Property Map
versionContext Property Map

getWorkflowServiceItemActionInstance Result

The following output properties are available:

Id string
Results List<GetWorkflowServiceItemActionInstanceResult>
AccountMoid string
Action string
ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
AdditionalProperties string
Ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
CatalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
ClassId string
CreateTime string
DomainGroupMoid string
EndTime string
Idp GetWorkflowServiceItemActionInstanceIdp
IdpReference GetWorkflowServiceItemActionInstanceIdpReference
Input string
LastAction string
Messages List<GetWorkflowServiceItemActionInstanceMessage>
ModTime string
Moid string
Name string
ObjectType string
Owners List<string>
Parent GetWorkflowServiceItemActionInstanceParent
PermissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
ResourcelifecycleStatus string
SelectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
ServiceRequestInput string
SharedScope string
StartTime string
Status string
StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
Tags List<GetWorkflowServiceItemActionInstanceTag>
User GetWorkflowServiceItemActionInstanceUser
UserIdOrEmail string
ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
VersionContext GetWorkflowServiceItemActionInstanceVersionContext
Id string
Results []GetWorkflowServiceItemActionInstanceResult
AccountMoid string
Action string
ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
AdditionalProperties string
Ancestors []GetWorkflowServiceItemActionInstanceAncestor
CatalogServiceRequests []GetWorkflowServiceItemActionInstanceCatalogServiceRequest
ClassId string
CreateTime string
DomainGroupMoid string
EndTime string
Idp GetWorkflowServiceItemActionInstanceIdp
IdpReference GetWorkflowServiceItemActionInstanceIdpReference
Input string
LastAction string
Messages []GetWorkflowServiceItemActionInstanceMessage
ModTime string
Moid string
Name string
ObjectType string
Owners []string
Parent GetWorkflowServiceItemActionInstanceParent
PermissionResources []GetWorkflowServiceItemActionInstancePermissionResource
ResourcelifecycleStatus string
SelectionCriteriaInputs []GetWorkflowServiceItemActionInstanceSelectionCriteriaInput
ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
ServiceRequestInput string
SharedScope string
StartTime string
Status string
StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
Tags []GetWorkflowServiceItemActionInstanceTag
User GetWorkflowServiceItemActionInstanceUser
UserIdOrEmail string
ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
VersionContext GetWorkflowServiceItemActionInstanceVersionContext
id String
results List<GetWorkflowServiceItemActionInstanceResult>
accountMoid String
action String
actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
additionalProperties String
ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
catalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
classId String
createTime String
domainGroupMoid String
endTime String
idp GetWorkflowServiceItemActionInstanceIdp
idpReference GetWorkflowServiceItemActionInstanceIdpReference
input String
lastAction String
messages List<GetWorkflowServiceItemActionInstanceMessage>
modTime String
moid String
name String
objectType String
owners List<String>
parent GetWorkflowServiceItemActionInstanceParent
permissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
resourcelifecycleStatus String
selectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
serviceRequestInput String
sharedScope String
startTime String
status String
stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
tags List<GetWorkflowServiceItemActionInstanceTag>
user GetWorkflowServiceItemActionInstanceUser
userIdOrEmail String
validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
versionContext GetWorkflowServiceItemActionInstanceVersionContext
id string
results GetWorkflowServiceItemActionInstanceResult[]
accountMoid string
action string
actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
additionalProperties string
ancestors GetWorkflowServiceItemActionInstanceAncestor[]
catalogServiceRequests GetWorkflowServiceItemActionInstanceCatalogServiceRequest[]
classId string
createTime string
domainGroupMoid string
endTime string
idp GetWorkflowServiceItemActionInstanceIdp
idpReference GetWorkflowServiceItemActionInstanceIdpReference
input string
lastAction string
messages GetWorkflowServiceItemActionInstanceMessage[]
modTime string
moid string
name string
objectType string
owners string[]
parent GetWorkflowServiceItemActionInstanceParent
permissionResources GetWorkflowServiceItemActionInstancePermissionResource[]
resourcelifecycleStatus string
selectionCriteriaInputs GetWorkflowServiceItemActionInstanceSelectionCriteriaInput[]
serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
serviceRequestInput string
sharedScope string
startTime string
status string
stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
tags GetWorkflowServiceItemActionInstanceTag[]
user GetWorkflowServiceItemActionInstanceUser
userIdOrEmail string
validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
versionContext GetWorkflowServiceItemActionInstanceVersionContext
id str
results Sequence[GetWorkflowServiceItemActionInstanceResult]
account_moid str
action str
action_workflow_info GetWorkflowServiceItemActionInstanceActionWorkflowInfo
additional_properties str
ancestors Sequence[GetWorkflowServiceItemActionInstanceAncestor]
catalog_service_requests Sequence[GetWorkflowServiceItemActionInstanceCatalogServiceRequest]
class_id str
create_time str
domain_group_moid str
end_time str
idp GetWorkflowServiceItemActionInstanceIdp
idp_reference GetWorkflowServiceItemActionInstanceIdpReference
input str
last_action str
messages Sequence[GetWorkflowServiceItemActionInstanceMessage]
mod_time str
moid str
name str
object_type str
owners Sequence[str]
parent GetWorkflowServiceItemActionInstanceParent
permission_resources Sequence[GetWorkflowServiceItemActionInstancePermissionResource]
resourcelifecycle_status str
selection_criteria_inputs Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInput]
service_item_action_definition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
service_item_definition GetWorkflowServiceItemActionInstanceServiceItemDefinition
service_item_instance GetWorkflowServiceItemActionInstanceServiceItemInstance
service_request_input str
shared_scope str
start_time str
status str
stop_workflow_info GetWorkflowServiceItemActionInstanceStopWorkflowInfo
tags Sequence[GetWorkflowServiceItemActionInstanceTag]
user GetWorkflowServiceItemActionInstanceUser
user_id_or_email str
validation_workflow_info GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
version_context GetWorkflowServiceItemActionInstanceVersionContext
id String
results List<Property Map>
accountMoid String
action String
actionWorkflowInfo Property Map
additionalProperties String
ancestors List<Property Map>
catalogServiceRequests List<Property Map>
classId String
createTime String
domainGroupMoid String
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
selectionCriteriaInputs List<Property Map>
serviceItemActionDefinition Property Map
serviceItemDefinition Property Map
serviceItemInstance Property Map
serviceRequestInput String
sharedScope String
startTime String
status String
stopWorkflowInfo Property Map
tags List<Property Map>
user Property Map
userIdOrEmail String
validationWorkflowInfo Property Map
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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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 This property is required. string
The Account ID for this managed object.
Action This property is required. 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.
ActionWorkflowInfos This property is required. List<GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetWorkflowServiceItemActionInstanceResultAncestor>
CatalogServiceRequests This property is required. List<GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EndTime This property is required. string
The time when the action was stopped or completed execution last time.
IdpReferences This property is required. List<GetWorkflowServiceItemActionInstanceResultIdpReference>
Idps This property is required. List<GetWorkflowServiceItemActionInstanceResultIdp>
Input This property is required. string
LastAction This property is required. 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 This property is required. List<GetWorkflowServiceItemActionInstanceResultMessage>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. 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 This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetWorkflowServiceItemActionInstanceResultParent>
PermissionResources This property is required. List<GetWorkflowServiceItemActionInstanceResultPermissionResource>
ResourcelifecycleStatus This property is required. 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.
SelectionCriteriaInputs This property is required. List<GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput>
ServiceItemActionDefinitions This property is required. List<GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition>
ServiceItemDefinitions This property is required. List<GetWorkflowServiceItemActionInstanceResultServiceItemDefinition>
ServiceItemInstances This property is required. List<GetWorkflowServiceItemActionInstanceResultServiceItemInstance>
ServiceRequestInput This property is required. string
SharedScope This property is required. 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 This property is required. string
The time when the action was started for execution last time.
Status This property is required. 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.
StopWorkflowInfos This property is required. List<GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo>
Tags This property is required. List<GetWorkflowServiceItemActionInstanceResultTag>
UserIdOrEmail This property is required. string
The user identifier who invoked the request to create the service item instance.
Users This property is required. List<GetWorkflowServiceItemActionInstanceResultUser>
ValidationWorkflowInfos This property is required. List<GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo>
VersionContexts This property is required. List<GetWorkflowServiceItemActionInstanceResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
Action This property is required. 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.
ActionWorkflowInfos This property is required. []GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo
AdditionalProperties This property is required. string
Ancestors This property is required. []GetWorkflowServiceItemActionInstanceResultAncestor
CatalogServiceRequests This property is required. []GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EndTime This property is required. string
The time when the action was stopped or completed execution last time.
IdpReferences This property is required. []GetWorkflowServiceItemActionInstanceResultIdpReference
Idps This property is required. []GetWorkflowServiceItemActionInstanceResultIdp
Input This property is required. string
LastAction This property is required. 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 This property is required. []GetWorkflowServiceItemActionInstanceResultMessage
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. 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 This property is required. string
Owners This property is required. []string
Parents This property is required. []GetWorkflowServiceItemActionInstanceResultParent
PermissionResources This property is required. []GetWorkflowServiceItemActionInstanceResultPermissionResource
ResourcelifecycleStatus This property is required. 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.
SelectionCriteriaInputs This property is required. []GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput
ServiceItemActionDefinitions This property is required. []GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition
ServiceItemDefinitions This property is required. []GetWorkflowServiceItemActionInstanceResultServiceItemDefinition
ServiceItemInstances This property is required. []GetWorkflowServiceItemActionInstanceResultServiceItemInstance
ServiceRequestInput This property is required. string
SharedScope This property is required. 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 This property is required. string
The time when the action was started for execution last time.
Status This property is required. 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.
StopWorkflowInfos This property is required. []GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo
Tags This property is required. []GetWorkflowServiceItemActionInstanceResultTag
UserIdOrEmail This property is required. string
The user identifier who invoked the request to create the service item instance.
Users This property is required. []GetWorkflowServiceItemActionInstanceResultUser
ValidationWorkflowInfos This property is required. []GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo
VersionContexts This property is required. []GetWorkflowServiceItemActionInstanceResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. 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.
actionWorkflowInfos This property is required. List<GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo>
additionalProperties This property is required. String
ancestors This property is required. List<GetWorkflowServiceItemActionInstanceResultAncestor>
catalogServiceRequests This property is required. List<GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
endTime This property is required. String
The time when the action was stopped or completed execution last time.
idpReferences This property is required. List<GetWorkflowServiceItemActionInstanceResultIdpReference>
idps This property is required. List<GetWorkflowServiceItemActionInstanceResultIdp>
input This property is required. String
lastAction This property is required. 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 This property is required. List<GetWorkflowServiceItemActionInstanceResultMessage>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. 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 This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetWorkflowServiceItemActionInstanceResultParent>
permissionResources This property is required. List<GetWorkflowServiceItemActionInstanceResultPermissionResource>
resourcelifecycleStatus This property is required. 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.
selectionCriteriaInputs This property is required. List<GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput>
serviceItemActionDefinitions This property is required. List<GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition>
serviceItemDefinitions This property is required. List<GetWorkflowServiceItemActionInstanceResultServiceItemDefinition>
serviceItemInstances This property is required. List<GetWorkflowServiceItemActionInstanceResultServiceItemInstance>
serviceRequestInput This property is required. String
sharedScope This property is required. 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 This property is required. String
The time when the action was started for execution last time.
status This property is required. 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.
stopWorkflowInfos This property is required. List<GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo>
tags This property is required. List<GetWorkflowServiceItemActionInstanceResultTag>
userIdOrEmail This property is required. String
The user identifier who invoked the request to create the service item instance.
users This property is required. List<GetWorkflowServiceItemActionInstanceResultUser>
validationWorkflowInfos This property is required. List<GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo>
versionContexts This property is required. List<GetWorkflowServiceItemActionInstanceResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
action This property is required. 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.
actionWorkflowInfos This property is required. GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo[]
additionalProperties This property is required. string
ancestors This property is required. GetWorkflowServiceItemActionInstanceResultAncestor[]
catalogServiceRequests This property is required. GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
endTime This property is required. string
The time when the action was stopped or completed execution last time.
idpReferences This property is required. GetWorkflowServiceItemActionInstanceResultIdpReference[]
idps This property is required. GetWorkflowServiceItemActionInstanceResultIdp[]
input This property is required. string
lastAction This property is required. 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 This property is required. GetWorkflowServiceItemActionInstanceResultMessage[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. 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 This property is required. string
owners This property is required. string[]
parents This property is required. GetWorkflowServiceItemActionInstanceResultParent[]
permissionResources This property is required. GetWorkflowServiceItemActionInstanceResultPermissionResource[]
resourcelifecycleStatus This property is required. 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.
selectionCriteriaInputs This property is required. GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput[]
serviceItemActionDefinitions This property is required. GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition[]
serviceItemDefinitions This property is required. GetWorkflowServiceItemActionInstanceResultServiceItemDefinition[]
serviceItemInstances This property is required. GetWorkflowServiceItemActionInstanceResultServiceItemInstance[]
serviceRequestInput This property is required. string
sharedScope This property is required. 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 This property is required. string
The time when the action was started for execution last time.
status This property is required. 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.
stopWorkflowInfos This property is required. GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo[]
tags This property is required. GetWorkflowServiceItemActionInstanceResultTag[]
userIdOrEmail This property is required. string
The user identifier who invoked the request to create the service item instance.
users This property is required. GetWorkflowServiceItemActionInstanceResultUser[]
validationWorkflowInfos This property is required. GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo[]
versionContexts This property is required. GetWorkflowServiceItemActionInstanceResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
action This property is required. 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_infos This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultAncestor]
catalog_service_requests This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
end_time This property is required. str
The time when the action was stopped or completed execution last time.
idp_references This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultIdpReference]
idps This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultIdp]
input This property is required. str
last_action This property is required. 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 This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultMessage]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. 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 This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultParent]
permission_resources This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultPermissionResource]
resourcelifecycle_status This property is required. 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_inputs This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput]
service_item_action_definitions This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition]
service_item_definitions This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultServiceItemDefinition]
service_item_instances This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultServiceItemInstance]
service_request_input This property is required. str
shared_scope This property is required. 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 This property is required. str
The time when the action was started for execution last time.
status This property is required. 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_infos This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo]
tags This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultTag]
user_id_or_email This property is required. str
The user identifier who invoked the request to create the service item instance.
users This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultUser]
validation_workflow_infos This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo]
version_contexts This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. 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.
actionWorkflowInfos This property is required. List<Property Map>
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
catalogServiceRequests This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
endTime This property is required. String
The time when the action was stopped or completed execution last time.
idpReferences This property is required. List<Property Map>
idps This property is required. List<Property Map>
input This property is required. String
lastAction This property is required. 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 This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. 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 This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
resourcelifecycleStatus This property is required. 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.
selectionCriteriaInputs This property is required. List<Property Map>
serviceItemActionDefinitions This property is required. List<Property Map>
serviceItemDefinitions This property is required. List<Property Map>
serviceItemInstances This property is required. List<Property Map>
serviceRequestInput This property is required. String
sharedScope This property is required. 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 This property is required. String
The time when the action was started for execution last time.
status This property is required. 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.
stopWorkflowInfos This property is required. List<Property Map>
tags This property is required. List<Property Map>
userIdOrEmail This property is required. String
The user identifier who invoked the request to create the service item instance.
users This property is required. List<Property Map>
validationWorkflowInfos This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultIdp

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultIdpReference

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultMessage

ActionOperation This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Message This property is required. string
ObjectType This property is required. string
Severity This property is required. string
ActionOperation This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Message This property is required. string
ObjectType This property is required. string
Severity This property is required. string
actionOperation This property is required. String
additionalProperties This property is required. String
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
message This property is required. String
objectType This property is required. String
severity This property is required. String
actionOperation This property is required. string
additionalProperties This property is required. string
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
message This property is required. string
objectType This property is required. string
severity This property is required. string
action_operation This property is required. str
additional_properties This property is required. str
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
message This property is required. str
object_type This property is required. str
severity This property is required. str
actionOperation This property is required. String
additionalProperties This property is required. String
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
message This property is required. String
objectType This property is required. String
severity This property is required. String

GetWorkflowServiceItemActionInstanceResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput

AdditionalProperties This property is required. string
ClassId This property is required. string
FilterConditions This property is required. List<GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition>
InputName This property is required. string
InputValue This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
FilterConditions This property is required. []GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition
InputName This property is required. string
InputValue This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
filterConditions This property is required. List<GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition>
inputName This property is required. String
inputValue This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
filterConditions This property is required. GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition[]
inputName This property is required. string
inputValue This property is required. string
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
filter_conditions This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition]
input_name This property is required. str
input_value This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
filterConditions This property is required. List<Property Map>
inputName This property is required. String
inputValue This property is required. String
objectType This property is required. String

GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultServiceItemDefinition

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultServiceItemInstance

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetWorkflowServiceItemActionInstanceResultUser

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetWorkflowServiceItemActionInstanceResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetWorkflowServiceItemActionInstanceResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetWorkflowServiceItemActionInstanceResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetWorkflowServiceItemActionInstanceResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetWorkflowServiceItemActionInstanceResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowServiceItemActionInstanceResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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<GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition>
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 []GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition
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<GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition>
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 GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition[]
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[GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition]
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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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<GetWorkflowServiceItemActionInstanceVersionContextInterestedMo>
MarkedForDeletion bool
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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
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 []GetWorkflowServiceItemActionInstanceVersionContextInterestedMo
MarkedForDeletion bool
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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
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<GetWorkflowServiceItemActionInstanceVersionContextInterestedMo>
markedForDeletion Boolean
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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
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 GetWorkflowServiceItemActionInstanceVersionContextInterestedMo[]
markedForDeletion boolean
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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
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[GetWorkflowServiceItemActionInstanceVersionContextInterestedMo]
marked_for_deletion bool
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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
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>
markedForDeletion Boolean
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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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 intersight Terraform Provider.