intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getWorkflowTaskInfo
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Task Info Ancestor> - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time stamp when the task reached a final state.
- Failure
Reason string - Description of the reason why the task failed.
- Id string
- Input string
- Inst
Id 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<Get
Workflow Task Info Message> - Mod
Time 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.
- Object
Type string - Output string
- Owners List<string>
- Parent
Get
Workflow Task Info Parent - Permission
Resources List<GetWorkflow Task Info Permission Resource> - Ref
Name string - The task reference name to ensure its unique inside a workflow.
- Retry
Count double - 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 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.
- Start
Time 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.
- Sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - Sub
Workflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> - List<Get
Workflow Task Info Tag> - Task
Definition GetWorkflow Task Info Task Definition - Task
Inst List<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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Task Info Ancestor - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time stamp when the task reached a final state.
- Failure
Reason string - Description of the reason why the task failed.
- Id string
- Input string
- Inst
Id 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
[]Get
Workflow Task Info Message - Mod
Time 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.
- Object
Type string - Output string
- Owners []string
- Parent
Get
Workflow Task Info Parent - Permission
Resources []GetWorkflow Task Info Permission Resource - Ref
Name string - The task reference name to ensure its unique inside a workflow.
- Retry
Count float64 - 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 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.
- Start
Time 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.
- Sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - Sub
Workflow []GetRetry Histories Workflow Task Info Sub Workflow Retry History - []Get
Workflow Task Info Tag - Task
Definition GetWorkflow Task Info Task Definition - Task
Inst []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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Task Info Ancestor> - class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time stamp when the task reached a final state.
- failure
Reason String - Description of the reason why the task failed.
- id String
- input String
- inst
Id 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<Get
Workflow Task Info Message> - mod
Time 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.
- object
Type String - output String
- owners List<String>
- parent
Get
Workflow Task Info Parent - permission
Resources List<GetWorkflow Task Info Permission Resource> - ref
Name String - The task reference name to ensure its unique inside a workflow.
- retry
Count Double - Denotes the number of times the task has been retried.
- rollback
Disabled Boolean - The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running
Inst 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.
- start
Time 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.
- sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - sub
Workflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> - List<Get
Workflow Task Info Tag> - task
Definition GetWorkflow Task Info Task Definition - task
Inst List<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
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Task Info Ancestor[] - class
Id string - create
Time 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - The time stamp when the task reached a final state.
- failure
Reason string - Description of the reason why the task failed.
- id string
- input string
- inst
Id 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
Get
Workflow Task Info Message[] - mod
Time 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.
- object
Type string - output string
- owners string[]
- parent
Get
Workflow Task Info Parent - permission
Resources GetWorkflow Task Info Permission Resource[] - ref
Name string - The task reference name to ensure its unique inside a workflow.
- retry
Count number - Denotes the number of times the task has been retried.
- rollback
Disabled boolean - The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running
Inst 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.
- start
Time 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.
- sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - sub
Workflow GetRetry Histories Workflow Task Info Sub Workflow Retry History[] - Get
Workflow Task Info Tag[] - task
Definition GetWorkflow Task Info Task Definition - task
Inst 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
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow 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[Get
Workflow 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
Get
Workflow 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[Get
Workflow 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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time stamp when the task reached a final state.
- failure
Reason String - Description of the reason why the task failed.
- id String
- input String
- inst
Id 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>
- mod
Time 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.
- object
Type String - output String
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - ref
Name String - The task reference name to ensure its unique inside a workflow.
- retry
Count Number - Denotes the number of times the task has been retried.
- rollback
Disabled Boolean - The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running
Inst 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.
- start
Time 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.
- sub
Workflow Property MapInfo - sub
Workflow List<Property Map>Retry Histories - List<Property Map>
- task
Definition Property Map - task
Inst List<Property Map>Id Lists - task
Loop Property MapInfo - version
Context Property Map - workflow
Info Property Map
getWorkflowTaskInfo Result
The following output properties are available:
- Id string
- Results
List<Get
Workflow Task Info Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Workflow Task Info Ancestor> - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - End
Time string - Failure
Reason string - Input string
- Inst
Id string - Internal bool
- Label string
- Messages
List<Get
Workflow Task Info Message> - Mod
Time string - Moid string
- Name string
- Object
Type string - Output string
- Owners List<string>
- Parent
Get
Workflow Task Info Parent - Permission
Resources List<GetWorkflow Task Info Permission Resource> - Ref
Name string - Retry
Count double - Rollback
Disabled bool - Running
Inst stringId - string
- Start
Time string - Status string
- Sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - Sub
Workflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> - List<Get
Workflow Task Info Tag> - Task
Definition GetWorkflow Task Info Task Definition - Task
Inst List<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
[]Get
Workflow Task Info Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Workflow Task Info Ancestor - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - End
Time string - Failure
Reason string - Input string
- Inst
Id string - Internal bool
- Label string
- Messages
[]Get
Workflow Task Info Message - Mod
Time string - Moid string
- Name string
- Object
Type string - Output string
- Owners []string
- Parent
Get
Workflow Task Info Parent - Permission
Resources []GetWorkflow Task Info Permission Resource - Ref
Name string - Retry
Count float64 - Rollback
Disabled bool - Running
Inst stringId - string
- Start
Time string - Status string
- Sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - Sub
Workflow []GetRetry Histories Workflow Task Info Sub Workflow Retry History - []Get
Workflow Task Info Tag - Task
Definition GetWorkflow Task Info Task Definition - Task
Inst []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<Get
Workflow Task Info Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Workflow Task Info Ancestor> - class
Id String - create
Time String - description String
- domain
Group StringMoid - end
Time String - failure
Reason String - input String
- inst
Id String - internal Boolean
- label String
- messages
List<Get
Workflow Task Info Message> - mod
Time String - moid String
- name String
- object
Type String - output String
- owners List<String>
- parent
Get
Workflow Task Info Parent - permission
Resources List<GetWorkflow Task Info Permission Resource> - ref
Name String - retry
Count Double - rollback
Disabled Boolean - running
Inst StringId - String
- start
Time String - status String
- sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - sub
Workflow List<GetRetry Histories Workflow Task Info Sub Workflow Retry History> - List<Get
Workflow Task Info Tag> - task
Definition GetWorkflow Task Info Task Definition - task
Inst List<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
Get
Workflow Task Info Result[] - account
Moid string - additional
Properties string - ancestors
Get
Workflow Task Info Ancestor[] - class
Id string - create
Time string - description string
- domain
Group stringMoid - end
Time string - failure
Reason string - input string
- inst
Id string - internal boolean
- label string
- messages
Get
Workflow Task Info Message[] - mod
Time string - moid string
- name string
- object
Type string - output string
- owners string[]
- parent
Get
Workflow Task Info Parent - permission
Resources GetWorkflow Task Info Permission Resource[] - ref
Name string - retry
Count number - rollback
Disabled boolean - running
Inst stringId - string
- start
Time string - status string
- sub
Workflow GetInfo Workflow Task Info Sub Workflow Info - sub
Workflow GetRetry Histories Workflow Task Info Sub Workflow Retry History[] - Get
Workflow Task Info Tag[] - task
Definition GetWorkflow Task Info Task Definition - task
Inst 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 str
- results
Sequence[Get
Workflow Task Info Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Workflow 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[Get
Workflow Task Info Message] - mod_
time str - moid str
- name str
- object_
type str - output str
- owners Sequence[str]
- parent
Get
Workflow 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[Get
Workflow 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>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - description String
- domain
Group StringMoid - end
Time String - failure
Reason String - input String
- inst
Id String - internal Boolean
- label String
- messages List<Property Map>
- mod
Time String - moid String
- name String
- object
Type String - output String
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - ref
Name String - retry
Count Number - rollback
Disabled Boolean - running
Inst StringId - String
- start
Time String - status String
- sub
Workflow Property MapInfo - sub
Workflow List<Property Map>Retry Histories - List<Property Map>
- task
Definition Property Map - task
Inst List<Property Map>Id Lists - task
Loop Property MapInfo - version
Context Property Map - workflow
Info Property Map
Supporting Types
GetWorkflowTaskInfoAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Message string
- An i18n message that can be translated into multiple languages to support internationalization.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Message string
- An i18n message that can be translated into multiple languages to support internationalization.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- message String
- An i18n message that can be translated into multiple languages to support internationalization.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- message string
- An i18n message that can be translated into multiple languages to support internationalization.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- message String
- An i18n message that can be translated into multiple languages to support internationalization.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Task Info Result Ancestor> - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time stamp when the task reached a final state.
- Failure
Reason string - Description of the reason why the task failed.
- Input string
- Inst
Id 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<Get
Workflow Task Info Result Message> - Mod
Time 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.
- Object
Type string - Output string
- Owners List<string>
- Parents
List<Get
Workflow Task Info Result Parent> - Permission
Resources List<GetWorkflow Task Info Result Permission Resource> - Ref
Name string - The task reference name to ensure its unique inside a workflow.
- Retry
Count double - 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 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.
- Start
Time 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.
- Sub
Workflow List<GetInfos Workflow Task Info Result Sub Workflow Info> - Sub
Workflow List<GetRetry Histories Workflow Task Info Result Sub Workflow Retry History> - List<Get
Workflow Task Info Result Tag> - Task
Definitions List<GetWorkflow Task Info Result Task Definition> - Task
Inst List<GetId Lists Workflow Task Info Result Task Inst Id List> - Task
Loop List<GetInfos Workflow Task Info Result Task Loop Info> - Version
Contexts List<GetWorkflow Task Info Result Version Context> - Workflow
Infos List<GetWorkflow Task Info Result Workflow Info>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Task Info Result Ancestor - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time stamp when the task reached a final state.
- Failure
Reason string - Description of the reason why the task failed.
- Input string
- Inst
Id 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
[]Get
Workflow Task Info Result Message - Mod
Time 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.
- Object
Type string - Output string
- Owners []string
- Parents
[]Get
Workflow Task Info Result Parent - Permission
Resources []GetWorkflow Task Info Result Permission Resource - Ref
Name string - The task reference name to ensure its unique inside a workflow.
- Retry
Count float64 - 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 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.
- Start
Time 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.
- Sub
Workflow []GetInfos Workflow Task Info Result Sub Workflow Info - Sub
Workflow []GetRetry Histories Workflow Task Info Result Sub Workflow Retry History - []Get
Workflow Task Info Result Tag - Task
Definitions []GetWorkflow Task Info Result Task Definition - Task
Inst []GetId Lists Workflow Task Info Result Task Inst Id List - Task
Loop []GetInfos Workflow Task Info Result Task Loop Info - Version
Contexts []GetWorkflow Task Info Result Version Context - Workflow
Infos []GetWorkflow Task Info Result Workflow Info
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Task Info Result Ancestor> - class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time stamp when the task reached a final state.
- failure
Reason String - Description of the reason why the task failed.
- input String
- inst
Id 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<Get
Workflow Task Info Result Message> - mod
Time 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.
- object
Type String - output String
- owners List<String>
- parents
List<Get
Workflow Task Info Result Parent> - permission
Resources List<GetWorkflow Task Info Result Permission Resource> - ref
Name String - The task reference name to ensure its unique inside a workflow.
- retry
Count Double - Denotes the number of times the task has been retried.
- rollback
Disabled Boolean - The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running
Inst 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.
- start
Time 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.
- sub
Workflow List<GetInfos Workflow Task Info Result Sub Workflow Info> - sub
Workflow List<GetRetry Histories Workflow Task Info Result Sub Workflow Retry History> - List<Get
Workflow Task Info Result Tag> - task
Definitions List<GetWorkflow Task Info Result Task Definition> - task
Inst List<GetId Lists Workflow Task Info Result Task Inst Id List> - task
Loop List<GetInfos Workflow Task Info Result Task Loop Info> - version
Contexts List<GetWorkflow Task Info Result Version Context> - workflow
Infos List<GetWorkflow Task Info Result Workflow Info>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Task Info Result Ancestor[] - class
Id string - create
Time 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - The time stamp when the task reached a final state.
- failure
Reason string - Description of the reason why the task failed.
- input string
- inst
Id 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
Get
Workflow Task Info Result Message[] - mod
Time 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.
- object
Type string - output string
- owners string[]
- parents
Get
Workflow Task Info Result Parent[] - permission
Resources GetWorkflow Task Info Result Permission Resource[] - ref
Name string - The task reference name to ensure its unique inside a workflow.
- retry
Count number - Denotes the number of times the task has been retried.
- rollback
Disabled boolean - The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running
Inst 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.
- start
Time 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.
- sub
Workflow GetInfos Workflow Task Info Result Sub Workflow Info[] - sub
Workflow GetRetry Histories Workflow Task Info Result Sub Workflow Retry History[] - Get
Workflow Task Info Result Tag[] - task
Definitions GetWorkflow Task Info Result Task Definition[] - task
Inst GetId Lists Workflow Task Info Result Task Inst Id List[] - task
Loop GetInfos Workflow Task Info Result Task Loop Info[] - version
Contexts GetWorkflow Task Info Result Version Context[] - workflow
Infos GetWorkflow Task Info Result Workflow Info[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow 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[Get
Workflow 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[Get
Workflow 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[Get
Workflow 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]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time stamp when the task reached a final state.
- failure
Reason String - Description of the reason why the task failed.
- input String
- inst
Id 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>
- mod
Time 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.
- object
Type String - output String
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - ref
Name String - The task reference name to ensure its unique inside a workflow.
- retry
Count Number - Denotes the number of times the task has been retried.
- rollback
Disabled Boolean - The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
- running
Inst 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.
- start
Time 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.
- sub
Workflow List<Property Map>Infos - sub
Workflow List<Property Map>Retry Histories - List<Property Map>
- task
Definitions List<Property Map> - task
Inst List<Property Map>Id Lists - task
Loop List<Property Map>Infos - version
Contexts List<Property Map> - workflow
Infos List<Property Map>
GetWorkflowTaskInfoResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultMessage
- Additional
Properties string - Class
Id string - Message string
- Object
Type string - Severity string
- Additional
Properties string - Class
Id string - Message string
- Object
Type string - Severity string
- additional
Properties String - class
Id String - message String
- object
Type String - severity String
- additional
Properties string - class
Id string - message string
- object
Type string - severity string
- additional_
properties str - class_
id str - message str
- object_
type str - severity str
- additional
Properties String - class
Id String - message String
- object
Type String - severity String
GetWorkflowTaskInfoResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultSubWorkflowInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultSubWorkflowRetryHistory
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetWorkflowTaskInfoResultTaskDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultTaskInstIdList
- Additional
Properties string - Class
Id string - Object
Type string - Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- Task
Inst stringId
- Additional
Properties string - Class
Id string - Object
Type string - Status string
- The status of the task and this will specify if the task is running or has reached a final state.
- Task
Inst stringId
- additional
Properties String - class
Id String - object
Type String - status String
- The status of the task and this will specify if the task is running or has reached a final state.
- task
Inst StringId
- additional
Properties string - class
Id string - object
Type string - status string
- The status of the task and this will specify if the task is running or has reached a final state.
- task
Inst 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
- additional
Properties String - class
Id String - object
Type String - status String
- The status of the task and this will specify if the task is running or has reached a final state.
- task
Inst StringId
GetWorkflowTaskInfoResultTaskLoopInfo
- Additional
Properties string - Class
Id string - Iteration double
- Loop
Task stringLabel - Loop
Task stringName - Loop
Type string - Object
Type string
- Additional
Properties string - Class
Id string - Iteration float64
- Loop
Task stringLabel - Loop
Task stringName - Loop
Type string - Object
Type string
- additional
Properties String - class
Id String - iteration Double
- loop
Task StringLabel - loop
Task StringName - loop
Type String - object
Type String
- additional
Properties string - class
Id string - iteration number
- loop
Task stringLabel - loop
Task stringName - loop
Type string - object
Type string
- additional_
properties str - class_
id str - iteration float
- loop_
task_ strlabel - loop_
task_ strname - loop_
type str - object_
type str
- additional
Properties String - class
Id String - iteration Number
- loop
Task StringLabel - loop
Task StringName - loop
Type String - object
Type String
GetWorkflowTaskInfoResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetWorkflow Task Info Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetWorkflow Task Info Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetWorkflowTaskInfoResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoResultWorkflowInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskInfoSubWorkflowInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowTaskInfoTaskDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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.
- Task
Inst stringId - Retry instance will get a unique instance id.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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.
- Task
Inst stringId - Retry instance will get a unique instance id.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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.
- task
Inst StringId - Retry instance will get a unique instance id.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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.
- task
Inst 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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.
- task
Inst StringId - Retry instance will get a unique instance id.
GetWorkflowTaskInfoTaskLoopInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Iteration double
- This specifies the count of iteration for the specific task executed inside the loop.
- Loop
Task stringLabel - Label of the loop task inside which this task is executed.
- Loop
Task stringName - Name of the loop task inside which this task is executed.
- Loop
Type 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Iteration float64
- This specifies the count of iteration for the specific task executed inside the loop.
- Loop
Task stringLabel - Label of the loop task inside which this task is executed.
- Loop
Task stringName - Name of the loop task inside which this task is executed.
- Loop
Type 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- iteration Double
- This specifies the count of iteration for the specific task executed inside the loop.
- loop
Task StringLabel - Label of the loop task inside which this task is executed.
- loop
Task StringName - Name of the loop task inside which this task is executed.
- loop
Type 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- iteration number
- This specifies the count of iteration for the specific task executed inside the loop.
- loop
Task stringLabel - Label of the loop task inside which this task is executed.
- loop
Task stringName - Name of the loop task inside which this task is executed.
- loop
Type 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- iteration Number
- This specifies the count of iteration for the specific task executed inside the loop.
- loop
Task StringLabel - Label of the loop task inside which this task is executed.
- loop
Task StringName - Name of the loop task inside which this task is executed.
- loop
Type 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkflowTaskInfoVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetWorkflow Task Info Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetWorkflow Task Info Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetWorkflow Task Info Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetWorkflow Task Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetWorkflow Task Info Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetWorkflow Task Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet