intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowTaskInfo
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Task instance which represents the run time instance of a task within a workflow.
Using getWorkflowTaskInfo
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 getWorkflowTaskInfo(args: GetWorkflowTaskInfoArgs, opts?: InvokeOptions): Promise<GetWorkflowTaskInfoResult>
function getWorkflowTaskInfoOutput(args: GetWorkflowTaskInfoOutputArgs, opts?: InvokeOptions): Output<GetWorkflowTaskInfoResult>def get_workflow_task_info(account_moid: Optional[str] = None,
                           additional_properties: Optional[str] = None,
                           ancestors: Optional[Sequence[GetWorkflowTaskInfoAncestor]] = None,
                           class_id: Optional[str] = None,
                           create_time: Optional[str] = None,
                           description: Optional[str] = None,
                           domain_group_moid: Optional[str] = None,
                           end_time: Optional[str] = None,
                           failure_reason: Optional[str] = None,
                           id: Optional[str] = None,
                           input: Optional[str] = None,
                           inst_id: Optional[str] = None,
                           internal: Optional[bool] = None,
                           label: Optional[str] = None,
                           messages: Optional[Sequence[GetWorkflowTaskInfoMessage]] = None,
                           mod_time: Optional[str] = None,
                           moid: Optional[str] = None,
                           name: Optional[str] = None,
                           object_type: Optional[str] = None,
                           output: Optional[str] = None,
                           owners: Optional[Sequence[str]] = None,
                           parent: Optional[GetWorkflowTaskInfoParent] = None,
                           permission_resources: Optional[Sequence[GetWorkflowTaskInfoPermissionResource]] = None,
                           ref_name: Optional[str] = None,
                           retry_count: Optional[float] = None,
                           rollback_disabled: Optional[bool] = None,
                           running_inst_id: Optional[str] = None,
                           shared_scope: Optional[str] = None,
                           start_time: Optional[str] = None,
                           status: Optional[str] = None,
                           sub_workflow_info: Optional[GetWorkflowTaskInfoSubWorkflowInfo] = None,
                           sub_workflow_retry_histories: Optional[Sequence[GetWorkflowTaskInfoSubWorkflowRetryHistory]] = None,
                           tags: Optional[Sequence[GetWorkflowTaskInfoTag]] = None,
                           task_definition: Optional[GetWorkflowTaskInfoTaskDefinition] = None,
                           task_inst_id_lists: Optional[Sequence[GetWorkflowTaskInfoTaskInstIdList]] = None,
                           task_loop_info: Optional[GetWorkflowTaskInfoTaskLoopInfo] = None,
                           version_context: Optional[GetWorkflowTaskInfoVersionContext] = None,
                           workflow_info: Optional[GetWorkflowTaskInfoWorkflowInfo] = None,
                           opts: Optional[InvokeOptions] = None) -> GetWorkflowTaskInfoResult
def get_workflow_task_info_output(account_moid: Optional[pulumi.Input[str]] = None,
                           additional_properties: Optional[pulumi.Input[str]] = None,
                           ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskInfoAncestorArgs]]]] = None,
                           class_id: Optional[pulumi.Input[str]] = None,
                           create_time: Optional[pulumi.Input[str]] = None,
                           description: Optional[pulumi.Input[str]] = None,
                           domain_group_moid: Optional[pulumi.Input[str]] = None,
                           end_time: Optional[pulumi.Input[str]] = None,
                           failure_reason: Optional[pulumi.Input[str]] = 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,
                           label: Optional[pulumi.Input[str]] = None,
                           messages: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskInfoMessageArgs]]]] = 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,
                           output: Optional[pulumi.Input[str]] = None,
                           owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                           parent: Optional[pulumi.Input[GetWorkflowTaskInfoParentArgs]] = None,
                           permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskInfoPermissionResourceArgs]]]] = None,
                           ref_name: Optional[pulumi.Input[str]] = None,
                           retry_count: Optional[pulumi.Input[float]] = None,
                           rollback_disabled: Optional[pulumi.Input[bool]] = None,
                           running_inst_id: Optional[pulumi.Input[str]] = None,
                           shared_scope: Optional[pulumi.Input[str]] = None,
                           start_time: Optional[pulumi.Input[str]] = None,
                           status: Optional[pulumi.Input[str]] = None,
                           sub_workflow_info: Optional[pulumi.Input[GetWorkflowTaskInfoSubWorkflowInfoArgs]] = None,
                           sub_workflow_retry_histories: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskInfoSubWorkflowRetryHistoryArgs]]]] = None,
                           tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskInfoTagArgs]]]] = None,
                           task_definition: Optional[pulumi.Input[GetWorkflowTaskInfoTaskDefinitionArgs]] = None,
                           task_inst_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskInfoTaskInstIdListArgs]]]] = None,
                           task_loop_info: Optional[pulumi.Input[GetWorkflowTaskInfoTaskLoopInfoArgs]] = None,
                           version_context: Optional[pulumi.Input[GetWorkflowTaskInfoVersionContextArgs]] = None,
                           workflow_info: Optional[pulumi.Input[GetWorkflowTaskInfoWorkflowInfoArgs]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowTaskInfoResult]func LookupWorkflowTaskInfo(ctx *Context, args *LookupWorkflowTaskInfoArgs, opts ...InvokeOption) (*LookupWorkflowTaskInfoResult, error)
func LookupWorkflowTaskInfoOutput(ctx *Context, args *LookupWorkflowTaskInfoOutputArgs, opts ...InvokeOption) LookupWorkflowTaskInfoResultOutput> Note: This function is named LookupWorkflowTaskInfo in the Go SDK.
public static class GetWorkflowTaskInfo 
{
    public static Task<GetWorkflowTaskInfoResult> InvokeAsync(GetWorkflowTaskInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowTaskInfoResult> Invoke(GetWorkflowTaskInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowTaskInfoResult> getWorkflowTaskInfo(GetWorkflowTaskInfoArgs args, InvokeOptions options)
public static Output<GetWorkflowTaskInfoResult> getWorkflowTaskInfo(GetWorkflowTaskInfoArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowTaskInfo:getWorkflowTaskInfo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Task Info Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The task description and this is the description that was added when the task was included into the workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time stamp when the task reached a final state.
- FailureReason string
- Description of the reason why the task failed.
- Id string
- Input string
- InstId string
- The instance ID of the task running in the workflow engine.
- Internal bool
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- Label string
- User friendly short label to describe this task instance in the workflow.
- Messages
List<GetWorkflow Task Info Message> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Task definition name which specifies the task type.
- ObjectType string
- Output string
- Owners List<string>
- Parent
GetWorkflow Task Info Parent 
- PermissionResources List<GetWorkflow Task Info Permission Resource> 
- RefName string
- The task reference name to ensure its unique inside a workflow.
- RetryCount double
- Denotes the number of times the task has been retried.
- RollbackDisabled bool
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- RunningInst stringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time stamp when the task started execution.
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- SubWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- SubWorkflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> 
- 
List<GetWorkflow Task Info Tag> 
- TaskDefinition GetWorkflow Task Info Task Definition 
- TaskInst List<GetId Lists Workflow Task Info Task Inst Id List> 
- TaskLoop GetInfo Workflow Task Info Task Loop Info 
- VersionContext GetWorkflow Task Info Version Context 
- WorkflowInfo GetWorkflow Task Info Workflow Info 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Task Info Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The task description and this is the description that was added when the task was included into the workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time stamp when the task reached a final state.
- FailureReason string
- Description of the reason why the task failed.
- Id string
- Input string
- InstId string
- The instance ID of the task running in the workflow engine.
- Internal bool
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- Label string
- User friendly short label to describe this task instance in the workflow.
- Messages
[]GetWorkflow Task Info Message 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Task definition name which specifies the task type.
- ObjectType string
- Output string
- Owners []string
- Parent
GetWorkflow Task Info Parent 
- PermissionResources []GetWorkflow Task Info Permission Resource 
- RefName string
- The task reference name to ensure its unique inside a workflow.
- RetryCount float64
- Denotes the number of times the task has been retried.
- RollbackDisabled bool
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- RunningInst stringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time stamp when the task started execution.
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- SubWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- SubWorkflow []GetRetry Histories Workflow Task Info Sub Workflow Retry History 
- 
[]GetWorkflow Task Info Tag 
- TaskDefinition GetWorkflow Task Info Task Definition 
- TaskInst []GetId Lists Workflow Task Info Task Inst Id List 
- TaskLoop GetInfo Workflow Task Info Task Loop Info 
- VersionContext GetWorkflow Task Info Version Context 
- WorkflowInfo GetWorkflow Task Info Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Task Info Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The task description and this is the description that was added when the task was included into the workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time stamp when the task reached a final state.
- failureReason String
- Description of the reason why the task failed.
- id String
- input String
- instId String
- The instance ID of the task running in the workflow engine.
- internal Boolean
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label String
- User friendly short label to describe this task instance in the workflow.
- messages
List<GetWorkflow Task Info Message> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Task definition name which specifies the task type.
- objectType String
- output String
- owners List<String>
- parent
GetWorkflow Task Info Parent 
- permissionResources List<GetWorkflow Task Info Permission Resource> 
- refName String
- The task reference name to ensure its unique inside a workflow.
- retryCount Double
- Denotes the number of times the task has been retried.
- rollbackDisabled Boolean
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- runningInst StringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time stamp when the task started execution.
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- subWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- subWorkflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> 
- 
List<GetWorkflow Task Info Tag> 
- taskDefinition GetWorkflow Task Info Task Definition 
- taskInst List<GetId Lists Workflow Task Info Task Inst Id List> 
- taskLoop GetInfo Workflow Task Info Task Loop Info 
- versionContext GetWorkflow Task Info Version Context 
- workflowInfo GetWorkflow Task Info Workflow Info 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Task Info Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- The task description and this is the description that was added when the task was included into the workflow.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time stamp when the task reached a final state.
- failureReason string
- Description of the reason why the task failed.
- id string
- input string
- instId string
- The instance ID of the task running in the workflow engine.
- internal boolean
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label string
- User friendly short label to describe this task instance in the workflow.
- messages
GetWorkflow Task Info Message[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Task definition name which specifies the task type.
- objectType string
- output string
- owners string[]
- parent
GetWorkflow Task Info Parent 
- permissionResources GetWorkflow Task Info Permission Resource[] 
- refName string
- The task reference name to ensure its unique inside a workflow.
- retryCount number
- Denotes the number of times the task has been retried.
- rollbackDisabled boolean
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- runningInst stringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime string
- The time stamp when the task started execution.
- status string
- The status of the task and this will specify if the task is running or has reached a final state.
- subWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- subWorkflow GetRetry Histories Workflow Task Info Sub Workflow Retry History[] 
- 
GetWorkflow Task Info Tag[] 
- taskDefinition GetWorkflow Task Info Task Definition 
- taskInst GetId Lists Workflow Task Info Task Inst Id List[] 
- taskLoop GetInfo Workflow Task Info Task Loop Info 
- versionContext GetWorkflow Task Info Version Context 
- workflowInfo GetWorkflow Task Info Workflow Info 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Task Info Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- The task description and this is the description that was added when the task was included into the workflow.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time stamp when the task reached a final state.
- failure_reason str
- Description of the reason why the task failed.
- id str
- input str
- inst_id str
- The instance ID of the task running in the workflow engine.
- internal bool
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label str
- User friendly short label to describe this task instance in the workflow.
- messages
Sequence[GetWorkflow Task Info Message] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Task definition name which specifies the task type.
- object_type str
- output str
- owners Sequence[str]
- parent
GetWorkflow Task Info Parent 
- permission_resources Sequence[GetWorkflow Task Info Permission Resource] 
- ref_name str
- The task reference name to ensure its unique inside a workflow.
- retry_count float
- Denotes the number of times the task has been retried.
- rollback_disabled bool
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running_inst_ strid 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_time str
- The time stamp when the task started execution.
- status str
- The status of the task and this will specify if the task is running or has reached a final state.
- sub_workflow_ Getinfo Workflow Task Info Sub Workflow Info 
- sub_workflow_ Sequence[Getretry_ histories Workflow Task Info Sub Workflow Retry History] 
- 
Sequence[GetWorkflow Task Info Tag] 
- task_definition GetWorkflow Task Info Task Definition 
- task_inst_ Sequence[Getid_ lists Workflow Task Info Task Inst Id List] 
- task_loop_ Getinfo Workflow Task Info Task Loop Info 
- version_context GetWorkflow Task Info Version Context 
- workflow_info GetWorkflow Task Info Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The task description and this is the description that was added when the task was included into the workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time stamp when the task reached a final state.
- failureReason String
- Description of the reason why the task failed.
- id String
- input String
- instId String
- The instance ID of the task running in the workflow engine.
- internal Boolean
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label String
- User friendly short label to describe this task instance in the workflow.
- 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
- Task definition name which specifies the task type.
- objectType String
- output String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- refName String
- The task reference name to ensure its unique inside a workflow.
- retryCount Number
- Denotes the number of times the task has been retried.
- rollbackDisabled Boolean
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- runningInst StringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time stamp when the task started execution.
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- subWorkflow Property MapInfo 
- subWorkflow List<Property Map>Retry Histories 
- List<Property Map>
- taskDefinition Property Map
- taskInst List<Property Map>Id Lists 
- taskLoop Property MapInfo 
- versionContext Property Map
- workflowInfo Property Map
getWorkflowTaskInfo Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Task Info Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Task Info Ancestor> 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EndTime string
- FailureReason string
- Input string
- InstId string
- Internal bool
- Label string
- Messages
List<GetWorkflow Task Info Message> 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Output string
- Owners List<string>
- Parent
GetWorkflow Task Info Parent 
- PermissionResources List<GetWorkflow Task Info Permission Resource> 
- RefName string
- RetryCount double
- RollbackDisabled bool
- RunningInst stringId 
- string
- StartTime string
- Status string
- SubWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- SubWorkflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> 
- 
List<GetWorkflow Task Info Tag> 
- TaskDefinition GetWorkflow Task Info Task Definition 
- TaskInst List<GetId Lists Workflow Task Info Task Inst Id List> 
- TaskLoop GetInfo Workflow Task Info Task Loop Info 
- VersionContext GetWorkflow Task Info Version Context 
- WorkflowInfo GetWorkflow Task Info Workflow Info 
- Id string
- Results
[]GetWorkflow Task Info Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Task Info Ancestor 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EndTime string
- FailureReason string
- Input string
- InstId string
- Internal bool
- Label string
- Messages
[]GetWorkflow Task Info Message 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Output string
- Owners []string
- Parent
GetWorkflow Task Info Parent 
- PermissionResources []GetWorkflow Task Info Permission Resource 
- RefName string
- RetryCount float64
- RollbackDisabled bool
- RunningInst stringId 
- string
- StartTime string
- Status string
- SubWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- SubWorkflow []GetRetry Histories Workflow Task Info Sub Workflow Retry History 
- 
[]GetWorkflow Task Info Tag 
- TaskDefinition GetWorkflow Task Info Task Definition 
- TaskInst []GetId Lists Workflow Task Info Task Inst Id List 
- TaskLoop GetInfo Workflow Task Info Task Loop Info 
- VersionContext GetWorkflow Task Info Version Context 
- WorkflowInfo GetWorkflow Task Info Workflow Info 
- id String
- results
List<GetWorkflow Task Info Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetWorkflow Task Info Ancestor> 
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- endTime String
- failureReason String
- input String
- instId String
- internal Boolean
- label String
- messages
List<GetWorkflow Task Info Message> 
- modTime String
- moid String
- name String
- objectType String
- output String
- owners List<String>
- parent
GetWorkflow Task Info Parent 
- permissionResources List<GetWorkflow Task Info Permission Resource> 
- refName String
- retryCount Double
- rollbackDisabled Boolean
- runningInst StringId 
- String
- startTime String
- status String
- subWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- subWorkflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> 
- 
List<GetWorkflow Task Info Tag> 
- taskDefinition GetWorkflow Task Info Task Definition 
- taskInst List<GetId Lists Workflow Task Info Task Inst Id List> 
- taskLoop GetInfo Workflow Task Info Task Loop Info 
- versionContext GetWorkflow Task Info Version Context 
- workflowInfo GetWorkflow Task Info Workflow Info 
- id string
- results
GetWorkflow Task Info Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetWorkflow Task Info Ancestor[] 
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- endTime string
- failureReason string
- input string
- instId string
- internal boolean
- label string
- messages
GetWorkflow Task Info Message[] 
- modTime string
- moid string
- name string
- objectType string
- output string
- owners string[]
- parent
GetWorkflow Task Info Parent 
- permissionResources GetWorkflow Task Info Permission Resource[] 
- refName string
- retryCount number
- rollbackDisabled boolean
- runningInst stringId 
- string
- startTime string
- status string
- subWorkflow GetInfo Workflow Task Info Sub Workflow Info 
- subWorkflow GetRetry Histories Workflow Task Info Sub Workflow Retry History[] 
- 
GetWorkflow Task Info Tag[] 
- taskDefinition GetWorkflow Task Info Task Definition 
- taskInst GetId Lists Workflow Task Info Task Inst Id List[] 
- taskLoop GetInfo Workflow Task Info Task Loop Info 
- versionContext GetWorkflow Task Info Version Context 
- workflowInfo GetWorkflow Task Info Workflow Info 
- id str
- results
Sequence[GetWorkflow Task Info Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetWorkflow Task Info Ancestor] 
- class_id str
- create_time str
- description str
- domain_group_ strmoid 
- end_time str
- failure_reason str
- input str
- inst_id str
- internal bool
- label str
- messages
Sequence[GetWorkflow Task Info Message] 
- mod_time str
- moid str
- name str
- object_type str
- output str
- owners Sequence[str]
- parent
GetWorkflow Task Info Parent 
- permission_resources Sequence[GetWorkflow Task Info Permission Resource] 
- ref_name str
- retry_count float
- rollback_disabled bool
- running_inst_ strid 
- str
- start_time str
- status str
- sub_workflow_ Getinfo Workflow Task Info Sub Workflow Info 
- sub_workflow_ Sequence[Getretry_ histories Workflow Task Info Sub Workflow Retry History] 
- 
Sequence[GetWorkflow Task Info Tag] 
- task_definition GetWorkflow Task Info Task Definition 
- task_inst_ Sequence[Getid_ lists Workflow Task Info Task Inst Id List] 
- task_loop_ Getinfo Workflow Task Info Task Loop Info 
- version_context GetWorkflow Task Info Version Context 
- workflow_info GetWorkflow Task Info Workflow Info 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- endTime String
- failureReason String
- input String
- instId String
- internal Boolean
- label String
- messages List<Property Map>
- modTime String
- moid String
- name String
- objectType String
- output String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- refName String
- retryCount Number
- rollbackDisabled Boolean
- runningInst StringId 
- String
- startTime String
- status String
- subWorkflow Property MapInfo 
- subWorkflow List<Property Map>Retry Histories 
- List<Property Map>
- taskDefinition Property Map
- taskInst List<Property Map>Id Lists 
- taskLoop Property MapInfo 
- versionContext Property Map
- workflowInfo Property Map
Supporting Types
GetWorkflowTaskInfoAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoMessage    
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
 
GetWorkflowTaskInfoParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Task Info Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The task description and this is the description that was added when the task was included into the workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time stamp when the task reached a final state.
- FailureReason string
- Description of the reason why the task failed.
- Input string
- InstId string
- The instance ID of the task running in the workflow engine.
- Internal bool
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- Label string
- User friendly short label to describe this task instance in the workflow.
- Messages
List<GetWorkflow Task Info Result Message> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Task definition name which specifies the task type.
- ObjectType string
- Output string
- Owners List<string>
- Parents
List<GetWorkflow Task Info Result Parent> 
- PermissionResources List<GetWorkflow Task Info Result Permission Resource> 
- RefName string
- The task reference name to ensure its unique inside a workflow.
- RetryCount double
- Denotes the number of times the task has been retried.
- RollbackDisabled bool
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- RunningInst stringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time stamp when the task started execution.
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- SubWorkflow List<GetInfos Workflow Task Info Result Sub Workflow Info> 
- SubWorkflow List<GetRetry Histories Workflow Task Info Result Sub Workflow Retry History> 
- 
List<GetWorkflow Task Info Result Tag> 
- TaskDefinitions List<GetWorkflow Task Info Result Task Definition> 
- TaskInst List<GetId Lists Workflow Task Info Result Task Inst Id List> 
- TaskLoop List<GetInfos Workflow Task Info Result Task Loop Info> 
- VersionContexts List<GetWorkflow Task Info Result Version Context> 
- WorkflowInfos List<GetWorkflow Task Info Result Workflow Info> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Task Info Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The task description and this is the description that was added when the task was included into the workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time stamp when the task reached a final state.
- FailureReason string
- Description of the reason why the task failed.
- Input string
- InstId string
- The instance ID of the task running in the workflow engine.
- Internal bool
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- Label string
- User friendly short label to describe this task instance in the workflow.
- Messages
[]GetWorkflow Task Info Result Message 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Task definition name which specifies the task type.
- ObjectType string
- Output string
- Owners []string
- Parents
[]GetWorkflow Task Info Result Parent 
- PermissionResources []GetWorkflow Task Info Result Permission Resource 
- RefName string
- The task reference name to ensure its unique inside a workflow.
- RetryCount float64
- Denotes the number of times the task has been retried.
- RollbackDisabled bool
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- RunningInst stringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The time stamp when the task started execution.
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- SubWorkflow []GetInfos Workflow Task Info Result Sub Workflow Info 
- SubWorkflow []GetRetry Histories Workflow Task Info Result Sub Workflow Retry History 
- 
[]GetWorkflow Task Info Result Tag 
- TaskDefinitions []GetWorkflow Task Info Result Task Definition 
- TaskInst []GetId Lists Workflow Task Info Result Task Inst Id List 
- TaskLoop []GetInfos Workflow Task Info Result Task Loop Info 
- VersionContexts []GetWorkflow Task Info Result Version Context 
- WorkflowInfos []GetWorkflow Task Info Result Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Task Info Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The task description and this is the description that was added when the task was included into the workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time stamp when the task reached a final state.
- failureReason String
- Description of the reason why the task failed.
- input String
- instId String
- The instance ID of the task running in the workflow engine.
- internal Boolean
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label String
- User friendly short label to describe this task instance in the workflow.
- messages
List<GetWorkflow Task Info Result Message> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Task definition name which specifies the task type.
- objectType String
- output String
- owners List<String>
- parents
List<GetWorkflow Task Info Result Parent> 
- permissionResources List<GetWorkflow Task Info Result Permission Resource> 
- refName String
- The task reference name to ensure its unique inside a workflow.
- retryCount Double
- Denotes the number of times the task has been retried.
- rollbackDisabled Boolean
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- runningInst StringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time stamp when the task started execution.
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- subWorkflow List<GetInfos Workflow Task Info Result Sub Workflow Info> 
- subWorkflow List<GetRetry Histories Workflow Task Info Result Sub Workflow Retry History> 
- 
List<GetWorkflow Task Info Result Tag> 
- taskDefinitions List<GetWorkflow Task Info Result Task Definition> 
- taskInst List<GetId Lists Workflow Task Info Result Task Inst Id List> 
- taskLoop List<GetInfos Workflow Task Info Result Task Loop Info> 
- versionContexts List<GetWorkflow Task Info Result Version Context> 
- workflowInfos List<GetWorkflow Task Info Result Workflow Info> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Task Info Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- The task description and this is the description that was added when the task was included into the workflow.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time stamp when the task reached a final state.
- failureReason string
- Description of the reason why the task failed.
- input string
- instId string
- The instance ID of the task running in the workflow engine.
- internal boolean
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label string
- User friendly short label to describe this task instance in the workflow.
- messages
GetWorkflow Task Info Result Message[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Task definition name which specifies the task type.
- objectType string
- output string
- owners string[]
- parents
GetWorkflow Task Info Result Parent[] 
- permissionResources GetWorkflow Task Info Result Permission Resource[] 
- refName string
- The task reference name to ensure its unique inside a workflow.
- retryCount number
- Denotes the number of times the task has been retried.
- rollbackDisabled boolean
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- runningInst stringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime string
- The time stamp when the task started execution.
- status string
- The status of the task and this will specify if the task is running or has reached a final state.
- subWorkflow GetInfos Workflow Task Info Result Sub Workflow Info[] 
- subWorkflow GetRetry Histories Workflow Task Info Result Sub Workflow Retry History[] 
- 
GetWorkflow Task Info Result Tag[] 
- taskDefinitions GetWorkflow Task Info Result Task Definition[] 
- taskInst GetId Lists Workflow Task Info Result Task Inst Id List[] 
- taskLoop GetInfos Workflow Task Info Result Task Loop Info[] 
- versionContexts GetWorkflow Task Info Result Version Context[] 
- workflowInfos GetWorkflow Task Info Result Workflow Info[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Task Info Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- The task description and this is the description that was added when the task was included into the workflow.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time stamp when the task reached a final state.
- failure_reason str
- Description of the reason why the task failed.
- input str
- inst_id str
- The instance ID of the task running in the workflow engine.
- internal bool
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label str
- User friendly short label to describe this task instance in the workflow.
- messages
Sequence[GetWorkflow Task Info Result Message] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Task definition name which specifies the task type.
- object_type str
- output str
- owners Sequence[str]
- parents
Sequence[GetWorkflow Task Info Result Parent] 
- permission_resources Sequence[GetWorkflow Task Info Result Permission Resource] 
- ref_name str
- The task reference name to ensure its unique inside a workflow.
- retry_count float
- Denotes the number of times the task has been retried.
- rollback_disabled bool
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running_inst_ strid 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_time str
- The time stamp when the task started execution.
- status str
- The status of the task and this will specify if the task is running or has reached a final state.
- sub_workflow_ Sequence[Getinfos Workflow Task Info Result Sub Workflow Info] 
- sub_workflow_ Sequence[Getretry_ histories Workflow Task Info Result Sub Workflow Retry History] 
- 
Sequence[GetWorkflow Task Info Result Tag] 
- task_definitions Sequence[GetWorkflow Task Info Result Task Definition] 
- task_inst_ Sequence[Getid_ lists Workflow Task Info Result Task Inst Id List] 
- task_loop_ Sequence[Getinfos Workflow Task Info Result Task Loop Info] 
- version_contexts Sequence[GetWorkflow Task Info Result Version Context] 
- workflow_infos Sequence[GetWorkflow Task Info Result Workflow Info] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The task description and this is the description that was added when the task was included into the workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time stamp when the task reached a final state.
- failureReason String
- Description of the reason why the task failed.
- input String
- instId String
- The instance ID of the task running in the workflow engine.
- internal Boolean
- Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
- label String
- User friendly short label to describe this task instance in the workflow.
- 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
- Task definition name which specifies the task type.
- objectType String
- output String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- refName String
- The task reference name to ensure its unique inside a workflow.
- retryCount Number
- Denotes the number of times the task has been retried.
- rollbackDisabled Boolean
- The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- runningInst StringId 
- The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The time stamp when the task started execution.
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- subWorkflow List<Property Map>Infos 
- subWorkflow List<Property Map>Retry Histories 
- List<Property Map>
- taskDefinitions List<Property Map>
- taskInst List<Property Map>Id Lists 
- taskLoop List<Property Map>Infos 
- versionContexts List<Property Map>
- workflowInfos List<Property Map>
GetWorkflowTaskInfoResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultMessage     
- AdditionalProperties string
- ClassId string
- Message string
- ObjectType string
- Severity string
- AdditionalProperties string
- ClassId string
- Message string
- ObjectType string
- Severity string
- additionalProperties String
- classId String
- message String
- objectType String
- severity String
- additionalProperties string
- classId string
- message string
- objectType string
- severity string
- additional_properties str
- class_id str
- message str
- object_type str
- severity str
- additionalProperties String
- classId String
- message String
- objectType String
- severity String
GetWorkflowTaskInfoResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultSubWorkflowInfo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultSubWorkflowRetryHistory        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowTaskInfoResultTaskDefinition      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultTaskInstIdList        
- AdditionalProperties string
- ClassId string
- ObjectType string
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- TaskInst stringId 
- AdditionalProperties string
- ClassId string
- ObjectType string
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- TaskInst stringId 
- additionalProperties String
- classId String
- objectType String
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- taskInst StringId 
- additionalProperties string
- classId string
- objectType string
- status string
- The status of the task and this will specify if the task is running or has reached a final state.
- taskInst stringId 
- additional_properties str
- class_id str
- object_type str
- status str
- The status of the task and this will specify if the task is running or has reached a final state.
- task_inst_ strid 
- additionalProperties String
- classId String
- objectType String
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- taskInst StringId 
GetWorkflowTaskInfoResultTaskLoopInfo       
- AdditionalProperties string
- ClassId string
- Iteration double
- LoopTask stringLabel 
- LoopTask stringName 
- LoopType string
- ObjectType string
- AdditionalProperties string
- ClassId string
- Iteration float64
- LoopTask stringLabel 
- LoopTask stringName 
- LoopType string
- ObjectType string
- additionalProperties String
- classId String
- iteration Double
- loopTask StringLabel 
- loopTask StringName 
- loopType String
- objectType String
- additionalProperties string
- classId string
- iteration number
- loopTask stringLabel 
- loopTask stringName 
- loopType string
- objectType string
- additional_properties str
- class_id str
- iteration float
- loop_task_ strlabel 
- loop_task_ strname 
- loop_type str
- object_type str
- additionalProperties String
- classId String
- iteration Number
- loopTask StringLabel 
- loopTask StringName 
- loopType String
- objectType String
GetWorkflowTaskInfoResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetWorkflow Task Info Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetWorkflow Task Info Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowTaskInfoResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoResultWorkflowInfo      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowTaskInfoSubWorkflowInfo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoSubWorkflowRetryHistory       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoTag    
- 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.
GetWorkflowTaskInfoTaskDefinition     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoTaskInstIdList       
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- TaskInst stringId 
- Retry instance will get a unique instance id.
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
- Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- TaskInst stringId 
- Retry instance will get a unique instance id.
- additionalProperties String
- classId String
- The fully-qualified name 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.
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- taskInst StringId 
- Retry instance will get a unique instance id.
- additionalProperties string
- classId string
- The fully-qualified name 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.
- status string
- The status of the task and this will specify if the task is running or has reached a final state.
- taskInst stringId 
- Retry instance will get a unique instance id.
- 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.
- status str
- The status of the task and this will specify if the task is running or has reached a final state.
- task_inst_ strid 
- Retry instance will get a unique instance id.
- additionalProperties String
- classId String
- The fully-qualified name 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.
- status String
- The status of the task and this will specify if the task is running or has reached a final state.
- taskInst StringId 
- Retry instance will get a unique instance id.
GetWorkflowTaskInfoTaskLoopInfo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Iteration double
- This specifies the count of iteration for the specific task executed inside the loop.
- LoopTask stringLabel 
- Label of the loop task inside which this task is executed.
- LoopTask stringName 
- Name of the loop task inside which this task is executed.
- LoopType string
- This specifies the type of loop, Serial or Parallel.- None- The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
- Parallel- The enum specifies the option as Parallel where the loop task type is parallel loop.
- Serial- The enum specifies the option as Serial where the loop task type is serial loop.
 
- 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.
- Iteration float64
- This specifies the count of iteration for the specific task executed inside the loop.
- LoopTask stringLabel 
- Label of the loop task inside which this task is executed.
- LoopTask stringName 
- Name of the loop task inside which this task is executed.
- LoopType string
- This specifies the type of loop, Serial or Parallel.- None- The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
- Parallel- The enum specifies the option as Parallel where the loop task type is parallel loop.
- Serial- The enum specifies the option as Serial where the loop task type is serial loop.
 
- 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.
- iteration Double
- This specifies the count of iteration for the specific task executed inside the loop.
- loopTask StringLabel 
- Label of the loop task inside which this task is executed.
- loopTask StringName 
- Name of the loop task inside which this task is executed.
- loopType String
- This specifies the type of loop, Serial or Parallel.- None- The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
- Parallel- The enum specifies the option as Parallel where the loop task type is parallel loop.
- Serial- The enum specifies the option as Serial where the loop task type is serial loop.
 
- 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.
- iteration number
- This specifies the count of iteration for the specific task executed inside the loop.
- loopTask stringLabel 
- Label of the loop task inside which this task is executed.
- loopTask stringName 
- Name of the loop task inside which this task is executed.
- loopType string
- This specifies the type of loop, Serial or Parallel.- None- The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
- Parallel- The enum specifies the option as Parallel where the loop task type is parallel loop.
- Serial- The enum specifies the option as Serial where the loop task type is serial loop.
 
- 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.
- iteration float
- This specifies the count of iteration for the specific task executed inside the loop.
- loop_task_ strlabel 
- Label of the loop task inside which this task is executed.
- loop_task_ strname 
- Name of the loop task inside which this task is executed.
- loop_type str
- This specifies the type of loop, Serial or Parallel.- None- The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
- Parallel- The enum specifies the option as Parallel where the loop task type is parallel loop.
- Serial- The enum specifies the option as Serial where the loop task type is serial loop.
 
- 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.
- iteration Number
- This specifies the count of iteration for the specific task executed inside the loop.
- loopTask StringLabel 
- Label of the loop task inside which this task is executed.
- loopTask StringName 
- Name of the loop task inside which this task is executed.
- loopType String
- This specifies the type of loop, Serial or Parallel.- None- The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
- Parallel- The enum specifies the option as Parallel where the loop task type is parallel loop.
- Serial- The enum specifies the option as Serial where the loop task type is serial loop.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkflowTaskInfoVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Task Info Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Task Info Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Task Info Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Task Info Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Task Info Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Task Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Task Info Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Task Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow Task Info Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetWorkflow Task Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetWorkflowTaskInfoVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowTaskInfoWorkflowInfo     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet