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

intersight.getWorkflowWorkflowInfo

Explore with Pulumi AI

Contains information for a workflow which is an execution instance of the workflow definition given in the relationship. The workflow definition will provide the schema of the inputs taken to start the workflow execution and the schema of the outputs generated at the end of successful workflow execution. The sequence of tasks to be executed is also provided in the workflow definition. For a workflow to successfully start execution the following properties must be provided- Name, AssociatedObject that carries the relationship to Organization under which the workflow must be executed, WorkflowDefinition, and Inputs with all the required data in order to start workflow execution.

Using getWorkflowWorkflowInfo

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 getWorkflowWorkflowInfo(args: GetWorkflowWorkflowInfoArgs, opts?: InvokeOptions): Promise<GetWorkflowWorkflowInfoResult>
function getWorkflowWorkflowInfoOutput(args: GetWorkflowWorkflowInfoOutputArgs, opts?: InvokeOptions): Output<GetWorkflowWorkflowInfoResult>
Copy
def get_workflow_workflow_info(account: Optional[GetWorkflowWorkflowInfoAccount] = None,
                               account_moid: Optional[str] = None,
                               action: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[GetWorkflowWorkflowInfoAncestor]] = None,
                               associated_object: Optional[GetWorkflowWorkflowInfoAssociatedObject] = None,
                               class_id: Optional[str] = None,
                               cleanup_time: Optional[str] = None,
                               create_time: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               email: Optional[str] = None,
                               end_time: Optional[str] = None,
                               failed_workflow_cleanup_duration: Optional[float] = None,
                               id: Optional[str] = None,
                               input: Optional[str] = None,
                               inst_id: Optional[str] = None,
                               internal: Optional[bool] = None,
                               last_action: Optional[str] = None,
                               messages: Optional[Sequence[GetWorkflowWorkflowInfoMessage]] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               name: Optional[str] = None,
                               object_type: Optional[str] = None,
                               organization: Optional[GetWorkflowWorkflowInfoOrganization] = None,
                               output: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parent: Optional[GetWorkflowWorkflowInfoParent] = None,
                               parent_task_info: Optional[GetWorkflowWorkflowInfoParentTaskInfo] = None,
                               pause_reason: Optional[str] = None,
                               permission: Optional[GetWorkflowWorkflowInfoPermission] = None,
                               permission_resources: Optional[Sequence[GetWorkflowWorkflowInfoPermissionResource]] = None,
                               progress: Optional[float] = None,
                               properties: Optional[GetWorkflowWorkflowInfoProperties] = None,
                               retry_from_task_name: Optional[str] = None,
                               shared_scope: Optional[str] = None,
                               src: Optional[str] = None,
                               start_time: Optional[str] = None,
                               status: Optional[str] = None,
                               success_workflow_cleanup_duration: Optional[float] = None,
                               tags: Optional[Sequence[GetWorkflowWorkflowInfoTag]] = None,
                               task_info_update: Optional[GetWorkflowWorkflowInfoTaskInfoUpdate] = None,
                               task_infos: Optional[Sequence[GetWorkflowWorkflowInfoTaskInfo]] = None,
                               trace_id: Optional[str] = None,
                               type: Optional[str] = None,
                               user_action_required: Optional[bool] = None,
                               user_id: Optional[str] = None,
                               variable: Optional[str] = None,
                               version_context: Optional[GetWorkflowWorkflowInfoVersionContext] = None,
                               wait_reason: Optional[str] = None,
                               workflow_ctx: Optional[GetWorkflowWorkflowInfoWorkflowCtx] = None,
                               workflow_definition: Optional[GetWorkflowWorkflowInfoWorkflowDefinition] = None,
                               workflow_status: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetWorkflowWorkflowInfoResult
def get_workflow_workflow_info_output(account: Optional[pulumi.Input[GetWorkflowWorkflowInfoAccountArgs]] = None,
                               account_moid: Optional[pulumi.Input[str]] = None,
                               action: Optional[pulumi.Input[str]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowInfoAncestorArgs]]]] = None,
                               associated_object: Optional[pulumi.Input[GetWorkflowWorkflowInfoAssociatedObjectArgs]] = None,
                               class_id: Optional[pulumi.Input[str]] = None,
                               cleanup_time: Optional[pulumi.Input[str]] = None,
                               create_time: Optional[pulumi.Input[str]] = None,
                               domain_group_moid: Optional[pulumi.Input[str]] = None,
                               email: Optional[pulumi.Input[str]] = None,
                               end_time: Optional[pulumi.Input[str]] = None,
                               failed_workflow_cleanup_duration: Optional[pulumi.Input[float]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               input: Optional[pulumi.Input[str]] = None,
                               inst_id: Optional[pulumi.Input[str]] = None,
                               internal: Optional[pulumi.Input[bool]] = None,
                               last_action: Optional[pulumi.Input[str]] = None,
                               messages: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowInfoMessageArgs]]]] = 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,
                               organization: Optional[pulumi.Input[GetWorkflowWorkflowInfoOrganizationArgs]] = None,
                               output: Optional[pulumi.Input[str]] = None,
                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               parent: Optional[pulumi.Input[GetWorkflowWorkflowInfoParentArgs]] = None,
                               parent_task_info: Optional[pulumi.Input[GetWorkflowWorkflowInfoParentTaskInfoArgs]] = None,
                               pause_reason: Optional[pulumi.Input[str]] = None,
                               permission: Optional[pulumi.Input[GetWorkflowWorkflowInfoPermissionArgs]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowInfoPermissionResourceArgs]]]] = None,
                               progress: Optional[pulumi.Input[float]] = None,
                               properties: Optional[pulumi.Input[GetWorkflowWorkflowInfoPropertiesArgs]] = None,
                               retry_from_task_name: Optional[pulumi.Input[str]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               src: Optional[pulumi.Input[str]] = None,
                               start_time: Optional[pulumi.Input[str]] = None,
                               status: Optional[pulumi.Input[str]] = None,
                               success_workflow_cleanup_duration: Optional[pulumi.Input[float]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowInfoTagArgs]]]] = None,
                               task_info_update: Optional[pulumi.Input[GetWorkflowWorkflowInfoTaskInfoUpdateArgs]] = None,
                               task_infos: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowInfoTaskInfoArgs]]]] = None,
                               trace_id: Optional[pulumi.Input[str]] = None,
                               type: Optional[pulumi.Input[str]] = None,
                               user_action_required: Optional[pulumi.Input[bool]] = None,
                               user_id: Optional[pulumi.Input[str]] = None,
                               variable: Optional[pulumi.Input[str]] = None,
                               version_context: Optional[pulumi.Input[GetWorkflowWorkflowInfoVersionContextArgs]] = None,
                               wait_reason: Optional[pulumi.Input[str]] = None,
                               workflow_ctx: Optional[pulumi.Input[GetWorkflowWorkflowInfoWorkflowCtxArgs]] = None,
                               workflow_definition: Optional[pulumi.Input[GetWorkflowWorkflowInfoWorkflowDefinitionArgs]] = None,
                               workflow_status: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowWorkflowInfoResult]
Copy
func LookupWorkflowWorkflowInfo(ctx *Context, args *LookupWorkflowWorkflowInfoArgs, opts ...InvokeOption) (*LookupWorkflowWorkflowInfoResult, error)
func LookupWorkflowWorkflowInfoOutput(ctx *Context, args *LookupWorkflowWorkflowInfoOutputArgs, opts ...InvokeOption) LookupWorkflowWorkflowInfoResultOutput
Copy

> Note: This function is named LookupWorkflowWorkflowInfo in the Go SDK.

public static class GetWorkflowWorkflowInfo 
{
    public static Task<GetWorkflowWorkflowInfoResult> InvokeAsync(GetWorkflowWorkflowInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowWorkflowInfoResult> Invoke(GetWorkflowWorkflowInfoInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkflowWorkflowInfoResult> getWorkflowWorkflowInfo(GetWorkflowWorkflowInfoArgs args, InvokeOptions options)
public static Output<GetWorkflowWorkflowInfoResult> getWorkflowWorkflowInfo(GetWorkflowWorkflowInfoArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getWorkflowWorkflowInfo:getWorkflowWorkflowInfo
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Account GetWorkflowWorkflowInfoAccount
AccountMoid string
The Account ID for this managed object.
Action string
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
AdditionalProperties string
Ancestors List<GetWorkflowWorkflowInfoAncestor>
AssociatedObject GetWorkflowWorkflowInfoAssociatedObject
ClassId string
CleanupTime string
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Email string
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
EndTime string
The time when the workflow reached a final state.
FailedWorkflowCleanupDuration double
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Id string
Input string
InstId string
A workflow instance Id which is the unique identified for the workflow execution.
Internal bool
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
LastAction string
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
Messages List<GetWorkflowWorkflowInfoMessage>
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the workflow execution instance.
ObjectType string
Organization GetWorkflowWorkflowInfoOrganization
Output string
Owners List<string>
Parent GetWorkflowWorkflowInfoParent
ParentTaskInfo GetWorkflowWorkflowInfoParentTaskInfo
PauseReason string
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
Permission GetWorkflowWorkflowInfoPermission
PermissionResources List<GetWorkflowWorkflowInfoPermissionResource>
Progress double
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
Properties GetWorkflowWorkflowInfoProperties
RetryFromTaskName string
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
Src string
The source service that started the workflow execution and hence represents the owning service for this workflow.
StartTime string
The time when the workflow was started for execution.
Status string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
SuccessWorkflowCleanupDuration double
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Tags List<GetWorkflowWorkflowInfoTag>
TaskInfoUpdate GetWorkflowWorkflowInfoTaskInfoUpdate
TaskInfos List<GetWorkflowWorkflowInfoTaskInfo>
TraceId string
The trace id to keep track of workflow execution.
Type string
A type of the workflow (serverconfig, ansible_monitoring).
UserActionRequired bool
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
UserId string
The user identifier which indicates the user that started this workflow.
Variable string
VersionContext GetWorkflowWorkflowInfoVersionContext
WaitReason string
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
WorkflowCtx GetWorkflowWorkflowInfoWorkflowCtx
WorkflowDefinition GetWorkflowWorkflowInfoWorkflowDefinition
WorkflowStatus string
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
Account GetWorkflowWorkflowInfoAccount
AccountMoid string
The Account ID for this managed object.
Action string
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
AdditionalProperties string
Ancestors []GetWorkflowWorkflowInfoAncestor
AssociatedObject GetWorkflowWorkflowInfoAssociatedObject
ClassId string
CleanupTime string
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Email string
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
EndTime string
The time when the workflow reached a final state.
FailedWorkflowCleanupDuration float64
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Id string
Input string
InstId string
A workflow instance Id which is the unique identified for the workflow execution.
Internal bool
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
LastAction string
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
Messages []GetWorkflowWorkflowInfoMessage
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the workflow execution instance.
ObjectType string
Organization GetWorkflowWorkflowInfoOrganization
Output string
Owners []string
Parent GetWorkflowWorkflowInfoParent
ParentTaskInfo GetWorkflowWorkflowInfoParentTaskInfo
PauseReason string
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
Permission GetWorkflowWorkflowInfoPermission
PermissionResources []GetWorkflowWorkflowInfoPermissionResource
Progress float64
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
Properties GetWorkflowWorkflowInfoProperties
RetryFromTaskName string
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
Src string
The source service that started the workflow execution and hence represents the owning service for this workflow.
StartTime string
The time when the workflow was started for execution.
Status string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
SuccessWorkflowCleanupDuration float64
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Tags []GetWorkflowWorkflowInfoTag
TaskInfoUpdate GetWorkflowWorkflowInfoTaskInfoUpdate
TaskInfos []GetWorkflowWorkflowInfoTaskInfo
TraceId string
The trace id to keep track of workflow execution.
Type string
A type of the workflow (serverconfig, ansible_monitoring).
UserActionRequired bool
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
UserId string
The user identifier which indicates the user that started this workflow.
Variable string
VersionContext GetWorkflowWorkflowInfoVersionContext
WaitReason string
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
WorkflowCtx GetWorkflowWorkflowInfoWorkflowCtx
WorkflowDefinition GetWorkflowWorkflowInfoWorkflowDefinition
WorkflowStatus string
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
account GetWorkflowWorkflowInfoAccount
accountMoid String
The Account ID for this managed object.
action String
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additionalProperties String
ancestors List<GetWorkflowWorkflowInfoAncestor>
associatedObject GetWorkflowWorkflowInfoAssociatedObject
classId String
cleanupTime String
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
email String
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
endTime String
The time when the workflow reached a final state.
failedWorkflowCleanupDuration Double
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
id String
input String
instId String
A workflow instance Id which is the unique identified for the workflow execution.
internal Boolean
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
lastAction String
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
messages List<GetWorkflowWorkflowInfoMessage>
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A name of the workflow execution instance.
objectType String
organization GetWorkflowWorkflowInfoOrganization
output String
owners List<String>
parent GetWorkflowWorkflowInfoParent
parentTaskInfo GetWorkflowWorkflowInfoParentTaskInfo
pauseReason String
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permission GetWorkflowWorkflowInfoPermission
permissionResources List<GetWorkflowWorkflowInfoPermissionResource>
progress Double
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties GetWorkflowWorkflowInfoProperties
retryFromTaskName String
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src String
The source service that started the workflow execution and hence represents the owning service for this workflow.
startTime String
The time when the workflow was started for execution.
status String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
successWorkflowCleanupDuration Double
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags List<GetWorkflowWorkflowInfoTag>
taskInfoUpdate GetWorkflowWorkflowInfoTaskInfoUpdate
taskInfos List<GetWorkflowWorkflowInfoTaskInfo>
traceId String
The trace id to keep track of workflow execution.
type String
A type of the workflow (serverconfig, ansible_monitoring).
userActionRequired Boolean
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
userId String
The user identifier which indicates the user that started this workflow.
variable String
versionContext GetWorkflowWorkflowInfoVersionContext
waitReason String
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflowCtx GetWorkflowWorkflowInfoWorkflowCtx
workflowDefinition GetWorkflowWorkflowInfoWorkflowDefinition
workflowStatus String
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
account GetWorkflowWorkflowInfoAccount
accountMoid string
The Account ID for this managed object.
action string
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additionalProperties string
ancestors GetWorkflowWorkflowInfoAncestor[]
associatedObject GetWorkflowWorkflowInfoAssociatedObject
classId string
cleanupTime string
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
createTime string
The time when this managed object was created.
domainGroupMoid string
The DomainGroup ID for this managed object.
email string
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
endTime string
The time when the workflow reached a final state.
failedWorkflowCleanupDuration number
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
id string
input string
instId string
A workflow instance Id which is the unique identified for the workflow execution.
internal boolean
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
lastAction string
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
messages GetWorkflowWorkflowInfoMessage[]
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
A name of the workflow execution instance.
objectType string
organization GetWorkflowWorkflowInfoOrganization
output string
owners string[]
parent GetWorkflowWorkflowInfoParent
parentTaskInfo GetWorkflowWorkflowInfoParentTaskInfo
pauseReason string
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permission GetWorkflowWorkflowInfoPermission
permissionResources GetWorkflowWorkflowInfoPermissionResource[]
progress number
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties GetWorkflowWorkflowInfoProperties
retryFromTaskName string
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src string
The source service that started the workflow execution and hence represents the owning service for this workflow.
startTime string
The time when the workflow was started for execution.
status string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
successWorkflowCleanupDuration number
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags GetWorkflowWorkflowInfoTag[]
taskInfoUpdate GetWorkflowWorkflowInfoTaskInfoUpdate
taskInfos GetWorkflowWorkflowInfoTaskInfo[]
traceId string
The trace id to keep track of workflow execution.
type string
A type of the workflow (serverconfig, ansible_monitoring).
userActionRequired boolean
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
userId string
The user identifier which indicates the user that started this workflow.
variable string
versionContext GetWorkflowWorkflowInfoVersionContext
waitReason string
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflowCtx GetWorkflowWorkflowInfoWorkflowCtx
workflowDefinition GetWorkflowWorkflowInfoWorkflowDefinition
workflowStatus string
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
account GetWorkflowWorkflowInfoAccount
account_moid str
The Account ID for this managed object.
action str
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additional_properties str
ancestors Sequence[GetWorkflowWorkflowInfoAncestor]
associated_object GetWorkflowWorkflowInfoAssociatedObject
class_id str
cleanup_time str
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
create_time str
The time when this managed object was created.
domain_group_moid str
The DomainGroup ID for this managed object.
email str
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
end_time str
The time when the workflow reached a final state.
failed_workflow_cleanup_duration float
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
id str
input str
inst_id str
A workflow instance Id which is the unique identified for the workflow execution.
internal bool
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
last_action str
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
messages Sequence[GetWorkflowWorkflowInfoMessage]
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
A name of the workflow execution instance.
object_type str
organization GetWorkflowWorkflowInfoOrganization
output str
owners Sequence[str]
parent GetWorkflowWorkflowInfoParent
parent_task_info GetWorkflowWorkflowInfoParentTaskInfo
pause_reason str
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permission GetWorkflowWorkflowInfoPermission
permission_resources Sequence[GetWorkflowWorkflowInfoPermissionResource]
progress float
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties GetWorkflowWorkflowInfoProperties
retry_from_task_name str
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src str
The source service that started the workflow execution and hence represents the owning service for this workflow.
start_time str
The time when the workflow was started for execution.
status str
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
success_workflow_cleanup_duration float
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags Sequence[GetWorkflowWorkflowInfoTag]
task_info_update GetWorkflowWorkflowInfoTaskInfoUpdate
task_infos Sequence[GetWorkflowWorkflowInfoTaskInfo]
trace_id str
The trace id to keep track of workflow execution.
type str
A type of the workflow (serverconfig, ansible_monitoring).
user_action_required bool
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
user_id str
The user identifier which indicates the user that started this workflow.
variable str
version_context GetWorkflowWorkflowInfoVersionContext
wait_reason str
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflow_ctx GetWorkflowWorkflowInfoWorkflowCtx
workflow_definition GetWorkflowWorkflowInfoWorkflowDefinition
workflow_status str
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
account Property Map
accountMoid String
The Account ID for this managed object.
action String
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additionalProperties String
ancestors List<Property Map>
associatedObject Property Map
classId String
cleanupTime String
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
email String
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
endTime String
The time when the workflow reached a final state.
failedWorkflowCleanupDuration Number
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
id String
input String
instId String
A workflow instance Id which is the unique identified for the workflow execution.
internal Boolean
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
lastAction String
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
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
A name of the workflow execution instance.
objectType String
organization Property Map
output String
owners List<String>
parent Property Map
parentTaskInfo Property Map
pauseReason String
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permission Property Map
permissionResources List<Property Map>
progress Number
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties Property Map
retryFromTaskName String
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src String
The source service that started the workflow execution and hence represents the owning service for this workflow.
startTime String
The time when the workflow was started for execution.
status String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
successWorkflowCleanupDuration Number
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags List<Property Map>
taskInfoUpdate Property Map
taskInfos List<Property Map>
traceId String
The trace id to keep track of workflow execution.
type String
A type of the workflow (serverconfig, ansible_monitoring).
userActionRequired Boolean
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
userId String
The user identifier which indicates the user that started this workflow.
variable String
versionContext Property Map
waitReason String
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflowCtx Property Map
workflowDefinition Property Map
workflowStatus String
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.

getWorkflowWorkflowInfo Result

The following output properties are available:

Id string
Results List<GetWorkflowWorkflowInfoResult>
Account GetWorkflowWorkflowInfoAccount
AccountMoid string
Action string
AdditionalProperties string
Ancestors List<GetWorkflowWorkflowInfoAncestor>
AssociatedObject GetWorkflowWorkflowInfoAssociatedObject
ClassId string
CleanupTime string
CreateTime string
DomainGroupMoid string
Email string
EndTime string
FailedWorkflowCleanupDuration double
Input string
InstId string
Internal bool
LastAction string
Messages List<GetWorkflowWorkflowInfoMessage>
ModTime string
Moid string
Name string
ObjectType string
Organization GetWorkflowWorkflowInfoOrganization
Output string
Owners List<string>
Parent GetWorkflowWorkflowInfoParent
ParentTaskInfo GetWorkflowWorkflowInfoParentTaskInfo
PauseReason string
Permission GetWorkflowWorkflowInfoPermission
PermissionResources List<GetWorkflowWorkflowInfoPermissionResource>
Progress double
Properties GetWorkflowWorkflowInfoProperties
RetryFromTaskName string
SharedScope string
Src string
StartTime string
Status string
SuccessWorkflowCleanupDuration double
Tags List<GetWorkflowWorkflowInfoTag>
TaskInfoUpdate GetWorkflowWorkflowInfoTaskInfoUpdate
TaskInfos List<GetWorkflowWorkflowInfoTaskInfo>
TraceId string
Type string
UserActionRequired bool
UserId string
Variable string
VersionContext GetWorkflowWorkflowInfoVersionContext
WaitReason string
WorkflowCtx GetWorkflowWorkflowInfoWorkflowCtx
WorkflowDefinition GetWorkflowWorkflowInfoWorkflowDefinition
WorkflowStatus string
Id string
Results []GetWorkflowWorkflowInfoResult
Account GetWorkflowWorkflowInfoAccount
AccountMoid string
Action string
AdditionalProperties string
Ancestors []GetWorkflowWorkflowInfoAncestor
AssociatedObject GetWorkflowWorkflowInfoAssociatedObject
ClassId string
CleanupTime string
CreateTime string
DomainGroupMoid string
Email string
EndTime string
FailedWorkflowCleanupDuration float64
Input string
InstId string
Internal bool
LastAction string
Messages []GetWorkflowWorkflowInfoMessage
ModTime string
Moid string
Name string
ObjectType string
Organization GetWorkflowWorkflowInfoOrganization
Output string
Owners []string
Parent GetWorkflowWorkflowInfoParent
ParentTaskInfo GetWorkflowWorkflowInfoParentTaskInfo
PauseReason string
Permission GetWorkflowWorkflowInfoPermission
PermissionResources []GetWorkflowWorkflowInfoPermissionResource
Progress float64
Properties GetWorkflowWorkflowInfoProperties
RetryFromTaskName string
SharedScope string
Src string
StartTime string
Status string
SuccessWorkflowCleanupDuration float64
Tags []GetWorkflowWorkflowInfoTag
TaskInfoUpdate GetWorkflowWorkflowInfoTaskInfoUpdate
TaskInfos []GetWorkflowWorkflowInfoTaskInfo
TraceId string
Type string
UserActionRequired bool
UserId string
Variable string
VersionContext GetWorkflowWorkflowInfoVersionContext
WaitReason string
WorkflowCtx GetWorkflowWorkflowInfoWorkflowCtx
WorkflowDefinition GetWorkflowWorkflowInfoWorkflowDefinition
WorkflowStatus string
id String
results List<GetWorkflowWorkflowInfoResult>
account GetWorkflowWorkflowInfoAccount
accountMoid String
action String
additionalProperties String
ancestors List<GetWorkflowWorkflowInfoAncestor>
associatedObject GetWorkflowWorkflowInfoAssociatedObject
classId String
cleanupTime String
createTime String
domainGroupMoid String
email String
endTime String
failedWorkflowCleanupDuration Double
input String
instId String
internal Boolean
lastAction String
messages List<GetWorkflowWorkflowInfoMessage>
modTime String
moid String
name String
objectType String
organization GetWorkflowWorkflowInfoOrganization
output String
owners List<String>
parent GetWorkflowWorkflowInfoParent
parentTaskInfo GetWorkflowWorkflowInfoParentTaskInfo
pauseReason String
permission GetWorkflowWorkflowInfoPermission
permissionResources List<GetWorkflowWorkflowInfoPermissionResource>
progress Double
properties GetWorkflowWorkflowInfoProperties
retryFromTaskName String
sharedScope String
src String
startTime String
status String
successWorkflowCleanupDuration Double
tags List<GetWorkflowWorkflowInfoTag>
taskInfoUpdate GetWorkflowWorkflowInfoTaskInfoUpdate
taskInfos List<GetWorkflowWorkflowInfoTaskInfo>
traceId String
type String
userActionRequired Boolean
userId String
variable String
versionContext GetWorkflowWorkflowInfoVersionContext
waitReason String
workflowCtx GetWorkflowWorkflowInfoWorkflowCtx
workflowDefinition GetWorkflowWorkflowInfoWorkflowDefinition
workflowStatus String
id str
results Sequence[GetWorkflowWorkflowInfoResult]
account GetWorkflowWorkflowInfoAccount
account_moid str
action str
additional_properties str
ancestors Sequence[GetWorkflowWorkflowInfoAncestor]
associated_object GetWorkflowWorkflowInfoAssociatedObject
class_id str
cleanup_time str
create_time str
domain_group_moid str
email str
end_time str
failed_workflow_cleanup_duration float
input str
inst_id str
internal bool
last_action str
messages Sequence[GetWorkflowWorkflowInfoMessage]
mod_time str
moid str
name str
object_type str
organization GetWorkflowWorkflowInfoOrganization
output str
owners Sequence[str]
parent GetWorkflowWorkflowInfoParent
parent_task_info GetWorkflowWorkflowInfoParentTaskInfo
pause_reason str
permission GetWorkflowWorkflowInfoPermission
permission_resources Sequence[GetWorkflowWorkflowInfoPermissionResource]
progress float
properties GetWorkflowWorkflowInfoProperties
retry_from_task_name str
shared_scope str
src str
start_time str
status str
success_workflow_cleanup_duration float
tags Sequence[GetWorkflowWorkflowInfoTag]
task_info_update GetWorkflowWorkflowInfoTaskInfoUpdate
task_infos Sequence[GetWorkflowWorkflowInfoTaskInfo]
trace_id str
type str
user_action_required bool
user_id str
variable str
version_context GetWorkflowWorkflowInfoVersionContext
wait_reason str
workflow_ctx GetWorkflowWorkflowInfoWorkflowCtx
workflow_definition GetWorkflowWorkflowInfoWorkflowDefinition
workflow_status str
id String
results List<Property Map>
account Property Map
accountMoid String
action String
additionalProperties String
ancestors List<Property Map>
associatedObject Property Map
classId String
cleanupTime String
createTime String
domainGroupMoid String
email String
endTime String
failedWorkflowCleanupDuration Number
input String
instId String
internal Boolean
lastAction String
messages List<Property Map>
modTime String
moid String
name String
objectType String
organization Property Map
output String
owners List<String>
parent Property Map
parentTaskInfo Property Map
pauseReason String
permission Property Map
permissionResources List<Property Map>
progress Number
properties Property Map
retryFromTaskName String
sharedScope String
src String
startTime String
status String
successWorkflowCleanupDuration Number
tags List<Property Map>
taskInfoUpdate Property Map
taskInfos List<Property Map>
traceId String
type String
userActionRequired Boolean
userId String
variable String
versionContext Property Map
waitReason String
workflowCtx Property Map
workflowDefinition Property Map
workflowStatus String

Supporting Types

GetWorkflowWorkflowInfoAccount

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'.

GetWorkflowWorkflowInfoAncestor

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'.

GetWorkflowWorkflowInfoAssociatedObject

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'.

GetWorkflowWorkflowInfoMessage

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.
Message string
An i18n message that can be translated into multiple languages to support internationalization.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Severity string
The severity of the Task or Workflow message warning/error/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.
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.
Message string
An i18n message that can be translated into multiple languages to support internationalization.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Severity string
The severity of the Task or Workflow message warning/error/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.
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.
message String
An i18n message that can be translated into multiple languages to support internationalization.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
severity String
The severity of the Task or Workflow message warning/error/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.
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.
message string
An i18n message that can be translated into multiple languages to support internationalization.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
severity string
The severity of the Task or Workflow message warning/error/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.
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.
message str
An i18n message that can be translated into multiple languages to support internationalization.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
severity str
The severity of the Task or Workflow message warning/error/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.
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.
message String
An i18n message that can be translated into multiple languages to support internationalization.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
severity String
The severity of the Task or Workflow message warning/error/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.

GetWorkflowWorkflowInfoOrganization

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'.

GetWorkflowWorkflowInfoParent

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'.

GetWorkflowWorkflowInfoParentTaskInfo

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'.

GetWorkflowWorkflowInfoPermission

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'.

GetWorkflowWorkflowInfoPermissionResource

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'.

GetWorkflowWorkflowInfoProperties

AdditionalProperties string
Cancelable GetWorkflowWorkflowInfoPropertiesCancelable
Holds the parameters and conditions for a workflow to be cancelable.
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.
Retryable bool
When true, this workflow can be retried within 2 weeks from the last failure.
RollbackAction string
Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.

  • Disabled - Status of the rollback action when workflow is disabled for rollback.
  • Enabled - Status of the rollback action when workflow is enabled for rollback.
  • Completed - Status of the rollback action once workflow completes the rollback for all eligible tasks.
RollbackOnCancel bool
When set to true, the changes are automatically rolled back if the workflow execution is cancelled.
RollbackOnFailure bool
When set to true, the changes are automatically rolled back if the workflow fails to execute.
AdditionalProperties string
Cancelable GetWorkflowWorkflowInfoPropertiesCancelable
Holds the parameters and conditions for a workflow to be cancelable.
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.
Retryable bool
When true, this workflow can be retried within 2 weeks from the last failure.
RollbackAction string
Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.

  • Disabled - Status of the rollback action when workflow is disabled for rollback.
  • Enabled - Status of the rollback action when workflow is enabled for rollback.
  • Completed - Status of the rollback action once workflow completes the rollback for all eligible tasks.
RollbackOnCancel bool
When set to true, the changes are automatically rolled back if the workflow execution is cancelled.
RollbackOnFailure bool
When set to true, the changes are automatically rolled back if the workflow fails to execute.
additionalProperties String
cancelable GetWorkflowWorkflowInfoPropertiesCancelable
Holds the parameters and conditions for a workflow to be cancelable.
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.
retryable Boolean
When true, this workflow can be retried within 2 weeks from the last failure.
rollbackAction String
Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.

  • Disabled - Status of the rollback action when workflow is disabled for rollback.
  • Enabled - Status of the rollback action when workflow is enabled for rollback.
  • Completed - Status of the rollback action once workflow completes the rollback for all eligible tasks.
rollbackOnCancel Boolean
When set to true, the changes are automatically rolled back if the workflow execution is cancelled.
rollbackOnFailure Boolean
When set to true, the changes are automatically rolled back if the workflow fails to execute.
additionalProperties string
cancelable GetWorkflowWorkflowInfoPropertiesCancelable
Holds the parameters and conditions for a workflow to be cancelable.
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.
retryable boolean
When true, this workflow can be retried within 2 weeks from the last failure.
rollbackAction string
Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.

  • Disabled - Status of the rollback action when workflow is disabled for rollback.
  • Enabled - Status of the rollback action when workflow is enabled for rollback.
  • Completed - Status of the rollback action once workflow completes the rollback for all eligible tasks.
rollbackOnCancel boolean
When set to true, the changes are automatically rolled back if the workflow execution is cancelled.
rollbackOnFailure boolean
When set to true, the changes are automatically rolled back if the workflow fails to execute.
additional_properties str
cancelable GetWorkflowWorkflowInfoPropertiesCancelable
Holds the parameters and conditions for a workflow to be cancelable.
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.
retryable bool
When true, this workflow can be retried within 2 weeks from the last failure.
rollback_action str
Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.

  • Disabled - Status of the rollback action when workflow is disabled for rollback.
  • Enabled - Status of the rollback action when workflow is enabled for rollback.
  • Completed - Status of the rollback action once workflow completes the rollback for all eligible tasks.
rollback_on_cancel bool
When set to true, the changes are automatically rolled back if the workflow execution is cancelled.
rollback_on_failure bool
When set to true, the changes are automatically rolled back if the workflow fails to execute.
additionalProperties String
cancelable Property Map
Holds the parameters and conditions for a workflow to be cancelable.
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.
retryable Boolean
When true, this workflow can be retried within 2 weeks from the last failure.
rollbackAction String
Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.

  • Disabled - Status of the rollback action when workflow is disabled for rollback.
  • Enabled - Status of the rollback action when workflow is enabled for rollback.
  • Completed - Status of the rollback action once workflow completes the rollback for all eligible tasks.
rollbackOnCancel Boolean
When set to true, the changes are automatically rolled back if the workflow execution is cancelled.
rollbackOnFailure Boolean
When set to true, the changes are automatically rolled back if the workflow fails to execute.

GetWorkflowWorkflowInfoPropertiesCancelable

AdditionalProperties string
CancelableStates List<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.
Enabled bool
When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.
Mode string
Mode controls how the workflow can be canceled.

  • ApiOnly - The workflow can only be canceled via API call.
  • All - The workflow can be canceled from API or from the user interface.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
CancelableStates []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.
Enabled bool
When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.
Mode string
Mode controls how the workflow can be canceled.

  • ApiOnly - The workflow can only be canceled via API call.
  • All - The workflow can be canceled from API or from the user interface.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
cancelableStates List<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.
enabled Boolean
When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.
mode String
Mode controls how the workflow can be canceled.

  • ApiOnly - The workflow can only be canceled via API call.
  • All - The workflow can be canceled from API or from the user interface.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
cancelableStates 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.
enabled boolean
When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.
mode string
Mode controls how the workflow can be canceled.

  • ApiOnly - The workflow can only be canceled via API call.
  • All - The workflow can be canceled from API or from the user interface.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
cancelable_states Sequence[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.
enabled bool
When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.
mode str
Mode controls how the workflow can be canceled.

  • ApiOnly - The workflow can only be canceled via API call.
  • All - The workflow can be canceled from API or from the user interface.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
cancelableStates List<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.
enabled Boolean
When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.
mode String
Mode controls how the workflow can be canceled.

  • ApiOnly - The workflow can only be canceled via API call.
  • All - The workflow can be canceled from API or from the user interface.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetWorkflowWorkflowInfoResult

AccountMoid This property is required. string
The Account ID for this managed object.
Accounts This property is required. List<GetWorkflowWorkflowInfoResultAccount>
Action This property is required. string
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetWorkflowWorkflowInfoResultAncestor>
AssociatedObjects This property is required. List<GetWorkflowWorkflowInfoResultAssociatedObject>
ClassId This property is required. string
CleanupTime This property is required. string
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
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.
Email This property is required. string
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
EndTime This property is required. string
The time when the workflow reached a final state.
FailedWorkflowCleanupDuration This property is required. double
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Input This property is required. string
InstId This property is required. string
A workflow instance Id which is the unique identified for the workflow execution.
Internal This property is required. bool
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
LastAction This property is required. string
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
Messages This property is required. List<GetWorkflowWorkflowInfoResultMessage>
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
A name of the workflow execution instance.
ObjectType This property is required. string
Organizations This property is required. List<GetWorkflowWorkflowInfoResultOrganization>
Output This property is required. string
Owners This property is required. List<string>
ParentTaskInfos This property is required. List<GetWorkflowWorkflowInfoResultParentTaskInfo>
Parents This property is required. List<GetWorkflowWorkflowInfoResultParent>
PauseReason This property is required. string
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
PermissionResources This property is required. List<GetWorkflowWorkflowInfoResultPermissionResource>
Permissions This property is required. List<GetWorkflowWorkflowInfoResultPermission>
Progress This property is required. double
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
Properties This property is required. List<GetWorkflowWorkflowInfoResultProperty>
RetryFromTaskName This property is required. string
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
Src This property is required. string
The source service that started the workflow execution and hence represents the owning service for this workflow.
StartTime This property is required. string
The time when the workflow was started for execution.
Status This property is required. string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
SuccessWorkflowCleanupDuration This property is required. double
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Tags This property is required. List<GetWorkflowWorkflowInfoResultTag>
TaskInfoUpdates This property is required. List<GetWorkflowWorkflowInfoResultTaskInfoUpdate>
TaskInfos This property is required. List<GetWorkflowWorkflowInfoResultTaskInfo>
TraceId This property is required. string
The trace id to keep track of workflow execution.
Type This property is required. string
A type of the workflow (serverconfig, ansible_monitoring).
UserActionRequired This property is required. bool
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
UserId This property is required. string
The user identifier which indicates the user that started this workflow.
Variable This property is required. string
VersionContexts This property is required. List<GetWorkflowWorkflowInfoResultVersionContext>
WaitReason This property is required. string
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
WorkflowCtxes This property is required. List<GetWorkflowWorkflowInfoResultWorkflowCtx>
WorkflowDefinitions This property is required. List<GetWorkflowWorkflowInfoResultWorkflowDefinition>
WorkflowStatus This property is required. string
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
AccountMoid This property is required. string
The Account ID for this managed object.
Accounts This property is required. []GetWorkflowWorkflowInfoResultAccount
Action This property is required. string
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetWorkflowWorkflowInfoResultAncestor
AssociatedObjects This property is required. []GetWorkflowWorkflowInfoResultAssociatedObject
ClassId This property is required. string
CleanupTime This property is required. string
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
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.
Email This property is required. string
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
EndTime This property is required. string
The time when the workflow reached a final state.
FailedWorkflowCleanupDuration This property is required. float64
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Input This property is required. string
InstId This property is required. string
A workflow instance Id which is the unique identified for the workflow execution.
Internal This property is required. bool
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
LastAction This property is required. string
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
Messages This property is required. []GetWorkflowWorkflowInfoResultMessage
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
A name of the workflow execution instance.
ObjectType This property is required. string
Organizations This property is required. []GetWorkflowWorkflowInfoResultOrganization
Output This property is required. string
Owners This property is required. []string
ParentTaskInfos This property is required. []GetWorkflowWorkflowInfoResultParentTaskInfo
Parents This property is required. []GetWorkflowWorkflowInfoResultParent
PauseReason This property is required. string
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
PermissionResources This property is required. []GetWorkflowWorkflowInfoResultPermissionResource
Permissions This property is required. []GetWorkflowWorkflowInfoResultPermission
Progress This property is required. float64
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
Properties This property is required. []GetWorkflowWorkflowInfoResultProperty
RetryFromTaskName This property is required. string
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
Src This property is required. string
The source service that started the workflow execution and hence represents the owning service for this workflow.
StartTime This property is required. string
The time when the workflow was started for execution.
Status This property is required. string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
SuccessWorkflowCleanupDuration This property is required. float64
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
Tags This property is required. []GetWorkflowWorkflowInfoResultTag
TaskInfoUpdates This property is required. []GetWorkflowWorkflowInfoResultTaskInfoUpdate
TaskInfos This property is required. []GetWorkflowWorkflowInfoResultTaskInfo
TraceId This property is required. string
The trace id to keep track of workflow execution.
Type This property is required. string
A type of the workflow (serverconfig, ansible_monitoring).
UserActionRequired This property is required. bool
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
UserId This property is required. string
The user identifier which indicates the user that started this workflow.
Variable This property is required. string
VersionContexts This property is required. []GetWorkflowWorkflowInfoResultVersionContext
WaitReason This property is required. string
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
WorkflowCtxes This property is required. []GetWorkflowWorkflowInfoResultWorkflowCtx
WorkflowDefinitions This property is required. []GetWorkflowWorkflowInfoResultWorkflowDefinition
WorkflowStatus This property is required. string
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
accountMoid This property is required. String
The Account ID for this managed object.
accounts This property is required. List<GetWorkflowWorkflowInfoResultAccount>
action This property is required. String
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additionalProperties This property is required. String
ancestors This property is required. List<GetWorkflowWorkflowInfoResultAncestor>
associatedObjects This property is required. List<GetWorkflowWorkflowInfoResultAssociatedObject>
classId This property is required. String
cleanupTime This property is required. String
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
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.
email This property is required. String
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
endTime This property is required. String
The time when the workflow reached a final state.
failedWorkflowCleanupDuration This property is required. Double
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
input This property is required. String
instId This property is required. String
A workflow instance Id which is the unique identified for the workflow execution.
internal This property is required. Boolean
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
lastAction This property is required. String
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
messages This property is required. List<GetWorkflowWorkflowInfoResultMessage>
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
A name of the workflow execution instance.
objectType This property is required. String
organizations This property is required. List<GetWorkflowWorkflowInfoResultOrganization>
output This property is required. String
owners This property is required. List<String>
parentTaskInfos This property is required. List<GetWorkflowWorkflowInfoResultParentTaskInfo>
parents This property is required. List<GetWorkflowWorkflowInfoResultParent>
pauseReason This property is required. String
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permissionResources This property is required. List<GetWorkflowWorkflowInfoResultPermissionResource>
permissions This property is required. List<GetWorkflowWorkflowInfoResultPermission>
progress This property is required. Double
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties This property is required. List<GetWorkflowWorkflowInfoResultProperty>
retryFromTaskName This property is required. String
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src This property is required. String
The source service that started the workflow execution and hence represents the owning service for this workflow.
startTime This property is required. String
The time when the workflow was started for execution.
status This property is required. String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
successWorkflowCleanupDuration This property is required. Double
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags This property is required. List<GetWorkflowWorkflowInfoResultTag>
taskInfoUpdates This property is required. List<GetWorkflowWorkflowInfoResultTaskInfoUpdate>
taskInfos This property is required. List<GetWorkflowWorkflowInfoResultTaskInfo>
traceId This property is required. String
The trace id to keep track of workflow execution.
type This property is required. String
A type of the workflow (serverconfig, ansible_monitoring).
userActionRequired This property is required. Boolean
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
userId This property is required. String
The user identifier which indicates the user that started this workflow.
variable This property is required. String
versionContexts This property is required. List<GetWorkflowWorkflowInfoResultVersionContext>
waitReason This property is required. String
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflowCtxes This property is required. List<GetWorkflowWorkflowInfoResultWorkflowCtx>
workflowDefinitions This property is required. List<GetWorkflowWorkflowInfoResultWorkflowDefinition>
workflowStatus This property is required. String
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
accountMoid This property is required. string
The Account ID for this managed object.
accounts This property is required. GetWorkflowWorkflowInfoResultAccount[]
action This property is required. string
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additionalProperties This property is required. string
ancestors This property is required. GetWorkflowWorkflowInfoResultAncestor[]
associatedObjects This property is required. GetWorkflowWorkflowInfoResultAssociatedObject[]
classId This property is required. string
cleanupTime This property is required. string
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
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.
email This property is required. string
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
endTime This property is required. string
The time when the workflow reached a final state.
failedWorkflowCleanupDuration This property is required. number
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
input This property is required. string
instId This property is required. string
A workflow instance Id which is the unique identified for the workflow execution.
internal This property is required. boolean
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
lastAction This property is required. string
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
messages This property is required. GetWorkflowWorkflowInfoResultMessage[]
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
A name of the workflow execution instance.
objectType This property is required. string
organizations This property is required. GetWorkflowWorkflowInfoResultOrganization[]
output This property is required. string
owners This property is required. string[]
parentTaskInfos This property is required. GetWorkflowWorkflowInfoResultParentTaskInfo[]
parents This property is required. GetWorkflowWorkflowInfoResultParent[]
pauseReason This property is required. string
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permissionResources This property is required. GetWorkflowWorkflowInfoResultPermissionResource[]
permissions This property is required. GetWorkflowWorkflowInfoResultPermission[]
progress This property is required. number
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties This property is required. GetWorkflowWorkflowInfoResultProperty[]
retryFromTaskName This property is required. string
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src This property is required. string
The source service that started the workflow execution and hence represents the owning service for this workflow.
startTime This property is required. string
The time when the workflow was started for execution.
status This property is required. string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
successWorkflowCleanupDuration This property is required. number
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags This property is required. GetWorkflowWorkflowInfoResultTag[]
taskInfoUpdates This property is required. GetWorkflowWorkflowInfoResultTaskInfoUpdate[]
taskInfos This property is required. GetWorkflowWorkflowInfoResultTaskInfo[]
traceId This property is required. string
The trace id to keep track of workflow execution.
type This property is required. string
A type of the workflow (serverconfig, ansible_monitoring).
userActionRequired This property is required. boolean
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
userId This property is required. string
The user identifier which indicates the user that started this workflow.
variable This property is required. string
versionContexts This property is required. GetWorkflowWorkflowInfoResultVersionContext[]
waitReason This property is required. string
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflowCtxes This property is required. GetWorkflowWorkflowInfoResultWorkflowCtx[]
workflowDefinitions This property is required. GetWorkflowWorkflowInfoResultWorkflowDefinition[]
workflowStatus This property is required. string
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
account_moid This property is required. str
The Account ID for this managed object.
accounts This property is required. Sequence[GetWorkflowWorkflowInfoResultAccount]
action This property is required. str
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetWorkflowWorkflowInfoResultAncestor]
associated_objects This property is required. Sequence[GetWorkflowWorkflowInfoResultAssociatedObject]
class_id This property is required. str
cleanup_time This property is required. str
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
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.
email This property is required. str
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
end_time This property is required. str
The time when the workflow reached a final state.
failed_workflow_cleanup_duration This property is required. float
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
input This property is required. str
inst_id This property is required. str
A workflow instance Id which is the unique identified for the workflow execution.
internal This property is required. bool
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
last_action This property is required. str
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
messages This property is required. Sequence[GetWorkflowWorkflowInfoResultMessage]
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
A name of the workflow execution instance.
object_type This property is required. str
organizations This property is required. Sequence[GetWorkflowWorkflowInfoResultOrganization]
output This property is required. str
owners This property is required. Sequence[str]
parent_task_infos This property is required. Sequence[GetWorkflowWorkflowInfoResultParentTaskInfo]
parents This property is required. Sequence[GetWorkflowWorkflowInfoResultParent]
pause_reason This property is required. str
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permission_resources This property is required. Sequence[GetWorkflowWorkflowInfoResultPermissionResource]
permissions This property is required. Sequence[GetWorkflowWorkflowInfoResultPermission]
progress This property is required. float
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties This property is required. Sequence[GetWorkflowWorkflowInfoResultProperty]
retry_from_task_name This property is required. str
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src This property is required. str
The source service that started the workflow execution and hence represents the owning service for this workflow.
start_time This property is required. str
The time when the workflow was started for execution.
status This property is required. str
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
success_workflow_cleanup_duration This property is required. float
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags This property is required. Sequence[GetWorkflowWorkflowInfoResultTag]
task_info_updates This property is required. Sequence[GetWorkflowWorkflowInfoResultTaskInfoUpdate]
task_infos This property is required. Sequence[GetWorkflowWorkflowInfoResultTaskInfo]
trace_id This property is required. str
The trace id to keep track of workflow execution.
type This property is required. str
A type of the workflow (serverconfig, ansible_monitoring).
user_action_required This property is required. bool
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
user_id This property is required. str
The user identifier which indicates the user that started this workflow.
variable This property is required. str
version_contexts This property is required. Sequence[GetWorkflowWorkflowInfoResultVersionContext]
wait_reason This property is required. str
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflow_ctxes This property is required. Sequence[GetWorkflowWorkflowInfoResultWorkflowCtx]
workflow_definitions This property is required. Sequence[GetWorkflowWorkflowInfoResultWorkflowDefinition]
workflow_status This property is required. str
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.
accountMoid This property is required. String
The Account ID for this managed object.
accounts This property is required. List<Property Map>
action This property is required. String
The action of the workflow such as start, cancel, retry, pause.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
associatedObjects This property is required. List<Property Map>
classId This property is required. String
cleanupTime This property is required. String
The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.
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.
email This property is required. String
The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.
endTime This property is required. String
The time when the workflow reached a final state.
failedWorkflowCleanupDuration This property is required. Number
The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
input This property is required. String
instId This property is required. String
A workflow instance Id which is the unique identified for the workflow execution.
internal This property is required. Boolean
Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.
lastAction This property is required. String
The last action that was issued on the workflow is saved in this field.* None - No action is set, this is the default value for action field.* Create - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.* Start - Start a new execution of the workflow.* Pause - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.* Resume - Resume the workflow which was previously paused through pause action on the workflow.* Rerun - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.* Retry - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task. The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.* RetryFailed - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.* RetryFromTask - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.* Cancel - Cancel the workflow that is in running or waiting state.
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
A name of the workflow execution instance.
objectType This property is required. String
organizations This property is required. List<Property Map>
output This property is required. String
owners This property is required. List<String>
parentTaskInfos This property is required. List<Property Map>
parents This property is required. List<Property Map>
pauseReason This property is required. String
Denotes the reason workflow is in paused status.* None - Pause reason is none, which indicates there is no reason for the pause state.* TaskWithWarning - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.* SystemMaintenance - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.
permissionResources This property is required. List<Property Map>
permissions This property is required. List<Property Map>
progress This property is required. Number
This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \ NO_OP\ or \ COMPLETED\ . If the task status is \ SKIP_TO_FAIL\ , the workflow will be terminated and the progress of the workflow will be set to 100.
properties This property is required. List<Property Map>
retryFromTaskName This property is required. String
This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.
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.
src This property is required. String
The source service that started the workflow execution and hence represents the owning service for this workflow.
startTime This property is required. String
The time when the workflow was started for execution.
status This property is required. String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
successWorkflowCleanupDuration This property is required. Number
The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.
tags This property is required. List<Property Map>
taskInfoUpdates This property is required. List<Property Map>
taskInfos This property is required. List<Property Map>
traceId This property is required. String
The trace id to keep track of workflow execution.
type This property is required. String
A type of the workflow (serverconfig, ansible_monitoring).
userActionRequired This property is required. Boolean
Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.
userId This property is required. String
The user identifier which indicates the user that started this workflow.
variable This property is required. String
versionContexts This property is required. List<Property Map>
waitReason This property is required. String
Denotes the reason workflow is in waiting status.* None - Wait reason is none, which indicates there is no reason for the waiting state.* GatherTasks - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.* Duplicate - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.* RateLimit - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.* WaitTask - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.* PendingRetryFailed - Wait reason when the workflow is pending a RetryFailed action.* WaitingToStart - Workflow is waiting to start on workflow engine.
workflowCtxes This property is required. List<Property Map>
workflowDefinitions This property is required. List<Property Map>
workflowStatus This property is required. String
The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \ Start\ action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.* NotStarted - Initially all the workflow instances are at \ NotStarted\ state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.* InProgress - A workflow execution moves into \ InProgress\ state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.* Waiting - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.* Completed - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.* Failed - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \ Rerun\ , \ RetryFailed\ and \ RetryFromTask\ can be issued on failed workflow instances. Please refer to the \ Action\ description for more details.* Terminated - A workflow execution moves to Terminated state when user issues a \ Cancel\ action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.* Canceled - A workflow execution moves to Canceled state when a user issues a \ Cancel\ action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \ Terminated\ state.* Paused - A workflow execution moves to Paused state when user issues a \ Pause\ action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \ Resume\ action. Paused workflows can be canceled by user.

GetWorkflowWorkflowInfoResultAccount

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

GetWorkflowWorkflowInfoResultAncestor

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

GetWorkflowWorkflowInfoResultAssociatedObject

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

GetWorkflowWorkflowInfoResultMessage

AdditionalProperties This property is required. string
ClassId This property is required. string
Message This property is required. string
ObjectType This property is required. string
Severity This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Message This property is required. string
ObjectType This property is required. string
Severity This property is required. string
additionalProperties This property is required. String
classId This property is required. String
message This property is required. String
objectType This property is required. String
severity This property is required. String
additionalProperties This property is required. string
classId This property is required. string
message This property is required. string
objectType This property is required. string
severity This property is required. string
additional_properties This property is required. str
class_id This property is required. str
message This property is required. str
object_type This property is required. str
severity This property is required. str
additionalProperties This property is required. String
classId This property is required. String
message This property is required. String
objectType This property is required. String
severity This property is required. String

GetWorkflowWorkflowInfoResultOrganization

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

GetWorkflowWorkflowInfoResultParent

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

GetWorkflowWorkflowInfoResultParentTaskInfo

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

GetWorkflowWorkflowInfoResultPermission

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

GetWorkflowWorkflowInfoResultPermissionResource

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

GetWorkflowWorkflowInfoResultProperty

AdditionalProperties This property is required. string
Cancelables This property is required. List<GetWorkflowWorkflowInfoResultPropertyCancelable>
ClassId This property is required. string
ObjectType This property is required. string
Retryable This property is required. bool
RollbackAction This property is required. string
RollbackOnCancel This property is required. bool
RollbackOnFailure This property is required. bool
AdditionalProperties This property is required. string
Cancelables This property is required. []GetWorkflowWorkflowInfoResultPropertyCancelable
ClassId This property is required. string
ObjectType This property is required. string
Retryable This property is required. bool
RollbackAction This property is required. string
RollbackOnCancel This property is required. bool
RollbackOnFailure This property is required. bool
additionalProperties This property is required. String
cancelables This property is required. List<GetWorkflowWorkflowInfoResultPropertyCancelable>
classId This property is required. String
objectType This property is required. String
retryable This property is required. Boolean
rollbackAction This property is required. String
rollbackOnCancel This property is required. Boolean
rollbackOnFailure This property is required. Boolean
additionalProperties This property is required. string
cancelables This property is required. GetWorkflowWorkflowInfoResultPropertyCancelable[]
classId This property is required. string
objectType This property is required. string
retryable This property is required. boolean
rollbackAction This property is required. string
rollbackOnCancel This property is required. boolean
rollbackOnFailure This property is required. boolean
additional_properties This property is required. str
cancelables This property is required. Sequence[GetWorkflowWorkflowInfoResultPropertyCancelable]
class_id This property is required. str
object_type This property is required. str
retryable This property is required. bool
rollback_action This property is required. str
rollback_on_cancel This property is required. bool
rollback_on_failure This property is required. bool
additionalProperties This property is required. String
cancelables This property is required. List<Property Map>
classId This property is required. String
objectType This property is required. String
retryable This property is required. Boolean
rollbackAction This property is required. String
rollbackOnCancel This property is required. Boolean
rollbackOnFailure This property is required. Boolean

GetWorkflowWorkflowInfoResultPropertyCancelable

AdditionalProperties This property is required. string
CancelableStates This property is required. List<string>
ClassId This property is required. string
Enabled This property is required. bool
Mode This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
CancelableStates This property is required. []string
ClassId This property is required. string
Enabled This property is required. bool
Mode This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
cancelableStates This property is required. List<String>
classId This property is required. String
enabled This property is required. Boolean
mode This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
cancelableStates This property is required. string[]
classId This property is required. string
enabled This property is required. boolean
mode This property is required. string
objectType This property is required. string
additional_properties This property is required. str
cancelable_states This property is required. Sequence[str]
class_id This property is required. str
enabled This property is required. bool
mode This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
cancelableStates This property is required. List<String>
classId This property is required. String
enabled This property is required. Boolean
mode This property is required. String
objectType This property is required. String

GetWorkflowWorkflowInfoResultTag

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

GetWorkflowWorkflowInfoResultTaskInfo

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

GetWorkflowWorkflowInfoResultTaskInfoUpdate

AdditionalProperties This property is required. string
ClassId This property is required. string
Input This property is required. string
Name This property is required. string
A name of the workflow execution instance.
ObjectType This property is required. string
Status This property is required. string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
AdditionalProperties This property is required. string
ClassId This property is required. string
Input This property is required. string
Name This property is required. string
A name of the workflow execution instance.
ObjectType This property is required. string
Status This property is required. string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
additionalProperties This property is required. String
classId This property is required. String
input This property is required. String
name This property is required. String
A name of the workflow execution instance.
objectType This property is required. String
status This property is required. String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
additionalProperties This property is required. string
classId This property is required. string
input This property is required. string
name This property is required. string
A name of the workflow execution instance.
objectType This property is required. string
status This property is required. string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
additional_properties This property is required. str
class_id This property is required. str
input This property is required. str
name This property is required. str
A name of the workflow execution instance.
object_type This property is required. str
status This property is required. str
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
additionalProperties This property is required. String
classId This property is required. String
input This property is required. String
name This property is required. String
A name of the workflow execution instance.
objectType This property is required. String
status This property is required. String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.

GetWorkflowWorkflowInfoResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetWorkflowWorkflowInfoResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetWorkflowWorkflowInfoResultVersionContextRefMo>
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. []GetWorkflowWorkflowInfoResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetWorkflowWorkflowInfoResultVersionContextRefMo
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<GetWorkflowWorkflowInfoResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetWorkflowWorkflowInfoResultVersionContextRefMo>
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. GetWorkflowWorkflowInfoResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetWorkflowWorkflowInfoResultVersionContextRefMo[]
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[GetWorkflowWorkflowInfoResultVersionContextInterestedMo]
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[GetWorkflowWorkflowInfoResultVersionContextRefMo]
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

GetWorkflowWorkflowInfoResultVersionContextInterestedMo

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

GetWorkflowWorkflowInfoResultVersionContextRefMo

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

GetWorkflowWorkflowInfoResultWorkflowCtx

AdditionalProperties This property is required. string
ClassId This property is required. string
InitiatorCtxes This property is required. List<GetWorkflowWorkflowInfoResultWorkflowCtxInitiatorCtx>
ObjectType This property is required. string
TargetCtxLists This property is required. List<GetWorkflowWorkflowInfoResultWorkflowCtxTargetCtxList>
WorkflowSubtype This property is required. string
WorkflowType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InitiatorCtxes This property is required. []GetWorkflowWorkflowInfoResultWorkflowCtxInitiatorCtx
ObjectType This property is required. string
TargetCtxLists This property is required. []GetWorkflowWorkflowInfoResultWorkflowCtxTargetCtxList
WorkflowSubtype This property is required. string
WorkflowType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
initiatorCtxes This property is required. List<GetWorkflowWorkflowInfoResultWorkflowCtxInitiatorCtx>
objectType This property is required. String
targetCtxLists This property is required. List<GetWorkflowWorkflowInfoResultWorkflowCtxTargetCtxList>
workflowSubtype This property is required. String
workflowType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
initiatorCtxes This property is required. GetWorkflowWorkflowInfoResultWorkflowCtxInitiatorCtx[]
objectType This property is required. string
targetCtxLists This property is required. GetWorkflowWorkflowInfoResultWorkflowCtxTargetCtxList[]
workflowSubtype This property is required. string
workflowType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
initiator_ctxes This property is required. Sequence[GetWorkflowWorkflowInfoResultWorkflowCtxInitiatorCtx]
object_type This property is required. str
target_ctx_lists This property is required. Sequence[GetWorkflowWorkflowInfoResultWorkflowCtxTargetCtxList]
workflow_subtype This property is required. str
workflow_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
initiatorCtxes This property is required. List<Property Map>
objectType This property is required. String
targetCtxLists This property is required. List<Property Map>
workflowSubtype This property is required. String
workflowType This property is required. String

GetWorkflowWorkflowInfoResultWorkflowCtxInitiatorCtx

AdditionalProperties This property is required. string
ClassId This property is required. string
InitiatorMoid This property is required. string
InitiatorName This property is required. string
InitiatorType This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InitiatorMoid This property is required. string
InitiatorName This property is required. string
InitiatorType This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
initiatorMoid This property is required. String
initiatorName This property is required. String
initiatorType This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
initiatorMoid This property is required. string
initiatorName This property is required. string
initiatorType 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
initiator_moid This property is required. str
initiator_name This property is required. str
initiator_type This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
initiatorMoid This property is required. String
initiatorName This property is required. String
initiatorType This property is required. String
objectType This property is required. String

GetWorkflowWorkflowInfoResultWorkflowCtxTargetCtxList

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
TargetMoid This property is required. string
TargetName This property is required. string
TargetType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
TargetMoid This property is required. string
TargetName This property is required. string
TargetType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
targetMoid This property is required. String
targetName This property is required. String
targetType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
targetMoid This property is required. string
targetName This property is required. string
targetType 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
target_moid This property is required. str
target_name This property is required. str
target_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
targetMoid This property is required. String
targetName This property is required. String
targetType This property is required. String

GetWorkflowWorkflowInfoResultWorkflowDefinition

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

GetWorkflowWorkflowInfoTag

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.

GetWorkflowWorkflowInfoTaskInfo

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'.

GetWorkflowWorkflowInfoTaskInfoUpdate

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.
Input string
Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.
Name string
A name of the workflow execution instance.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Status string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
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.
Input string
Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.
Name string
A name of the workflow execution instance.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Status string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
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.
input String
Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.
name String
A name of the workflow execution instance.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
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.
input string
Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.
name string
A name of the workflow execution instance.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status string
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
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.
input str
Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.
name str
A name of the workflow execution instance.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status str
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.
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.
input String
Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.
name String
A name of the workflow execution instance.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status String
A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \ status\ field has been deprecated and is now replaced with the \ workflowStatus\ field.

GetWorkflowWorkflowInfoVersionContext

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<GetWorkflowWorkflowInfoVersionContextInterestedMo>
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 GetWorkflowWorkflowInfoVersionContextRefMo
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 []GetWorkflowWorkflowInfoVersionContextInterestedMo
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 GetWorkflowWorkflowInfoVersionContextRefMo
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<GetWorkflowWorkflowInfoVersionContextInterestedMo>
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 GetWorkflowWorkflowInfoVersionContextRefMo
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 GetWorkflowWorkflowInfoVersionContextInterestedMo[]
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 GetWorkflowWorkflowInfoVersionContextRefMo
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[GetWorkflowWorkflowInfoVersionContextInterestedMo]
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 GetWorkflowWorkflowInfoVersionContextRefMo
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.

GetWorkflowWorkflowInfoVersionContextInterestedMo

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'.

GetWorkflowWorkflowInfoVersionContextRefMo

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'.

GetWorkflowWorkflowInfoWorkflowCtx

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.
InitiatorCtx GetWorkflowWorkflowInfoWorkflowCtxInitiatorCtx
Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
TargetCtxLists List<GetWorkflowWorkflowInfoWorkflowCtxTargetCtxList>
WorkflowSubtype string
The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.
WorkflowType string
Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.
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.
InitiatorCtx GetWorkflowWorkflowInfoWorkflowCtxInitiatorCtx
Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
TargetCtxLists []GetWorkflowWorkflowInfoWorkflowCtxTargetCtxList
WorkflowSubtype string
The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.
WorkflowType string
Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.
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.
initiatorCtx GetWorkflowWorkflowInfoWorkflowCtxInitiatorCtx
Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
targetCtxLists List<GetWorkflowWorkflowInfoWorkflowCtxTargetCtxList>
workflowSubtype String
The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.
workflowType String
Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.
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.
initiatorCtx GetWorkflowWorkflowInfoWorkflowCtxInitiatorCtx
Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
targetCtxLists GetWorkflowWorkflowInfoWorkflowCtxTargetCtxList[]
workflowSubtype string
The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.
workflowType string
Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.
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.
initiator_ctx GetWorkflowWorkflowInfoWorkflowCtxInitiatorCtx
Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
target_ctx_lists Sequence[GetWorkflowWorkflowInfoWorkflowCtxTargetCtxList]
workflow_subtype str
The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.
workflow_type str
Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.
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.
initiatorCtx Property Map
Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
targetCtxLists List<Property Map>
workflowSubtype String
The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.
workflowType String
Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.

GetWorkflowWorkflowInfoWorkflowCtxInitiatorCtx

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.
InitiatorMoid string
The moid of the Intersight managed object that initiated the workflow.
InitiatorName string
Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.
InitiatorType string
Type of Intersight managed object that initiated the workflow.
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.
InitiatorMoid string
The moid of the Intersight managed object that initiated the workflow.
InitiatorName string
Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.
InitiatorType string
Type of Intersight managed object that initiated the workflow.
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.
initiatorMoid String
The moid of the Intersight managed object that initiated the workflow.
initiatorName String
Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.
initiatorType String
Type of Intersight managed object that initiated the workflow.
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.
initiatorMoid string
The moid of the Intersight managed object that initiated the workflow.
initiatorName string
Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.
initiatorType string
Type of Intersight managed object that initiated the workflow.
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.
initiator_moid str
The moid of the Intersight managed object that initiated the workflow.
initiator_name str
Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.
initiator_type str
Type of Intersight managed object that initiated the workflow.
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.
initiatorMoid String
The moid of the Intersight managed object that initiated the workflow.
initiatorName String
Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.
initiatorType String
Type of Intersight managed object that initiated the workflow.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetWorkflowWorkflowInfoWorkflowCtxTargetCtxList

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.
TargetMoid string
Moid of the target Intersight managed object.
TargetName string
Name of the target instance.
TargetType string
Object type of the target Intersight managed object.
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.
TargetMoid string
Moid of the target Intersight managed object.
TargetName string
Name of the target instance.
TargetType string
Object type of the target Intersight managed object.
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.
targetMoid String
Moid of the target Intersight managed object.
targetName String
Name of the target instance.
targetType String
Object type of the target Intersight managed object.
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.
targetMoid string
Moid of the target Intersight managed object.
targetName string
Name of the target instance.
targetType string
Object type of the target Intersight managed object.
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.
target_moid str
Moid of the target Intersight managed object.
target_name str
Name of the target instance.
target_type str
Object type of the target Intersight managed object.
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.
targetMoid String
Moid of the target Intersight managed object.
targetName String
Name of the target instance.
targetType String
Object type of the target Intersight managed object.

GetWorkflowWorkflowInfoWorkflowDefinition

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.