intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getTaskWorkflowAction
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Start a test workflow using this object.
Using getTaskWorkflowAction
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 getTaskWorkflowAction(args: GetTaskWorkflowActionArgs, opts?: InvokeOptions): Promise<GetTaskWorkflowActionResult>
function getTaskWorkflowActionOutput(args: GetTaskWorkflowActionOutputArgs, opts?: InvokeOptions): Output<GetTaskWorkflowActionResult>def get_task_workflow_action(account: Optional[GetTaskWorkflowActionAccount] = None,
                             account_moid: Optional[str] = None,
                             action: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetTaskWorkflowActionAncestor]] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             id: Optional[str] = None,
                             input_params: Optional[str] = None,
                             is_dynamic: Optional[bool] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetTaskWorkflowActionParent] = None,
                             permission_resources: Optional[Sequence[GetTaskWorkflowActionPermissionResource]] = None,
                             retryable: Optional[bool] = None,
                             sequence_key: Optional[str] = None,
                             shared_scope: Optional[str] = None,
                             tags: Optional[Sequence[GetTaskWorkflowActionTag]] = None,
                             version_context: Optional[GetTaskWorkflowActionVersionContext] = None,
                             wait_on_duplicate: Optional[bool] = None,
                             workflow_context: Optional[str] = None,
                             workflow_file: Optional[GetTaskWorkflowActionWorkflowFile] = None,
                             workflow_info_moid: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetTaskWorkflowActionResult
def get_task_workflow_action_output(account: Optional[pulumi.Input[GetTaskWorkflowActionAccountArgs]] = None,
                             account_moid: Optional[pulumi.Input[str]] = None,
                             action: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetTaskWorkflowActionAncestorArgs]]]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             input_params: Optional[pulumi.Input[str]] = None,
                             is_dynamic: Optional[pulumi.Input[bool]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetTaskWorkflowActionParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTaskWorkflowActionPermissionResourceArgs]]]] = None,
                             retryable: Optional[pulumi.Input[bool]] = None,
                             sequence_key: Optional[pulumi.Input[str]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetTaskWorkflowActionTagArgs]]]] = None,
                             version_context: Optional[pulumi.Input[GetTaskWorkflowActionVersionContextArgs]] = None,
                             wait_on_duplicate: Optional[pulumi.Input[bool]] = None,
                             workflow_context: Optional[pulumi.Input[str]] = None,
                             workflow_file: Optional[pulumi.Input[GetTaskWorkflowActionWorkflowFileArgs]] = None,
                             workflow_info_moid: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetTaskWorkflowActionResult]func LookupTaskWorkflowAction(ctx *Context, args *LookupTaskWorkflowActionArgs, opts ...InvokeOption) (*LookupTaskWorkflowActionResult, error)
func LookupTaskWorkflowActionOutput(ctx *Context, args *LookupTaskWorkflowActionOutputArgs, opts ...InvokeOption) LookupTaskWorkflowActionResultOutput> Note: This function is named LookupTaskWorkflowAction in the Go SDK.
public static class GetTaskWorkflowAction 
{
    public static Task<GetTaskWorkflowActionResult> InvokeAsync(GetTaskWorkflowActionArgs args, InvokeOptions? opts = null)
    public static Output<GetTaskWorkflowActionResult> Invoke(GetTaskWorkflowActionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTaskWorkflowActionResult> getTaskWorkflowAction(GetTaskWorkflowActionArgs args, InvokeOptions options)
public static Output<GetTaskWorkflowActionResult> getTaskWorkflowAction(GetTaskWorkflowActionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getTaskWorkflowAction:getTaskWorkflowAction
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Account
GetTask Workflow Action Account 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- AdditionalProperties string
- Ancestors
List<GetTask Workflow Action Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InputParams string
- Json formatted string input parameters to workflow.
- IsDynamic bool
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetTask Workflow Action Parent 
- PermissionResources List<GetTask Workflow Action Permission Resource> 
- Retryable bool
- When true, the retry operation can be performed on the workflow.
- SequenceKey string
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
List<GetTask Workflow Action Tag> 
- VersionContext GetTask Workflow Action Version Context 
- WaitOn boolDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- WorkflowContext string
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- WorkflowFile GetTask Workflow Action Workflow File 
- WorkflowInfo stringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- Account
GetTask Workflow Action Account 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- AdditionalProperties string
- Ancestors
[]GetTask Workflow Action Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InputParams string
- Json formatted string input parameters to workflow.
- IsDynamic bool
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetTask Workflow Action Parent 
- PermissionResources []GetTask Workflow Action Permission Resource 
- Retryable bool
- When true, the retry operation can be performed on the workflow.
- SequenceKey string
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
[]GetTask Workflow Action Tag 
- VersionContext GetTask Workflow Action Version Context 
- WaitOn boolDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- WorkflowContext string
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- WorkflowFile GetTask Workflow Action Workflow File 
- WorkflowInfo stringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- account
GetTask Workflow Action Account 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additionalProperties String
- ancestors
List<GetTask Workflow Action Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inputParams String
- Json formatted string input parameters to workflow.
- isDynamic Boolean
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetTask Workflow Action Parent 
- permissionResources List<GetTask Workflow Action Permission Resource> 
- retryable Boolean
- When true, the retry operation can be performed on the workflow.
- sequenceKey String
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
List<GetTask Workflow Action Tag> 
- versionContext GetTask Workflow Action Version Context 
- waitOn BooleanDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflowContext String
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflowFile GetTask Workflow Action Workflow File 
- workflowInfo StringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- account
GetTask Workflow Action Account 
- accountMoid string
- The Account ID for this managed object.
- action string
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additionalProperties string
- ancestors
GetTask Workflow Action Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- inputParams string
- Json formatted string input parameters to workflow.
- isDynamic boolean
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetTask Workflow Action Parent 
- permissionResources GetTask Workflow Action Permission Resource[] 
- retryable boolean
- When true, the retry operation can be performed on the workflow.
- sequenceKey string
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
GetTask Workflow Action Tag[] 
- versionContext GetTask Workflow Action Version Context 
- waitOn booleanDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflowContext string
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflowFile GetTask Workflow Action Workflow File 
- workflowInfo stringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- account
GetTask Workflow Action Account 
- account_moid str
- The Account ID for this managed object.
- action str
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additional_properties str
- ancestors
Sequence[GetTask Workflow Action Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- input_params str
- Json formatted string input parameters to workflow.
- is_dynamic bool
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetTask Workflow Action Parent 
- permission_resources Sequence[GetTask Workflow Action Permission Resource] 
- retryable bool
- When true, the retry operation can be performed on the workflow.
- sequence_key str
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
Sequence[GetTask Workflow Action Tag] 
- version_context GetTask Workflow Action Version Context 
- wait_on_ boolduplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflow_context str
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflow_file GetTask Workflow Action Workflow File 
- workflow_info_ strmoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- account Property Map
- accountMoid String
- The Account ID for this managed object.
- action String
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inputParams String
- Json formatted string input parameters to workflow.
- isDynamic Boolean
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- retryable Boolean
- When true, the retry operation can be performed on the workflow.
- sequenceKey String
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- List<Property Map>
- versionContext Property Map
- waitOn BooleanDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflowContext String
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflowFile Property Map
- workflowInfo StringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
getTaskWorkflowAction Result
The following output properties are available:
- Id string
- Results
List<GetTask Workflow Action Result> 
- Account
GetTask Workflow Action Account 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
List<GetTask Workflow Action Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- InputParams string
- IsDynamic bool
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetTask Workflow Action Parent 
- PermissionResources List<GetTask Workflow Action Permission Resource> 
- Retryable bool
- SequenceKey string
- string
- 
List<GetTask Workflow Action Tag> 
- VersionContext GetTask Workflow Action Version Context 
- WaitOn boolDuplicate 
- WorkflowContext string
- WorkflowFile GetTask Workflow Action Workflow File 
- WorkflowInfo stringMoid 
- Id string
- Results
[]GetTask Workflow Action Result 
- Account
GetTask Workflow Action Account 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
[]GetTask Workflow Action Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- InputParams string
- IsDynamic bool
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetTask Workflow Action Parent 
- PermissionResources []GetTask Workflow Action Permission Resource 
- Retryable bool
- SequenceKey string
- string
- 
[]GetTask Workflow Action Tag 
- VersionContext GetTask Workflow Action Version Context 
- WaitOn boolDuplicate 
- WorkflowContext string
- WorkflowFile GetTask Workflow Action Workflow File 
- WorkflowInfo stringMoid 
- id String
- results
List<GetTask Workflow Action Result> 
- account
GetTask Workflow Action Account 
- accountMoid String
- action String
- additionalProperties String
- ancestors
List<GetTask Workflow Action Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- inputParams String
- isDynamic Boolean
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetTask Workflow Action Parent 
- permissionResources List<GetTask Workflow Action Permission Resource> 
- retryable Boolean
- sequenceKey String
- String
- 
List<GetTask Workflow Action Tag> 
- versionContext GetTask Workflow Action Version Context 
- waitOn BooleanDuplicate 
- workflowContext String
- workflowFile GetTask Workflow Action Workflow File 
- workflowInfo StringMoid 
- id string
- results
GetTask Workflow Action Result[] 
- account
GetTask Workflow Action Account 
- accountMoid string
- action string
- additionalProperties string
- ancestors
GetTask Workflow Action Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- inputParams string
- isDynamic boolean
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetTask Workflow Action Parent 
- permissionResources GetTask Workflow Action Permission Resource[] 
- retryable boolean
- sequenceKey string
- string
- 
GetTask Workflow Action Tag[] 
- versionContext GetTask Workflow Action Version Context 
- waitOn booleanDuplicate 
- workflowContext string
- workflowFile GetTask Workflow Action Workflow File 
- workflowInfo stringMoid 
- id str
- results
Sequence[GetTask Workflow Action Result] 
- account
GetTask Workflow Action Account 
- account_moid str
- action str
- additional_properties str
- ancestors
Sequence[GetTask Workflow Action Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- input_params str
- is_dynamic bool
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetTask Workflow Action Parent 
- permission_resources Sequence[GetTask Workflow Action Permission Resource] 
- retryable bool
- sequence_key str
- str
- 
Sequence[GetTask Workflow Action Tag] 
- version_context GetTask Workflow Action Version Context 
- wait_on_ boolduplicate 
- workflow_context str
- workflow_file GetTask Workflow Action Workflow File 
- workflow_info_ strmoid 
- id String
- results List<Property Map>
- account Property Map
- accountMoid String
- action String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- inputParams String
- isDynamic Boolean
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- retryable Boolean
- sequenceKey String
- String
- List<Property Map>
- versionContext Property Map
- waitOn BooleanDuplicate 
- workflowContext String
- workflowFile Property Map
- workflowInfo StringMoid 
Supporting Types
GetTaskWorkflowActionAccount    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetTaskWorkflowActionAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetTaskWorkflowActionParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetTaskWorkflowActionPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetTaskWorkflowActionResult    
- AccountMoid string
- The Account ID for this managed object.
- Accounts
List<GetTask Workflow Action Result Account> 
- Action string
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- AdditionalProperties string
- Ancestors
List<GetTask Workflow Action Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InputParams string
- Json formatted string input parameters to workflow.
- IsDynamic bool
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetTask Workflow Action Result Parent> 
- PermissionResources List<GetTask Workflow Action Result Permission Resource> 
- Retryable bool
- When true, the retry operation can be performed on the workflow.
- SequenceKey string
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
List<GetTask Workflow Action Result Tag> 
- VersionContexts List<GetTask Workflow Action Result Version Context> 
- WaitOn boolDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- WorkflowContext string
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- WorkflowFiles List<GetTask Workflow Action Result Workflow File> 
- WorkflowInfo stringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- AccountMoid string
- The Account ID for this managed object.
- Accounts
[]GetTask Workflow Action Result Account 
- Action string
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- AdditionalProperties string
- Ancestors
[]GetTask Workflow Action Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InputParams string
- Json formatted string input parameters to workflow.
- IsDynamic bool
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetTask Workflow Action Result Parent 
- PermissionResources []GetTask Workflow Action Result Permission Resource 
- Retryable bool
- When true, the retry operation can be performed on the workflow.
- SequenceKey string
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
[]GetTask Workflow Action Result Tag 
- VersionContexts []GetTask Workflow Action Result Version Context 
- WaitOn boolDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- WorkflowContext string
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- WorkflowFiles []GetTask Workflow Action Result Workflow File 
- WorkflowInfo stringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- accountMoid String
- The Account ID for this managed object.
- accounts
List<GetTask Workflow Action Result Account> 
- action String
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additionalProperties String
- ancestors
List<GetTask Workflow Action Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inputParams String
- Json formatted string input parameters to workflow.
- isDynamic Boolean
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetTask Workflow Action Result Parent> 
- permissionResources List<GetTask Workflow Action Result Permission Resource> 
- retryable Boolean
- When true, the retry operation can be performed on the workflow.
- sequenceKey String
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
List<GetTask Workflow Action Result Tag> 
- versionContexts List<GetTask Workflow Action Result Version Context> 
- waitOn BooleanDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflowContext String
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflowFiles List<GetTask Workflow Action Result Workflow File> 
- workflowInfo StringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- accountMoid string
- The Account ID for this managed object.
- accounts
GetTask Workflow Action Result Account[] 
- action string
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additionalProperties string
- ancestors
GetTask Workflow Action Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- inputParams string
- Json formatted string input parameters to workflow.
- isDynamic boolean
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetTask Workflow Action Result Parent[] 
- permissionResources GetTask Workflow Action Result Permission Resource[] 
- retryable boolean
- When true, the retry operation can be performed on the workflow.
- sequenceKey string
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
GetTask Workflow Action Result Tag[] 
- versionContexts GetTask Workflow Action Result Version Context[] 
- waitOn booleanDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflowContext string
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflowFiles GetTask Workflow Action Result Workflow File[] 
- workflowInfo stringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- account_moid str
- The Account ID for this managed object.
- accounts
Sequence[GetTask Workflow Action Result Account] 
- action str
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additional_properties str
- ancestors
Sequence[GetTask Workflow Action Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- input_params str
- Json formatted string input parameters to workflow.
- is_dynamic bool
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetTask Workflow Action Result Parent] 
- permission_resources Sequence[GetTask Workflow Action Result Permission Resource] 
- retryable bool
- When true, the retry operation can be performed on the workflow.
- sequence_key str
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- 
Sequence[GetTask Workflow Action Result Tag] 
- version_contexts Sequence[GetTask Workflow Action Result Version Context] 
- wait_on_ boolduplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflow_context str
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflow_files Sequence[GetTask Workflow Action Result Workflow File] 
- workflow_info_ strmoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
- accountMoid String
- The Account ID for this managed object.
- accounts List<Property Map>
- action String
- Action for test workflow.* start- Start action for the workflow.*stop- Stop action for the workflow.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inputParams String
- Json formatted string input parameters to workflow.
- isDynamic Boolean
- When true, this workflow type will be triggered as a dynamic workflow, if not it will be treated as a static workflow.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- retryable Boolean
- When true, the retry operation can be performed on the workflow.
- sequenceKey String
- This key can be set so that the workflow execution can be sequenced with workflows having the same key. An example usecase is say there are diferent workflows which operate on the server, and are executed at the same time on the same server and the sequence key for all the workflows are same, then workflow engine will enforce that the workflow execution are sequenced and started one after the other, based on timestamp of the arrival of the execution requests.
- 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.
- List<Property Map>
- versionContexts List<Property Map>
- waitOn BooleanDuplicate 
- When true, the workflow will wait for previous one to complete before starting a new one.
- workflowContext String
- Json formatted string that has the contents of the workflow context used when starting a workflow.
- workflowFiles List<Property Map>
- workflowInfo StringMoid 
- Returns the workflow info moid of the workflow started by workflow action api. workflowInfoMoid will be an empty sting if an error occurs while starting the workflow.
GetTaskWorkflowActionResultAccount     
- 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
GetTaskWorkflowActionResultAncestor     
- 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
GetTaskWorkflowActionResultParent     
- 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
GetTaskWorkflowActionResultPermissionResource      
- 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
GetTaskWorkflowActionResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetTaskWorkflowActionResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetTask Workflow Action Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetTask Workflow Action Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetTaskWorkflowActionResultVersionContextInterestedMo        
- 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
GetTaskWorkflowActionResultVersionContextRefMo        
- 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
GetTaskWorkflowActionResultWorkflowFile      
- AdditionalProperties string
- ClassId string
- Contents string
- NrSource string
- ObjectType string
- Path string
- Type string
- AdditionalProperties string
- ClassId string
- Contents string
- NrSource string
- ObjectType string
- Path string
- Type string
- additionalProperties String
- classId String
- contents String
- nrSource String
- objectType String
- path String
- type String
- additionalProperties string
- classId string
- contents string
- nrSource string
- objectType string
- path string
- type string
- additional_properties str
- class_id str
- contents str
- nr_source str
- object_type str
- path str
- type str
- additionalProperties String
- classId String
- contents String
- nrSource String
- objectType String
- path String
- type String
GetTaskWorkflowActionTag    
- 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.
GetTaskWorkflowActionVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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<GetTask Workflow Action Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetTask Workflow Action Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetTask Workflow Action Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetTask Workflow Action Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetTask Workflow Action Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetTask Workflow Action Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetTask Workflow Action Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetTask Workflow Action Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetTask Workflow Action Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetTask Workflow Action Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetTaskWorkflowActionVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetTaskWorkflowActionVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetTaskWorkflowActionWorkflowFile     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Contents string
- When the type of the download is inline, it will read the file from the contents here.
- NrSource string
- The source of the download location and if type is S3, then this is the bucket name. In case of MoRef download type the source will have the Moid of the workflow definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Path string
- The path of the download from the specified source location for type S3, then this is the object key.
- Type string
- The type of download location is captured in type.- S3- Download workflow from S3.
- Local- Download workflow from local path.
- Inline- Workflow is provided inline.
- MoRef- Start an existing workflow registered with given Moid.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Contents string
- When the type of the download is inline, it will read the file from the contents here.
- NrSource string
- The source of the download location and if type is S3, then this is the bucket name. In case of MoRef download type the source will have the Moid of the workflow definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Path string
- The path of the download from the specified source location for type S3, then this is the object key.
- Type string
- The type of download location is captured in type.- S3- Download workflow from S3.
- Local- Download workflow from local path.
- Inline- Workflow is provided inline.
- MoRef- Start an existing workflow registered with given Moid.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- contents String
- When the type of the download is inline, it will read the file from the contents here.
- nrSource String
- The source of the download location and if type is S3, then this is the bucket name. In case of MoRef download type the source will have the Moid of the workflow definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path String
- The path of the download from the specified source location for type S3, then this is the object key.
- type String
- The type of download location is captured in type.- S3- Download workflow from S3.
- Local- Download workflow from local path.
- Inline- Workflow is provided inline.
- MoRef- Start an existing workflow registered with given Moid.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- contents string
- When the type of the download is inline, it will read the file from the contents here.
- nrSource string
- The source of the download location and if type is S3, then this is the bucket name. In case of MoRef download type the source will have the Moid of the workflow definition.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path string
- The path of the download from the specified source location for type S3, then this is the object key.
- type string
- The type of download location is captured in type.- S3- Download workflow from S3.
- Local- Download workflow from local path.
- Inline- Workflow is provided inline.
- MoRef- Start an existing workflow registered with given Moid.
 
- 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.
- contents str
- When the type of the download is inline, it will read the file from the contents here.
- nr_source str
- The source of the download location and if type is S3, then this is the bucket name. In case of MoRef download type the source will have the Moid of the workflow definition.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path str
- The path of the download from the specified source location for type S3, then this is the object key.
- type str
- The type of download location is captured in type.- S3- Download workflow from S3.
- Local- Download workflow from local path.
- Inline- Workflow is provided inline.
- MoRef- Start an existing workflow registered with given Moid.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- contents String
- When the type of the download is inline, it will read the file from the contents here.
- nrSource String
- The source of the download location and if type is S3, then this is the bucket name. In case of MoRef download type the source will have the Moid of the workflow definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path String
- The path of the download from the specified source location for type S3, then this is the object key.
- type String
- The type of download location is captured in type.- S3- Download workflow from S3.
- Local- Download workflow from local path.
- Inline- Workflow is provided inline.
- MoRef- Start an existing workflow registered with given Moid.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet