1. Packages
  2. Intersight Provider
  3. API Docs
  4. getWorkflowTaskInfo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getWorkflowTaskInfo

Explore with Pulumi AI

intersight logo
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:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowTaskInfoAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The task description and this is the description that was added when the task was included into the workflow.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time stamp when the task reached a final state.
    FailureReason string
    Description of the reason why the task failed.
    Id string
    Input string
    InstId string
    The instance ID of the task running in the workflow engine.
    Internal bool
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    Label string
    User friendly short label to describe this task instance in the workflow.
    Messages List<GetWorkflowTaskInfoMessage>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Task definition name which specifies the task type.
    ObjectType string
    Output string
    Owners List<string>
    Parent GetWorkflowTaskInfoParent
    PermissionResources List<GetWorkflowTaskInfoPermissionResource>
    RefName string
    The task reference name to ensure its unique inside a workflow.
    RetryCount double
    Denotes the number of times the task has been retried.
    RollbackDisabled bool
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    RunningInstId string
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    The time 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.
    SubWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    SubWorkflowRetryHistories List<GetWorkflowTaskInfoSubWorkflowRetryHistory>
    Tags List<GetWorkflowTaskInfoTag>
    TaskDefinition GetWorkflowTaskInfoTaskDefinition
    TaskInstIdLists List<GetWorkflowTaskInfoTaskInstIdList>
    TaskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    VersionContext GetWorkflowTaskInfoVersionContext
    WorkflowInfo GetWorkflowTaskInfoWorkflowInfo
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowTaskInfoAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The task description and this is the description that was added when the task was included into the workflow.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time stamp when the task reached a final state.
    FailureReason string
    Description of the reason why the task failed.
    Id string
    Input string
    InstId string
    The instance ID of the task running in the workflow engine.
    Internal bool
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    Label string
    User friendly short label to describe this task instance in the workflow.
    Messages []GetWorkflowTaskInfoMessage
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Task definition name which specifies the task type.
    ObjectType string
    Output string
    Owners []string
    Parent GetWorkflowTaskInfoParent
    PermissionResources []GetWorkflowTaskInfoPermissionResource
    RefName string
    The task reference name to ensure its unique inside a workflow.
    RetryCount float64
    Denotes the number of times the task has been retried.
    RollbackDisabled bool
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    RunningInstId string
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    The time 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.
    SubWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    SubWorkflowRetryHistories []GetWorkflowTaskInfoSubWorkflowRetryHistory
    Tags []GetWorkflowTaskInfoTag
    TaskDefinition GetWorkflowTaskInfoTaskDefinition
    TaskInstIdLists []GetWorkflowTaskInfoTaskInstIdList
    TaskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    VersionContext GetWorkflowTaskInfoVersionContext
    WorkflowInfo GetWorkflowTaskInfoWorkflowInfo
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowTaskInfoAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The task description and this is the description that was added when the task was included into the workflow.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time stamp when the task reached a final state.
    failureReason String
    Description of the reason why the task failed.
    id String
    input String
    instId String
    The instance ID of the task running in the workflow engine.
    internal Boolean
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    label String
    User friendly short label to describe this task instance in the workflow.
    messages List<GetWorkflowTaskInfoMessage>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Task definition name which specifies the task type.
    objectType String
    output String
    owners List<String>
    parent GetWorkflowTaskInfoParent
    permissionResources List<GetWorkflowTaskInfoPermissionResource>
    refName String
    The task reference name to ensure its unique inside a workflow.
    retryCount Double
    Denotes the number of times the task has been retried.
    rollbackDisabled Boolean
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    runningInstId String
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    The time 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.
    subWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    subWorkflowRetryHistories List<GetWorkflowTaskInfoSubWorkflowRetryHistory>
    tags List<GetWorkflowTaskInfoTag>
    taskDefinition GetWorkflowTaskInfoTaskDefinition
    taskInstIdLists List<GetWorkflowTaskInfoTaskInstIdList>
    taskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    versionContext GetWorkflowTaskInfoVersionContext
    workflowInfo GetWorkflowTaskInfoWorkflowInfo
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowTaskInfoAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    The task description and this is the description that was added when the task was included into the workflow.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The time stamp when the task reached a final state.
    failureReason string
    Description of the reason why the task failed.
    id string
    input string
    instId string
    The instance ID of the task running in the workflow engine.
    internal boolean
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    label string
    User friendly short label to describe this task instance in the workflow.
    messages GetWorkflowTaskInfoMessage[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Task definition name which specifies the task type.
    objectType string
    output string
    owners string[]
    parent GetWorkflowTaskInfoParent
    permissionResources GetWorkflowTaskInfoPermissionResource[]
    refName string
    The task reference name to ensure its unique inside a workflow.
    retryCount number
    Denotes the number of times the task has been retried.
    rollbackDisabled boolean
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    runningInstId string
    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.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime string
    The time 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.
    subWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    subWorkflowRetryHistories GetWorkflowTaskInfoSubWorkflowRetryHistory[]
    tags GetWorkflowTaskInfoTag[]
    taskDefinition GetWorkflowTaskInfoTaskDefinition
    taskInstIdLists GetWorkflowTaskInfoTaskInstIdList[]
    taskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    versionContext GetWorkflowTaskInfoVersionContext
    workflowInfo GetWorkflowTaskInfoWorkflowInfo
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowTaskInfoAncestor]
    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_moid str
    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[GetWorkflowTaskInfoMessage]
    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 GetWorkflowTaskInfoParent
    permission_resources Sequence[GetWorkflowTaskInfoPermissionResource]
    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_id str
    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.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time str
    The time 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_info GetWorkflowTaskInfoSubWorkflowInfo
    sub_workflow_retry_histories Sequence[GetWorkflowTaskInfoSubWorkflowRetryHistory]
    tags Sequence[GetWorkflowTaskInfoTag]
    task_definition GetWorkflowTaskInfoTaskDefinition
    task_inst_id_lists Sequence[GetWorkflowTaskInfoTaskInstIdList]
    task_loop_info GetWorkflowTaskInfoTaskLoopInfo
    version_context GetWorkflowTaskInfoVersionContext
    workflow_info GetWorkflowTaskInfoWorkflowInfo
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The task description and this is the description that was added when the task was included into the workflow.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time stamp when the task reached a final state.
    failureReason String
    Description of the reason why the task failed.
    id String
    input String
    instId String
    The instance ID of the task running in the workflow engine.
    internal Boolean
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    label String
    User friendly short label to describe this task instance in the workflow.
    messages List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Task definition name which specifies the task type.
    objectType String
    output String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    refName String
    The task reference name to ensure its unique inside a workflow.
    retryCount Number
    Denotes the number of times the task has been retried.
    rollbackDisabled Boolean
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    runningInstId String
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    The time 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.
    subWorkflowInfo Property Map
    subWorkflowRetryHistories List<Property Map>
    tags List<Property Map>
    taskDefinition Property Map
    taskInstIdLists List<Property Map>
    taskLoopInfo Property Map
    versionContext Property Map
    workflowInfo Property Map

    getWorkflowTaskInfo Result

    The following output properties are available:

    Id string
    Results List<GetWorkflowTaskInfoResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetWorkflowTaskInfoAncestor>
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    EndTime string
    FailureReason string
    Input string
    InstId string
    Internal bool
    Label string
    Messages List<GetWorkflowTaskInfoMessage>
    ModTime string
    Moid string
    Name string
    ObjectType string
    Output string
    Owners List<string>
    Parent GetWorkflowTaskInfoParent
    PermissionResources List<GetWorkflowTaskInfoPermissionResource>
    RefName string
    RetryCount double
    RollbackDisabled bool
    RunningInstId string
    SharedScope string
    StartTime string
    Status string
    SubWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    SubWorkflowRetryHistories List<GetWorkflowTaskInfoSubWorkflowRetryHistory>
    Tags List<GetWorkflowTaskInfoTag>
    TaskDefinition GetWorkflowTaskInfoTaskDefinition
    TaskInstIdLists List<GetWorkflowTaskInfoTaskInstIdList>
    TaskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    VersionContext GetWorkflowTaskInfoVersionContext
    WorkflowInfo GetWorkflowTaskInfoWorkflowInfo
    Id string
    Results []GetWorkflowTaskInfoResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetWorkflowTaskInfoAncestor
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    EndTime string
    FailureReason string
    Input string
    InstId string
    Internal bool
    Label string
    Messages []GetWorkflowTaskInfoMessage
    ModTime string
    Moid string
    Name string
    ObjectType string
    Output string
    Owners []string
    Parent GetWorkflowTaskInfoParent
    PermissionResources []GetWorkflowTaskInfoPermissionResource
    RefName string
    RetryCount float64
    RollbackDisabled bool
    RunningInstId string
    SharedScope string
    StartTime string
    Status string
    SubWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    SubWorkflowRetryHistories []GetWorkflowTaskInfoSubWorkflowRetryHistory
    Tags []GetWorkflowTaskInfoTag
    TaskDefinition GetWorkflowTaskInfoTaskDefinition
    TaskInstIdLists []GetWorkflowTaskInfoTaskInstIdList
    TaskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    VersionContext GetWorkflowTaskInfoVersionContext
    WorkflowInfo GetWorkflowTaskInfoWorkflowInfo
    id String
    results List<GetWorkflowTaskInfoResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetWorkflowTaskInfoAncestor>
    classId String
    createTime String
    description String
    domainGroupMoid String
    endTime String
    failureReason String
    input String
    instId String
    internal Boolean
    label String
    messages List<GetWorkflowTaskInfoMessage>
    modTime String
    moid String
    name String
    objectType String
    output String
    owners List<String>
    parent GetWorkflowTaskInfoParent
    permissionResources List<GetWorkflowTaskInfoPermissionResource>
    refName String
    retryCount Double
    rollbackDisabled Boolean
    runningInstId String
    sharedScope String
    startTime String
    status String
    subWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    subWorkflowRetryHistories List<GetWorkflowTaskInfoSubWorkflowRetryHistory>
    tags List<GetWorkflowTaskInfoTag>
    taskDefinition GetWorkflowTaskInfoTaskDefinition
    taskInstIdLists List<GetWorkflowTaskInfoTaskInstIdList>
    taskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    versionContext GetWorkflowTaskInfoVersionContext
    workflowInfo GetWorkflowTaskInfoWorkflowInfo
    id string
    results GetWorkflowTaskInfoResult[]
    accountMoid string
    additionalProperties string
    ancestors GetWorkflowTaskInfoAncestor[]
    classId string
    createTime string
    description string
    domainGroupMoid string
    endTime string
    failureReason string
    input string
    instId string
    internal boolean
    label string
    messages GetWorkflowTaskInfoMessage[]
    modTime string
    moid string
    name string
    objectType string
    output string
    owners string[]
    parent GetWorkflowTaskInfoParent
    permissionResources GetWorkflowTaskInfoPermissionResource[]
    refName string
    retryCount number
    rollbackDisabled boolean
    runningInstId string
    sharedScope string
    startTime string
    status string
    subWorkflowInfo GetWorkflowTaskInfoSubWorkflowInfo
    subWorkflowRetryHistories GetWorkflowTaskInfoSubWorkflowRetryHistory[]
    tags GetWorkflowTaskInfoTag[]
    taskDefinition GetWorkflowTaskInfoTaskDefinition
    taskInstIdLists GetWorkflowTaskInfoTaskInstIdList[]
    taskLoopInfo GetWorkflowTaskInfoTaskLoopInfo
    versionContext GetWorkflowTaskInfoVersionContext
    workflowInfo GetWorkflowTaskInfoWorkflowInfo
    id str
    results Sequence[GetWorkflowTaskInfoResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetWorkflowTaskInfoAncestor]
    class_id str
    create_time str
    description str
    domain_group_moid str
    end_time str
    failure_reason str
    input str
    inst_id str
    internal bool
    label str
    messages Sequence[GetWorkflowTaskInfoMessage]
    mod_time str
    moid str
    name str
    object_type str
    output str
    owners Sequence[str]
    parent GetWorkflowTaskInfoParent
    permission_resources Sequence[GetWorkflowTaskInfoPermissionResource]
    ref_name str
    retry_count float
    rollback_disabled bool
    running_inst_id str
    shared_scope str
    start_time str
    status str
    sub_workflow_info GetWorkflowTaskInfoSubWorkflowInfo
    sub_workflow_retry_histories Sequence[GetWorkflowTaskInfoSubWorkflowRetryHistory]
    tags Sequence[GetWorkflowTaskInfoTag]
    task_definition GetWorkflowTaskInfoTaskDefinition
    task_inst_id_lists Sequence[GetWorkflowTaskInfoTaskInstIdList]
    task_loop_info GetWorkflowTaskInfoTaskLoopInfo
    version_context GetWorkflowTaskInfoVersionContext
    workflow_info GetWorkflowTaskInfoWorkflowInfo

    Supporting Types

    GetWorkflowTaskInfoAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoMessage

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Message string
    An i18n message that can be translated into multiple languages to support internationalization.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Severity string
    The severity of the Task or Workflow message warning/error/info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Message string
    An i18n message that can be translated into multiple languages to support internationalization.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Severity string
    The severity of the Task or Workflow message warning/error/info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    message String
    An i18n message that can be translated into multiple languages to support internationalization.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    severity String
    The severity of the Task or Workflow message warning/error/info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    message string
    An i18n message that can be translated into multiple languages to support internationalization.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    severity string
    The severity of the Task or Workflow message warning/error/info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    message str
    An i18n message that can be translated into multiple languages to support internationalization.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    severity str
    The severity of the Task or Workflow message warning/error/info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    message String
    An i18n message that can be translated into multiple languages to support internationalization.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    severity String
    The severity of the Task or Workflow message warning/error/info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.

    GetWorkflowTaskInfoParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowTaskInfoResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The task description and this is the description that was added when the task was included into the workflow.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time stamp when the task reached a final state.
    FailureReason string
    Description of the reason why the task failed.
    Input string
    InstId string
    The instance ID of the task running in the workflow engine.
    Internal bool
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    Label string
    User friendly short label to describe this task instance in the workflow.
    Messages List<GetWorkflowTaskInfoResultMessage>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Task definition name which specifies the task type.
    ObjectType string
    Output string
    Owners List<string>
    Parents List<GetWorkflowTaskInfoResultParent>
    PermissionResources List<GetWorkflowTaskInfoResultPermissionResource>
    RefName string
    The task reference name to ensure its unique inside a workflow.
    RetryCount double
    Denotes the number of times the task has been retried.
    RollbackDisabled bool
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    RunningInstId string
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    The time 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.
    SubWorkflowInfos List<GetWorkflowTaskInfoResultSubWorkflowInfo>
    SubWorkflowRetryHistories List<GetWorkflowTaskInfoResultSubWorkflowRetryHistory>
    Tags List<GetWorkflowTaskInfoResultTag>
    TaskDefinitions List<GetWorkflowTaskInfoResultTaskDefinition>
    TaskInstIdLists List<GetWorkflowTaskInfoResultTaskInstIdList>
    TaskLoopInfos List<GetWorkflowTaskInfoResultTaskLoopInfo>
    VersionContexts List<GetWorkflowTaskInfoResultVersionContext>
    WorkflowInfos List<GetWorkflowTaskInfoResultWorkflowInfo>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowTaskInfoResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    The task description and this is the description that was added when the task was included into the workflow.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time stamp when the task reached a final state.
    FailureReason string
    Description of the reason why the task failed.
    Input string
    InstId string
    The instance ID of the task running in the workflow engine.
    Internal bool
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    Label string
    User friendly short label to describe this task instance in the workflow.
    Messages []GetWorkflowTaskInfoResultMessage
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Task definition name which specifies the task type.
    ObjectType string
    Output string
    Owners []string
    Parents []GetWorkflowTaskInfoResultParent
    PermissionResources []GetWorkflowTaskInfoResultPermissionResource
    RefName string
    The task reference name to ensure its unique inside a workflow.
    RetryCount float64
    Denotes the number of times the task has been retried.
    RollbackDisabled bool
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    RunningInstId string
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StartTime string
    The time 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.
    SubWorkflowInfos []GetWorkflowTaskInfoResultSubWorkflowInfo
    SubWorkflowRetryHistories []GetWorkflowTaskInfoResultSubWorkflowRetryHistory
    Tags []GetWorkflowTaskInfoResultTag
    TaskDefinitions []GetWorkflowTaskInfoResultTaskDefinition
    TaskInstIdLists []GetWorkflowTaskInfoResultTaskInstIdList
    TaskLoopInfos []GetWorkflowTaskInfoResultTaskLoopInfo
    VersionContexts []GetWorkflowTaskInfoResultVersionContext
    WorkflowInfos []GetWorkflowTaskInfoResultWorkflowInfo
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowTaskInfoResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The task description and this is the description that was added when the task was included into the workflow.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time stamp when the task reached a final state.
    failureReason String
    Description of the reason why the task failed.
    input String
    instId String
    The instance ID of the task running in the workflow engine.
    internal Boolean
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    label String
    User friendly short label to describe this task instance in the workflow.
    messages List<GetWorkflowTaskInfoResultMessage>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Task definition name which specifies the task type.
    objectType String
    output String
    owners List<String>
    parents List<GetWorkflowTaskInfoResultParent>
    permissionResources List<GetWorkflowTaskInfoResultPermissionResource>
    refName String
    The task reference name to ensure its unique inside a workflow.
    retryCount Double
    Denotes the number of times the task has been retried.
    rollbackDisabled Boolean
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    runningInstId String
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    The time 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.
    subWorkflowInfos List<GetWorkflowTaskInfoResultSubWorkflowInfo>
    subWorkflowRetryHistories List<GetWorkflowTaskInfoResultSubWorkflowRetryHistory>
    tags List<GetWorkflowTaskInfoResultTag>
    taskDefinitions List<GetWorkflowTaskInfoResultTaskDefinition>
    taskInstIdLists List<GetWorkflowTaskInfoResultTaskInstIdList>
    taskLoopInfos List<GetWorkflowTaskInfoResultTaskLoopInfo>
    versionContexts List<GetWorkflowTaskInfoResultVersionContext>
    workflowInfos List<GetWorkflowTaskInfoResultWorkflowInfo>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowTaskInfoResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    The task description and this is the description that was added when the task was included into the workflow.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The time stamp when the task reached a final state.
    failureReason string
    Description of the reason why the task failed.
    input string
    instId string
    The instance ID of the task running in the workflow engine.
    internal boolean
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    label string
    User friendly short label to describe this task instance in the workflow.
    messages GetWorkflowTaskInfoResultMessage[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Task definition name which specifies the task type.
    objectType string
    output string
    owners string[]
    parents GetWorkflowTaskInfoResultParent[]
    permissionResources GetWorkflowTaskInfoResultPermissionResource[]
    refName string
    The task reference name to ensure its unique inside a workflow.
    retryCount number
    Denotes the number of times the task has been retried.
    rollbackDisabled boolean
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    runningInstId string
    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.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime string
    The time 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.
    subWorkflowInfos GetWorkflowTaskInfoResultSubWorkflowInfo[]
    subWorkflowRetryHistories GetWorkflowTaskInfoResultSubWorkflowRetryHistory[]
    tags GetWorkflowTaskInfoResultTag[]
    taskDefinitions GetWorkflowTaskInfoResultTaskDefinition[]
    taskInstIdLists GetWorkflowTaskInfoResultTaskInstIdList[]
    taskLoopInfos GetWorkflowTaskInfoResultTaskLoopInfo[]
    versionContexts GetWorkflowTaskInfoResultVersionContext[]
    workflowInfos GetWorkflowTaskInfoResultWorkflowInfo[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowTaskInfoResultAncestor]
    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_moid str
    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[GetWorkflowTaskInfoResultMessage]
    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[GetWorkflowTaskInfoResultParent]
    permission_resources Sequence[GetWorkflowTaskInfoResultPermissionResource]
    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_id str
    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.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    start_time str
    The time 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_infos Sequence[GetWorkflowTaskInfoResultSubWorkflowInfo]
    sub_workflow_retry_histories Sequence[GetWorkflowTaskInfoResultSubWorkflowRetryHistory]
    tags Sequence[GetWorkflowTaskInfoResultTag]
    task_definitions Sequence[GetWorkflowTaskInfoResultTaskDefinition]
    task_inst_id_lists Sequence[GetWorkflowTaskInfoResultTaskInstIdList]
    task_loop_infos Sequence[GetWorkflowTaskInfoResultTaskLoopInfo]
    version_contexts Sequence[GetWorkflowTaskInfoResultVersionContext]
    workflow_infos Sequence[GetWorkflowTaskInfoResultWorkflowInfo]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    The task description and this is the description that was added when the task was included into the workflow.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time stamp when the task reached a final state.
    failureReason String
    Description of the reason why the task failed.
    input String
    instId String
    The instance ID of the task running in the workflow engine.
    internal Boolean
    Denotes whether or not this is an internal task. Internal tasks will be hidden from the UI within a workflow.
    label String
    User friendly short label to describe this task instance in the workflow.
    messages List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Task definition name which specifies the task type.
    objectType String
    output String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    refName String
    The task reference name to ensure its unique inside a workflow.
    retryCount Number
    Denotes the number of times the task has been retried.
    rollbackDisabled Boolean
    The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.
    runningInstId String
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    startTime String
    The time 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.
    subWorkflowInfos List<Property Map>
    subWorkflowRetryHistories List<Property Map>
    tags List<Property Map>
    taskDefinitions List<Property Map>
    taskInstIdLists List<Property Map>
    taskLoopInfos List<Property Map>
    versionContexts List<Property Map>
    workflowInfos List<Property Map>

    GetWorkflowTaskInfoResultAncestor

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

    GetWorkflowTaskInfoResultMessage

    AdditionalProperties string
    ClassId string
    Message string
    ObjectType string
    Severity string
    AdditionalProperties string
    ClassId string
    Message string
    ObjectType string
    Severity string
    additionalProperties String
    classId String
    message String
    objectType String
    severity String
    additionalProperties string
    classId string
    message string
    objectType string
    severity string
    additionalProperties String
    classId String
    message String
    objectType String
    severity String

    GetWorkflowTaskInfoResultParent

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

    GetWorkflowTaskInfoResultPermissionResource

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

    GetWorkflowTaskInfoResultSubWorkflowInfo

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

    GetWorkflowTaskInfoResultSubWorkflowRetryHistory

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

    GetWorkflowTaskInfoResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetWorkflowTaskInfoResultTaskDefinition

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

    GetWorkflowTaskInfoResultTaskInstIdList

    AdditionalProperties string
    ClassId string
    ObjectType string
    Status string
    The status of the task and this will specify if the task is running or has reached a final state.
    TaskInstId string
    AdditionalProperties string
    ClassId string
    ObjectType string
    Status string
    The status of the task and this will specify if the task is running or has reached a final state.
    TaskInstId string
    additionalProperties String
    classId String
    objectType String
    status String
    The status of the task and this will specify if the task is running or has reached a final state.
    taskInstId String
    additionalProperties string
    classId string
    objectType string
    status string
    The status of the task and this will specify if the task is running or has reached a final state.
    taskInstId string
    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_id str
    additionalProperties String
    classId String
    objectType String
    status String
    The status of the task and this will specify if the task is running or has reached a final state.
    taskInstId String

    GetWorkflowTaskInfoResultTaskLoopInfo

    GetWorkflowTaskInfoResultVersionContext

    GetWorkflowTaskInfoResultVersionContextInterestedMo

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

    GetWorkflowTaskInfoResultVersionContextRefMo

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

    GetWorkflowTaskInfoResultWorkflowInfo

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

    GetWorkflowTaskInfoSubWorkflowInfo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoSubWorkflowRetryHistory

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetWorkflowTaskInfoTaskDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoTaskInstIdList

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Status string
    The status of the task and this will specify if the task is running or has reached a final state.
    TaskInstId string
    Retry instance will get a unique instance id.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Status string
    The status of the task and this will specify if the task is running or has reached a final state.
    TaskInstId string
    Retry instance will get a unique instance id.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    status String
    The status of the task and this will specify if the task is running or has reached a final state.
    taskInstId String
    Retry instance will get a unique instance id.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    status string
    The status of the task and this will specify if the task is running or has reached a final state.
    taskInstId string
    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_id str
    Retry instance will get a unique instance id.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    status String
    The status of the task and this will specify if the task is running or has reached a final state.
    taskInstId String
    Retry instance will get a unique instance id.

    GetWorkflowTaskInfoTaskLoopInfo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Iteration double
    This specifies the count of iteration for the specific task executed inside the loop.
    LoopTaskLabel string
    Label of the loop task inside which this task is executed.
    LoopTaskName string
    Name of the loop task inside which this task is executed.
    LoopType string
    This specifies the type of loop, Serial or Parallel.

    • None - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
    • Parallel - The enum specifies the option as Parallel where the loop task type is parallel loop.
    • Serial - The enum specifies the option as Serial where the loop task type is serial loop.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Iteration float64
    This specifies the count of iteration for the specific task executed inside the loop.
    LoopTaskLabel string
    Label of the loop task inside which this task is executed.
    LoopTaskName string
    Name of the loop task inside which this task is executed.
    LoopType string
    This specifies the type of loop, Serial or Parallel.

    • None - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
    • Parallel - The enum specifies the option as Parallel where the loop task type is parallel loop.
    • Serial - The enum specifies the option as Serial where the loop task type is serial loop.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    iteration Double
    This specifies the count of iteration for the specific task executed inside the loop.
    loopTaskLabel String
    Label of the loop task inside which this task is executed.
    loopTaskName String
    Name of the loop task inside which this task is executed.
    loopType String
    This specifies the type of loop, Serial or Parallel.

    • None - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
    • Parallel - The enum specifies the option as Parallel where the loop task type is parallel loop.
    • Serial - The enum specifies the option as Serial where the loop task type is serial loop.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    iteration number
    This specifies the count of iteration for the specific task executed inside the loop.
    loopTaskLabel string
    Label of the loop task inside which this task is executed.
    loopTaskName string
    Name of the loop task inside which this task is executed.
    loopType string
    This specifies the type of loop, Serial or Parallel.

    • None - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
    • Parallel - The enum specifies the option as Parallel where the loop task type is parallel loop.
    • Serial - The enum specifies the option as Serial where the loop task type is serial loop.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    iteration float
    This specifies the count of iteration for the specific task executed inside the loop.
    loop_task_label str
    Label of the loop task inside which this task is executed.
    loop_task_name str
    Name of the loop task inside which this task is executed.
    loop_type str
    This specifies the type of loop, Serial or Parallel.

    • None - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
    • Parallel - The enum specifies the option as Parallel where the loop task type is parallel loop.
    • Serial - The enum specifies the option as Serial where the loop task type is serial loop.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    iteration Number
    This specifies the count of iteration for the specific task executed inside the loop.
    loopTaskLabel String
    Label of the loop task inside which this task is executed.
    loopTaskName String
    Name of the loop task inside which this task is executed.
    loopType String
    This specifies the type of loop, Serial or Parallel.

    • None - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.
    • Parallel - The enum specifies the option as Parallel where the loop task type is parallel loop.
    • Serial - The enum specifies the option as Serial where the loop task type is serial loop.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetWorkflowTaskInfoVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetWorkflowTaskInfoVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowTaskInfoVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetWorkflowTaskInfoVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowTaskInfoVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetWorkflowTaskInfoVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowTaskInfoVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetWorkflowTaskInfoVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowTaskInfoVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetWorkflowTaskInfoVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetWorkflowTaskInfoVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetWorkflowTaskInfoVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetWorkflowTaskInfoWorkflowInfo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet