intersight.getWorkflowTaskDefinition
Explore with Pulumi AI
Used to define a task which can be included within a workflow. Task definition conveys the intent that we want to achieve with the task. We can have a standalone task definition that is bound to a single implementation for that task, or we can define an TaskDefinition that will serve as the interface task definition which is linked to multiple implementation tasks. Each implemented TaskDefinition will be bound to its own implementation so we can achieve a case where single TaskDefinition has multiple implementations.
Using getWorkflowTaskDefinition
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 getWorkflowTaskDefinition(args: GetWorkflowTaskDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowTaskDefinitionResult>
function getWorkflowTaskDefinitionOutput(args: GetWorkflowTaskDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowTaskDefinitionResult>def get_workflow_task_definition(account_moid: Optional[str] = None,
                                 additional_properties: Optional[str] = None,
                                 ancestors: Optional[Sequence[GetWorkflowTaskDefinitionAncestor]] = None,
                                 catalog: Optional[GetWorkflowTaskDefinitionCatalog] = None,
                                 class_id: Optional[str] = None,
                                 cloned_from: Optional[GetWorkflowTaskDefinitionClonedFrom] = None,
                                 create_time: Optional[str] = None,
                                 default_version: Optional[bool] = None,
                                 description: Optional[str] = None,
                                 domain_group_moid: Optional[str] = None,
                                 id: Optional[str] = None,
                                 implemented_tasks: Optional[Sequence[GetWorkflowTaskDefinitionImplementedTask]] = None,
                                 interface_task: Optional[GetWorkflowTaskDefinitionInterfaceTask] = None,
                                 internal_properties: Optional[GetWorkflowTaskDefinitionInternalProperties] = None,
                                 label: Optional[str] = None,
                                 license_entitlement: Optional[str] = None,
                                 mod_time: Optional[str] = None,
                                 moid: Optional[str] = None,
                                 name: Optional[str] = None,
                                 nr_version: Optional[float] = None,
                                 object_type: Optional[str] = None,
                                 owners: Optional[Sequence[str]] = None,
                                 parent: Optional[GetWorkflowTaskDefinitionParent] = None,
                                 permission_resources: Optional[Sequence[GetWorkflowTaskDefinitionPermissionResource]] = None,
                                 properties: Optional[GetWorkflowTaskDefinitionProperties] = None,
                                 rollback_tasks: Optional[Sequence[GetWorkflowTaskDefinitionRollbackTask]] = None,
                                 secure_prop_access: Optional[bool] = None,
                                 shared_scope: Optional[str] = None,
                                 tags: Optional[Sequence[GetWorkflowTaskDefinitionTag]] = None,
                                 task_metadata: Optional[GetWorkflowTaskDefinitionTaskMetadata] = None,
                                 version_context: Optional[GetWorkflowTaskDefinitionVersionContext] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetWorkflowTaskDefinitionResult
def get_workflow_task_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionAncestorArgs]]]] = None,
                                 catalog: Optional[pulumi.Input[GetWorkflowTaskDefinitionCatalogArgs]] = None,
                                 class_id: Optional[pulumi.Input[str]] = None,
                                 cloned_from: Optional[pulumi.Input[GetWorkflowTaskDefinitionClonedFromArgs]] = None,
                                 create_time: Optional[pulumi.Input[str]] = None,
                                 default_version: Optional[pulumi.Input[bool]] = None,
                                 description: Optional[pulumi.Input[str]] = None,
                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 implemented_tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionImplementedTaskArgs]]]] = None,
                                 interface_task: Optional[pulumi.Input[GetWorkflowTaskDefinitionInterfaceTaskArgs]] = None,
                                 internal_properties: Optional[pulumi.Input[GetWorkflowTaskDefinitionInternalPropertiesArgs]] = None,
                                 label: Optional[pulumi.Input[str]] = None,
                                 license_entitlement: Optional[pulumi.Input[str]] = None,
                                 mod_time: Optional[pulumi.Input[str]] = None,
                                 moid: Optional[pulumi.Input[str]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 nr_version: Optional[pulumi.Input[float]] = None,
                                 object_type: Optional[pulumi.Input[str]] = None,
                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 parent: Optional[pulumi.Input[GetWorkflowTaskDefinitionParentArgs]] = None,
                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionPermissionResourceArgs]]]] = None,
                                 properties: Optional[pulumi.Input[GetWorkflowTaskDefinitionPropertiesArgs]] = None,
                                 rollback_tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionRollbackTaskArgs]]]] = None,
                                 secure_prop_access: Optional[pulumi.Input[bool]] = None,
                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowTaskDefinitionTagArgs]]]] = None,
                                 task_metadata: Optional[pulumi.Input[GetWorkflowTaskDefinitionTaskMetadataArgs]] = None,
                                 version_context: Optional[pulumi.Input[GetWorkflowTaskDefinitionVersionContextArgs]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowTaskDefinitionResult]func LookupWorkflowTaskDefinition(ctx *Context, args *LookupWorkflowTaskDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowTaskDefinitionResult, error)
func LookupWorkflowTaskDefinitionOutput(ctx *Context, args *LookupWorkflowTaskDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowTaskDefinitionResultOutput> Note: This function is named LookupWorkflowTaskDefinition in the Go SDK.
public static class GetWorkflowTaskDefinition 
{
    public static Task<GetWorkflowTaskDefinitionResult> InvokeAsync(GetWorkflowTaskDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowTaskDefinitionResult> Invoke(GetWorkflowTaskDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowTaskDefinitionResult> getWorkflowTaskDefinition(GetWorkflowTaskDefinitionArgs args, InvokeOptions options)
public static Output<GetWorkflowTaskDefinitionResult> getWorkflowTaskDefinition(GetWorkflowTaskDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowTaskDefinition:getWorkflowTaskDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Task Definition Ancestor> 
- Catalog
GetWorkflow Task Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Task Definition Cloned From 
- CreateTime string
- The time when this managed object was created.
- DefaultVersion bool
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ImplementedTasks List<GetWorkflow Task Definition Implemented Task> 
- InterfaceTask GetWorkflow Task Definition Interface Task 
- InternalProperties GetWorkflow Task Definition Internal Properties 
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- LicenseEntitlement string
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion double
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Task Definition Parent 
- PermissionResources List<GetWorkflow Task Definition Permission Resource> 
- Properties
GetWorkflow Task Definition Properties 
- RollbackTasks List<GetWorkflow Task Definition Rollback Task> 
- SecureProp boolAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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<GetWorkflow Task Definition Tag> 
- TaskMetadata GetWorkflow Task Definition Task Metadata 
- VersionContext GetWorkflow Task Definition Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Task Definition Ancestor 
- Catalog
GetWorkflow Task Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Task Definition Cloned From 
- CreateTime string
- The time when this managed object was created.
- DefaultVersion bool
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ImplementedTasks []GetWorkflow Task Definition Implemented Task 
- InterfaceTask GetWorkflow Task Definition Interface Task 
- InternalProperties GetWorkflow Task Definition Internal Properties 
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- LicenseEntitlement string
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion float64
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- Owners []string
- Parent
GetWorkflow Task Definition Parent 
- PermissionResources []GetWorkflow Task Definition Permission Resource 
- Properties
GetWorkflow Task Definition Properties 
- RollbackTasks []GetWorkflow Task Definition Rollback Task 
- SecureProp boolAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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.
- 
[]GetWorkflow Task Definition Tag 
- TaskMetadata GetWorkflow Task Definition Task Metadata 
- VersionContext GetWorkflow Task Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Task Definition Ancestor> 
- catalog
GetWorkflow Task Definition Catalog 
- classId String
- clonedFrom GetWorkflow Task Definition Cloned From 
- createTime String
- The time when this managed object was created.
- defaultVersion Boolean
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- implementedTasks List<GetWorkflow Task Definition Implemented Task> 
- interfaceTask GetWorkflow Task Definition Interface Task 
- internalProperties GetWorkflow Task Definition Internal Properties 
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- licenseEntitlement String
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Double
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- owners List<String>
- parent
GetWorkflow Task Definition Parent 
- permissionResources List<GetWorkflow Task Definition Permission Resource> 
- properties
GetWorkflow Task Definition Properties 
- rollbackTasks List<GetWorkflow Task Definition Rollback Task> 
- secureProp BooleanAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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<GetWorkflow Task Definition Tag> 
- taskMetadata GetWorkflow Task Definition Task Metadata 
- versionContext GetWorkflow Task Definition Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Task Definition Ancestor[] 
- catalog
GetWorkflow Task Definition Catalog 
- classId string
- clonedFrom GetWorkflow Task Definition Cloned From 
- createTime string
- The time when this managed object was created.
- defaultVersion boolean
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- implementedTasks GetWorkflow Task Definition Implemented Task[] 
- interfaceTask GetWorkflow Task Definition Interface Task 
- internalProperties GetWorkflow Task Definition Internal Properties 
- label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- licenseEntitlement string
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType string
- owners string[]
- parent
GetWorkflow Task Definition Parent 
- permissionResources GetWorkflow Task Definition Permission Resource[] 
- properties
GetWorkflow Task Definition Properties 
- rollbackTasks GetWorkflow Task Definition Rollback Task[] 
- secureProp booleanAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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.
- 
GetWorkflow Task Definition Tag[] 
- taskMetadata GetWorkflow Task Definition Task Metadata 
- versionContext GetWorkflow Task Definition Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Task Definition Ancestor] 
- catalog
GetWorkflow Task Definition Catalog 
- class_id str
- cloned_from GetWorkflow Task Definition Cloned From 
- create_time str
- The time when this managed object was created.
- default_version bool
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- implemented_tasks Sequence[GetWorkflow Task Definition Implemented Task] 
- interface_task GetWorkflow Task Definition Interface Task 
- internal_properties GetWorkflow Task Definition Internal Properties 
- label str
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- license_entitlement str
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nr_version float
- The version of the task definition so we can support multiple versions of a task definition.
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Task Definition Parent 
- permission_resources Sequence[GetWorkflow Task Definition Permission Resource] 
- properties
GetWorkflow Task Definition Properties 
- rollback_tasks Sequence[GetWorkflow Task Definition Rollback Task] 
- secure_prop_ boolaccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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[GetWorkflow Task Definition Tag] 
- task_metadata GetWorkflow Task Definition Task Metadata 
- version_context GetWorkflow Task Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- clonedFrom Property Map
- createTime String
- The time when this managed object was created.
- defaultVersion Boolean
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- implementedTasks List<Property Map>
- interfaceTask Property Map
- internalProperties Property Map
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- licenseEntitlement String
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- properties Property Map
- rollbackTasks List<Property Map>
- secureProp BooleanAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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>
- taskMetadata Property Map
- versionContext Property Map
getWorkflowTaskDefinition Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Task Definition Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Task Definition Ancestor> 
- Catalog
GetWorkflow Task Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Task Definition Cloned From 
- CreateTime string
- DefaultVersion bool
- Description string
- DomainGroup stringMoid 
- ImplementedTasks List<GetWorkflow Task Definition Implemented Task> 
- InterfaceTask GetWorkflow Task Definition Interface Task 
- InternalProperties GetWorkflow Task Definition Internal Properties 
- Label string
- LicenseEntitlement string
- ModTime string
- Moid string
- Name string
- NrVersion double
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Task Definition Parent 
- PermissionResources List<GetWorkflow Task Definition Permission Resource> 
- Properties
GetWorkflow Task Definition Properties 
- RollbackTasks List<GetWorkflow Task Definition Rollback Task> 
- SecureProp boolAccess 
- string
- 
List<GetWorkflow Task Definition Tag> 
- TaskMetadata GetWorkflow Task Definition Task Metadata 
- VersionContext GetWorkflow Task Definition Version Context 
- Id string
- Results
[]GetWorkflow Task Definition Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Task Definition Ancestor 
- Catalog
GetWorkflow Task Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Task Definition Cloned From 
- CreateTime string
- DefaultVersion bool
- Description string
- DomainGroup stringMoid 
- ImplementedTasks []GetWorkflow Task Definition Implemented Task 
- InterfaceTask GetWorkflow Task Definition Interface Task 
- InternalProperties GetWorkflow Task Definition Internal Properties 
- Label string
- LicenseEntitlement string
- ModTime string
- Moid string
- Name string
- NrVersion float64
- ObjectType string
- Owners []string
- Parent
GetWorkflow Task Definition Parent 
- PermissionResources []GetWorkflow Task Definition Permission Resource 
- Properties
GetWorkflow Task Definition Properties 
- RollbackTasks []GetWorkflow Task Definition Rollback Task 
- SecureProp boolAccess 
- string
- 
[]GetWorkflow Task Definition Tag 
- TaskMetadata GetWorkflow Task Definition Task Metadata 
- VersionContext GetWorkflow Task Definition Version Context 
- id String
- results
List<GetWorkflow Task Definition Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetWorkflow Task Definition Ancestor> 
- catalog
GetWorkflow Task Definition Catalog 
- classId String
- clonedFrom GetWorkflow Task Definition Cloned From 
- createTime String
- defaultVersion Boolean
- description String
- domainGroup StringMoid 
- implementedTasks List<GetWorkflow Task Definition Implemented Task> 
- interfaceTask GetWorkflow Task Definition Interface Task 
- internalProperties GetWorkflow Task Definition Internal Properties 
- label String
- licenseEntitlement String
- modTime String
- moid String
- name String
- nrVersion Double
- objectType String
- owners List<String>
- parent
GetWorkflow Task Definition Parent 
- permissionResources List<GetWorkflow Task Definition Permission Resource> 
- properties
GetWorkflow Task Definition Properties 
- rollbackTasks List<GetWorkflow Task Definition Rollback Task> 
- secureProp BooleanAccess 
- String
- 
List<GetWorkflow Task Definition Tag> 
- taskMetadata GetWorkflow Task Definition Task Metadata 
- versionContext GetWorkflow Task Definition Version Context 
- id string
- results
GetWorkflow Task Definition Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetWorkflow Task Definition Ancestor[] 
- catalog
GetWorkflow Task Definition Catalog 
- classId string
- clonedFrom GetWorkflow Task Definition Cloned From 
- createTime string
- defaultVersion boolean
- description string
- domainGroup stringMoid 
- implementedTasks GetWorkflow Task Definition Implemented Task[] 
- interfaceTask GetWorkflow Task Definition Interface Task 
- internalProperties GetWorkflow Task Definition Internal Properties 
- label string
- licenseEntitlement string
- modTime string
- moid string
- name string
- nrVersion number
- objectType string
- owners string[]
- parent
GetWorkflow Task Definition Parent 
- permissionResources GetWorkflow Task Definition Permission Resource[] 
- properties
GetWorkflow Task Definition Properties 
- rollbackTasks GetWorkflow Task Definition Rollback Task[] 
- secureProp booleanAccess 
- string
- 
GetWorkflow Task Definition Tag[] 
- taskMetadata GetWorkflow Task Definition Task Metadata 
- versionContext GetWorkflow Task Definition Version Context 
- id str
- results
Sequence[GetWorkflow Task Definition Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetWorkflow Task Definition Ancestor] 
- catalog
GetWorkflow Task Definition Catalog 
- class_id str
- cloned_from GetWorkflow Task Definition Cloned From 
- create_time str
- default_version bool
- description str
- domain_group_ strmoid 
- implemented_tasks Sequence[GetWorkflow Task Definition Implemented Task] 
- interface_task GetWorkflow Task Definition Interface Task 
- internal_properties GetWorkflow Task Definition Internal Properties 
- label str
- license_entitlement str
- mod_time str
- moid str
- name str
- nr_version float
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Task Definition Parent 
- permission_resources Sequence[GetWorkflow Task Definition Permission Resource] 
- properties
GetWorkflow Task Definition Properties 
- rollback_tasks Sequence[GetWorkflow Task Definition Rollback Task] 
- secure_prop_ boolaccess 
- str
- 
Sequence[GetWorkflow Task Definition Tag] 
- task_metadata GetWorkflow Task Definition Task Metadata 
- version_context GetWorkflow Task Definition Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- clonedFrom Property Map
- createTime String
- defaultVersion Boolean
- description String
- domainGroup StringMoid 
- implementedTasks List<Property Map>
- interfaceTask Property Map
- internalProperties Property Map
- label String
- licenseEntitlement String
- modTime String
- moid String
- name String
- nrVersion Number
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- properties Property Map
- rollbackTasks List<Property Map>
- secureProp BooleanAccess 
- String
- List<Property Map>
- taskMetadata Property Map
- versionContext Property Map
Supporting Types
GetWorkflowTaskDefinitionAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionCatalog    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionClonedFrom     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionImplementedTask     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionInterfaceTask     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionInternalProperties     
- AdditionalProperties string
- BaseTask stringType 
- This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Constraints
GetWorkflow Task Definition Internal Properties Constraints 
- This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
- Internal bool
- Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owner string
- The service that owns and is responsible for execution of the task.
- AdditionalProperties string
- BaseTask stringType 
- This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Constraints
GetWorkflow Task Definition Internal Properties Constraints 
- This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
- Internal bool
- Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owner string
- The service that owns and is responsible for execution of the task.
- additionalProperties String
- baseTask StringType 
- This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- constraints
GetWorkflow Task Definition Internal Properties Constraints 
- This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
- internal Boolean
- Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owner String
- The service that owns and is responsible for execution of the task.
- additionalProperties string
- baseTask stringType 
- This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- constraints
GetWorkflow Task Definition Internal Properties Constraints 
- This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
- internal boolean
- Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owner string
- The service that owns and is responsible for execution of the task.
- additional_properties str
- base_task_ strtype 
- This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- 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.
- constraints
GetWorkflow Task Definition Internal Properties Constraints 
- This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
- internal bool
- Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owner str
- The service that owns and is responsible for execution of the task.
- additionalProperties String
- baseTask StringType 
- This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- constraints Property Map
- This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.
- internal Boolean
- Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owner String
- The service that owns and is responsible for execution of the task.
GetWorkflowTaskDefinitionInternalPropertiesConstraints      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TargetData stringType 
- List of property constraints that helps to narrow down task implementations based on target device input.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TargetData stringType 
- List of property constraints that helps to narrow down task implementations based on target device input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- targetData StringType 
- List of property constraints that helps to narrow down task implementations based on target device input.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- targetData stringType 
- List of property constraints that helps to narrow down task implementations based on target device input.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- target_data_ strtype 
- List of property constraints that helps to narrow down task implementations based on target device input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- targetData StringType 
- List of property constraints that helps to narrow down task implementations based on target device input.
GetWorkflowTaskDefinitionParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionProperties    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cloneable bool
- When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
- ExternalMeta bool
- When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
- InputDefinitions List<GetWorkflow Task Definition Properties Input Definition> 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OutputDefinitions List<GetWorkflow Task Definition Properties Output Definition> 
- RetryCount double
- The number of times a task should be tried before marking as failed.
- RetryDelay double
- The delay in seconds after which the the task is re-tried.
- RetryPolicy string
- The retry policy for the task.- Fixed- The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
 
- StartsWorkflow bool
- Set to true if the task implementation starts another workfow as part of the execution.
- SupportStatus string
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- Timeout double
- The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
- TimeoutPolicy string
- The timeout policy for the task.- Timeout- The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
- Retry- The enum specifies the option as Retry where task will be re-tried.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cloneable bool
- When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
- ExternalMeta bool
- When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
- InputDefinitions []GetWorkflow Task Definition Properties Input Definition 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OutputDefinitions []GetWorkflow Task Definition Properties Output Definition 
- RetryCount float64
- The number of times a task should be tried before marking as failed.
- RetryDelay float64
- The delay in seconds after which the the task is re-tried.
- RetryPolicy string
- The retry policy for the task.- Fixed- The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
 
- StartsWorkflow bool
- Set to true if the task implementation starts another workfow as part of the execution.
- SupportStatus string
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- Timeout float64
- The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
- TimeoutPolicy string
- The timeout policy for the task.- Timeout- The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
- Retry- The enum specifies the option as Retry where task will be re-tried.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloneable Boolean
- When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
- externalMeta Boolean
- When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
- inputDefinitions List<GetWorkflow Task Definition Properties Input Definition> 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- outputDefinitions List<GetWorkflow Task Definition Properties Output Definition> 
- retryCount Double
- The number of times a task should be tried before marking as failed.
- retryDelay Double
- The delay in seconds after which the the task is re-tried.
- retryPolicy String
- The retry policy for the task.- Fixed- The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
 
- startsWorkflow Boolean
- Set to true if the task implementation starts another workfow as part of the execution.
- supportStatus String
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- timeout Double
- The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
- timeoutPolicy String
- The timeout policy for the task.- Timeout- The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
- Retry- The enum specifies the option as Retry where task will be re-tried.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloneable boolean
- When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
- externalMeta boolean
- When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
- inputDefinitions GetWorkflow Task Definition Properties Input Definition[] 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- outputDefinitions GetWorkflow Task Definition Properties Output Definition[] 
- retryCount number
- The number of times a task should be tried before marking as failed.
- retryDelay number
- The delay in seconds after which the the task is re-tried.
- retryPolicy string
- The retry policy for the task.- Fixed- The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
 
- startsWorkflow boolean
- Set to true if the task implementation starts another workfow as part of the execution.
- supportStatus string
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- timeout number
- The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
- timeoutPolicy string
- The timeout policy for the task.- Timeout- The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
- Retry- The enum specifies the option as Retry where task will be re-tried.
 
- 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.
- cloneable bool
- When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
- external_meta bool
- When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
- input_definitions Sequence[GetWorkflow Task Definition Properties Input Definition] 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- output_definitions Sequence[GetWorkflow Task Definition Properties Output Definition] 
- retry_count float
- The number of times a task should be tried before marking as failed.
- retry_delay float
- The delay in seconds after which the the task is re-tried.
- retry_policy str
- The retry policy for the task.- Fixed- The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
 
- starts_workflow bool
- Set to true if the task implementation starts another workfow as part of the execution.
- support_status str
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- timeout float
- The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
- timeout_policy str
- The timeout policy for the task.- Timeout- The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
- Retry- The enum specifies the option as Retry where task will be re-tried.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloneable Boolean
- When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
- externalMeta Boolean
- When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
- inputDefinitions List<Property Map>
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- outputDefinitions List<Property Map>
- retryCount Number
- The number of times a task should be tried before marking as failed.
- retryDelay Number
- The delay in seconds after which the the task is re-tried.
- retryPolicy String
- The retry policy for the task.- Fixed- The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.
 
- startsWorkflow Boolean
- Set to true if the task implementation starts another workfow as part of the execution.
- supportStatus String
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- timeout Number
- The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
- timeoutPolicy String
- The timeout policy for the task.- Timeout- The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
- Retry- The enum specifies the option as Retry where task will be re-tried.
 
GetWorkflowTaskDefinitionPropertiesInputDefinition      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Task Definition Properties Input Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMeta GetWorkflow Task Definition Properties Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Task Definition Properties Input Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMeta GetWorkflow Task Definition Properties Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
GetWorkflow Task Definition Properties Input Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMeta GetWorkflow Task Definition Properties Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Task Definition Properties Input Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMeta GetWorkflow Task Definition Properties Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Task Definition Properties Input Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- display_meta GetWorkflow Task Definition Properties Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input_parameters str
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label str
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default Property Map
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMeta Property Map
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
GetWorkflowTaskDefinitionPropertiesInputDefinitionDefault       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue booleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- 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.
- is_value_ boolset 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
GetWorkflowTaskDefinitionPropertiesInputDefinitionDisplayMeta        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- 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.
- inventory_selector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget_type str
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
GetWorkflowTaskDefinitionPropertiesOutputDefinition      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Task Definition Properties Output Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMeta GetWorkflow Task Definition Properties Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Task Definition Properties Output Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMeta GetWorkflow Task Definition Properties Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
GetWorkflow Task Definition Properties Output Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMeta GetWorkflow Task Definition Properties Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Task Definition Properties Output Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMeta GetWorkflow Task Definition Properties Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Task Definition Properties Output Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- display_meta GetWorkflow Task Definition Properties Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input_parameters str
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label str
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default Property Map
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMeta Property Map
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
GetWorkflowTaskDefinitionPropertiesOutputDefinitionDefault       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue booleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- 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.
- is_value_ boolset 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
GetWorkflowTaskDefinitionPropertiesOutputDefinitionDisplayMeta        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- 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.
- inventory_selector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget_type str
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
GetWorkflowTaskDefinitionResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Task Definition Result Ancestor> 
- Catalogs
List<GetWorkflow Task Definition Result Catalog> 
- ClassId string
- ClonedFroms List<GetWorkflow Task Definition Result Cloned From> 
- CreateTime string
- The time when this managed object was created.
- DefaultVersion bool
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ImplementedTasks List<GetWorkflow Task Definition Result Implemented Task> 
- InterfaceTasks List<GetWorkflow Task Definition Result Interface Task> 
- InternalProperties List<GetWorkflow Task Definition Result Internal Property> 
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- LicenseEntitlement string
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion double
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- Owners List<string>
- Parents
List<GetWorkflow Task Definition Result Parent> 
- PermissionResources List<GetWorkflow Task Definition Result Permission Resource> 
- Properties
List<GetWorkflow Task Definition Result Property> 
- RollbackTasks List<GetWorkflow Task Definition Result Rollback Task> 
- SecureProp boolAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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<GetWorkflow Task Definition Result Tag> 
- TaskMetadatas List<GetWorkflow Task Definition Result Task Metadata> 
- VersionContexts List<GetWorkflow Task Definition Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Task Definition Result Ancestor 
- Catalogs
[]GetWorkflow Task Definition Result Catalog 
- ClassId string
- ClonedFroms []GetWorkflow Task Definition Result Cloned From 
- CreateTime string
- The time when this managed object was created.
- DefaultVersion bool
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ImplementedTasks []GetWorkflow Task Definition Result Implemented Task 
- InterfaceTasks []GetWorkflow Task Definition Result Interface Task 
- InternalProperties []GetWorkflow Task Definition Result Internal Property 
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- LicenseEntitlement string
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion float64
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- Owners []string
- Parents
[]GetWorkflow Task Definition Result Parent 
- PermissionResources []GetWorkflow Task Definition Result Permission Resource 
- Properties
[]GetWorkflow Task Definition Result Property 
- RollbackTasks []GetWorkflow Task Definition Result Rollback Task 
- SecureProp boolAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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.
- 
[]GetWorkflow Task Definition Result Tag 
- TaskMetadatas []GetWorkflow Task Definition Result Task Metadata 
- VersionContexts []GetWorkflow Task Definition Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Task Definition Result Ancestor> 
- catalogs
List<GetWorkflow Task Definition Result Catalog> 
- classId String
- clonedFroms List<GetWorkflow Task Definition Result Cloned From> 
- createTime String
- The time when this managed object was created.
- defaultVersion Boolean
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- implementedTasks List<GetWorkflow Task Definition Result Implemented Task> 
- interfaceTasks List<GetWorkflow Task Definition Result Interface Task> 
- internalProperties List<GetWorkflow Task Definition Result Internal Property> 
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- licenseEntitlement String
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Double
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- owners List<String>
- parents
List<GetWorkflow Task Definition Result Parent> 
- permissionResources List<GetWorkflow Task Definition Result Permission Resource> 
- properties
List<GetWorkflow Task Definition Result Property> 
- rollbackTasks List<GetWorkflow Task Definition Result Rollback Task> 
- secureProp BooleanAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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<GetWorkflow Task Definition Result Tag> 
- taskMetadatas List<GetWorkflow Task Definition Result Task Metadata> 
- versionContexts List<GetWorkflow Task Definition Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Task Definition Result Ancestor[] 
- catalogs
GetWorkflow Task Definition Result Catalog[] 
- classId string
- clonedFroms GetWorkflow Task Definition Result Cloned From[] 
- createTime string
- The time when this managed object was created.
- defaultVersion boolean
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- implementedTasks GetWorkflow Task Definition Result Implemented Task[] 
- interfaceTasks GetWorkflow Task Definition Result Interface Task[] 
- internalProperties GetWorkflow Task Definition Result Internal Property[] 
- label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- licenseEntitlement string
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType string
- owners string[]
- parents
GetWorkflow Task Definition Result Parent[] 
- permissionResources GetWorkflow Task Definition Result Permission Resource[] 
- properties
GetWorkflow Task Definition Result Property[] 
- rollbackTasks GetWorkflow Task Definition Result Rollback Task[] 
- secureProp booleanAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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.
- 
GetWorkflow Task Definition Result Tag[] 
- taskMetadatas GetWorkflow Task Definition Result Task Metadata[] 
- versionContexts GetWorkflow Task Definition Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Task Definition Result Ancestor] 
- catalogs
Sequence[GetWorkflow Task Definition Result Catalog] 
- class_id str
- cloned_froms Sequence[GetWorkflow Task Definition Result Cloned From] 
- create_time str
- The time when this managed object was created.
- default_version bool
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- implemented_tasks Sequence[GetWorkflow Task Definition Result Implemented Task] 
- interface_tasks Sequence[GetWorkflow Task Definition Result Interface Task] 
- internal_properties Sequence[GetWorkflow Task Definition Result Internal Property] 
- label str
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- license_entitlement str
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nr_version float
- The version of the task definition so we can support multiple versions of a task definition.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetWorkflow Task Definition Result Parent] 
- permission_resources Sequence[GetWorkflow Task Definition Result Permission Resource] 
- properties
Sequence[GetWorkflow Task Definition Result Property] 
- rollback_tasks Sequence[GetWorkflow Task Definition Result Rollback Task] 
- secure_prop_ boolaccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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[GetWorkflow Task Definition Result Tag] 
- task_metadatas Sequence[GetWorkflow Task Definition Result Task Metadata] 
- version_contexts Sequence[GetWorkflow Task Definition Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalogs List<Property Map>
- classId String
- clonedFroms List<Property Map>
- createTime String
- The time when this managed object was created.
- defaultVersion Boolean
- When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- implementedTasks List<Property Map>
- interfaceTasks List<Property Map>
- internalProperties List<Property Map>
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- licenseEntitlement String
- License entitlement required to run this task. It is determined by license requirement of features.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- properties List<Property Map>
- rollbackTasks List<Property Map>
- secureProp BooleanAccess 
- If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.
- 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>
- taskMetadatas List<Property Map>
- versionContexts List<Property Map>
GetWorkflowTaskDefinitionResultAncestor     
- 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
GetWorkflowTaskDefinitionResultCatalog     
- 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
GetWorkflowTaskDefinitionResultClonedFrom      
- 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
GetWorkflowTaskDefinitionResultImplementedTask      
- 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
GetWorkflowTaskDefinitionResultInterfaceTask      
- 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
GetWorkflowTaskDefinitionResultInternalProperty      
- AdditionalProperties string
- BaseTask stringType 
- ClassId string
- Constraints
List<GetWorkflow Task Definition Result Internal Property Constraint> 
- Internal bool
- ObjectType string
- Owner string
- AdditionalProperties string
- BaseTask stringType 
- ClassId string
- Constraints
[]GetWorkflow Task Definition Result Internal Property Constraint 
- Internal bool
- ObjectType string
- Owner string
- additionalProperties String
- baseTask StringType 
- classId String
- constraints
List<GetWorkflow Task Definition Result Internal Property Constraint> 
- internal Boolean
- objectType String
- owner String
- additionalProperties string
- baseTask stringType 
- classId string
- constraints
GetWorkflow Task Definition Result Internal Property Constraint[] 
- internal boolean
- objectType string
- owner string
- additionalProperties String
- baseTask StringType 
- classId String
- constraints List<Property Map>
- internal Boolean
- objectType String
- owner String
GetWorkflowTaskDefinitionResultInternalPropertyConstraint       
- AdditionalProperties string
- ClassId string
- ObjectType string
- TargetData stringType 
- AdditionalProperties string
- ClassId string
- ObjectType string
- TargetData stringType 
- additionalProperties String
- classId String
- objectType String
- targetData StringType 
- additionalProperties string
- classId string
- objectType string
- targetData stringType 
- additional_properties str
- class_id str
- object_type str
- target_data_ strtype 
- additionalProperties String
- classId String
- objectType String
- targetData StringType 
GetWorkflowTaskDefinitionResultParent     
- 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
GetWorkflowTaskDefinitionResultPermissionResource      
- 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
GetWorkflowTaskDefinitionResultProperty     
- AdditionalProperties string
- ClassId string
- Cloneable bool
- ExternalMeta bool
- InputDefinitions List<GetWorkflow Task Definition Result Property Input Definition> 
- ObjectType string
- OutputDefinitions List<GetWorkflow Task Definition Result Property Output Definition> 
- RetryCount double
- RetryDelay double
- RetryPolicy string
- StartsWorkflow bool
- SupportStatus string
- Timeout double
- TimeoutPolicy string
- AdditionalProperties string
- ClassId string
- Cloneable bool
- ExternalMeta bool
- InputDefinitions []GetWorkflow Task Definition Result Property Input Definition 
- ObjectType string
- OutputDefinitions []GetWorkflow Task Definition Result Property Output Definition 
- RetryCount float64
- RetryDelay float64
- RetryPolicy string
- StartsWorkflow bool
- SupportStatus string
- Timeout float64
- TimeoutPolicy string
- additionalProperties String
- classId String
- cloneable Boolean
- externalMeta Boolean
- inputDefinitions List<GetWorkflow Task Definition Result Property Input Definition> 
- objectType String
- outputDefinitions List<GetWorkflow Task Definition Result Property Output Definition> 
- retryCount Double
- retryDelay Double
- retryPolicy String
- startsWorkflow Boolean
- supportStatus String
- timeout Double
- timeoutPolicy String
- additionalProperties string
- classId string
- cloneable boolean
- externalMeta boolean
- inputDefinitions GetWorkflow Task Definition Result Property Input Definition[] 
- objectType string
- outputDefinitions GetWorkflow Task Definition Result Property Output Definition[] 
- retryCount number
- retryDelay number
- retryPolicy string
- startsWorkflow boolean
- supportStatus string
- timeout number
- timeoutPolicy string
- additional_properties str
- class_id str
- cloneable bool
- external_meta bool
- input_definitions Sequence[GetWorkflow Task Definition Result Property Input Definition] 
- object_type str
- output_definitions Sequence[GetWorkflow Task Definition Result Property Output Definition] 
- retry_count float
- retry_delay float
- retry_policy str
- starts_workflow bool
- support_status str
- timeout float
- timeout_policy str
- additionalProperties String
- classId String
- cloneable Boolean
- externalMeta Boolean
- inputDefinitions List<Property Map>
- objectType String
- outputDefinitions List<Property Map>
- retryCount Number
- retryDelay Number
- retryPolicy String
- startsWorkflow Boolean
- supportStatus String
- timeout Number
- timeoutPolicy String
GetWorkflowTaskDefinitionResultPropertyInputDefinition       
- AdditionalProperties string
- ClassId string
- Defaults
List<GetWorkflow Task Definition Result Property Input Definition Default> 
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMetas List<GetWorkflow Task Definition Result Property Input Definition Display Meta> 
- InputParameters string
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- Required bool
- AdditionalProperties string
- ClassId string
- Defaults
[]GetWorkflow Task Definition Result Property Input Definition Default 
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMetas []GetWorkflow Task Definition Result Property Input Definition Display Meta 
- InputParameters string
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- Required bool
- additionalProperties String
- classId String
- defaults
List<GetWorkflow Task Definition Result Property Input Definition Default> 
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMetas List<GetWorkflow Task Definition Result Property Input Definition Display Meta> 
- inputParameters String
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- required Boolean
- additionalProperties string
- classId string
- defaults
GetWorkflow Task Definition Result Property Input Definition Default[] 
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMetas GetWorkflow Task Definition Result Property Input Definition Display Meta[] 
- inputParameters string
- label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType string
- required boolean
- additional_properties str
- class_id str
- defaults
Sequence[GetWorkflow Task Definition Result Property Input Definition Default] 
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- display_metas Sequence[GetWorkflow Task Definition Result Property Input Definition Display Meta] 
- input_parameters str
- label str
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- object_type str
- required bool
- additionalProperties String
- classId String
- defaults List<Property Map>
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMetas List<Property Map>
- inputParameters String
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- required Boolean
GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault        
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
- additionalProperties string
- classId string
- isValue booleanSet 
- objectType string
- override boolean
- value string
- additional_properties str
- class_id str
- is_value_ boolset 
- object_type str
- override bool
- value str
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta         
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
- additionalProperties string
- classId string
- inventorySelector boolean
- objectType string
- widgetType string
- additional_properties str
- class_id str
- inventory_selector bool
- object_type str
- widget_type str
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
GetWorkflowTaskDefinitionResultPropertyOutputDefinition       
- AdditionalProperties string
- ClassId string
- Defaults
List<GetWorkflow Task Definition Result Property Output Definition Default> 
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMetas List<GetWorkflow Task Definition Result Property Output Definition Display Meta> 
- InputParameters string
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- Required bool
- AdditionalProperties string
- ClassId string
- Defaults
[]GetWorkflow Task Definition Result Property Output Definition Default 
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- DisplayMetas []GetWorkflow Task Definition Result Property Output Definition Display Meta 
- InputParameters string
- Label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- ObjectType string
- Required bool
- additionalProperties String
- classId String
- defaults
List<GetWorkflow Task Definition Result Property Output Definition Default> 
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMetas List<GetWorkflow Task Definition Result Property Output Definition Display Meta> 
- inputParameters String
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- required Boolean
- additionalProperties string
- classId string
- defaults
GetWorkflow Task Definition Result Property Output Definition Default[] 
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMetas GetWorkflow Task Definition Result Property Output Definition Display Meta[] 
- inputParameters string
- label string
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType string
- required boolean
- additional_properties str
- class_id str
- defaults
Sequence[GetWorkflow Task Definition Result Property Output Definition Default] 
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- display_metas Sequence[GetWorkflow Task Definition Result Property Output Definition Display Meta] 
- input_parameters str
- label str
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- object_type str
- required bool
- additionalProperties String
- classId String
- defaults List<Property Map>
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- displayMetas List<Property Map>
- inputParameters String
- label String
- A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- objectType String
- required Boolean
GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault        
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
- additionalProperties string
- classId string
- isValue booleanSet 
- objectType string
- override boolean
- value string
- additional_properties str
- class_id str
- is_value_ boolset 
- object_type str
- override bool
- value str
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta         
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
- additionalProperties string
- classId string
- inventorySelector boolean
- objectType string
- widgetType string
- additional_properties str
- class_id str
- inventory_selector bool
- object_type str
- widget_type str
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
GetWorkflowTaskDefinitionResultRollbackTask      
- AdditionalProperties string
- CatalogMoid string
- ClassId string
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- InputParameters string
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion double
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- SkipCondition string
- TaskMoid string
- AdditionalProperties string
- CatalogMoid string
- ClassId string
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- InputParameters string
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion float64
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- SkipCondition string
- TaskMoid string
- additionalProperties String
- catalogMoid String
- classId String
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- inputParameters String
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Double
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- skipCondition String
- taskMoid String
- additionalProperties string
- catalogMoid string
- classId string
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- inputParameters string
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType string
- skipCondition string
- taskMoid string
- additional_properties str
- catalog_moid str
- class_id str
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- input_parameters str
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nr_version float
- The version of the task definition so we can support multiple versions of a task definition.
- object_type str
- skip_condition str
- task_moid str
- additionalProperties String
- catalogMoid String
- classId String
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- inputParameters String
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- skipCondition String
- taskMoid String
GetWorkflowTaskDefinitionResultTag     
- 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
GetWorkflowTaskDefinitionResultTaskMetadata      
- 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
GetWorkflowTaskDefinitionResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetWorkflow Task Definition Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- RefMos List<GetWorkflow Task Definition Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetWorkflow Task Definition Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- RefMos []GetWorkflow Task Definition Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetWorkflow Task Definition Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- refMos List<GetWorkflow Task Definition Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetWorkflow Task Definition Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- The version of the task definition so we can support multiple versions of a task definition.
- objectType string
- refMos GetWorkflow Task Definition Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetWorkflow Task Definition Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- The version of the task definition so we can support multiple versions of a task definition.
- object_type str
- ref_mos Sequence[GetWorkflow Task Definition Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowTaskDefinitionResultVersionContextInterestedMo        
- 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
GetWorkflowTaskDefinitionResultVersionContextRefMo        
- 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
GetWorkflowTaskDefinitionRollbackTask     
- AdditionalProperties string
- CatalogMoid string
- The catalog under which the task definition has been added.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- InputParameters string
- Input parameters mapping for rollback task from the input or output of the main task definition.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion double
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SkipCondition string
- The rollback task will not be executed if the given condition evaluates to "true".
- TaskMoid string
- The resolved referenced rollback task definition managed object.
- AdditionalProperties string
- CatalogMoid string
- The catalog under which the task definition has been added.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- InputParameters string
- Input parameters mapping for rollback task from the input or output of the main task definition.
- Name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- NrVersion float64
- The version of the task definition so we can support multiple versions of a task definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SkipCondition string
- The rollback task will not be executed if the given condition evaluates to "true".
- TaskMoid string
- The resolved referenced rollback task definition managed object.
- additionalProperties String
- catalogMoid String
- The catalog under which the task definition has been added.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- inputParameters String
- Input parameters mapping for rollback task from the input or output of the main task definition.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Double
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- skipCondition String
- The rollback task will not be executed if the given condition evaluates to "true".
- taskMoid String
- The resolved referenced rollback task definition managed object.
- additionalProperties string
- catalogMoid string
- The catalog under which the task definition has been added.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description string
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- inputParameters string
- Input parameters mapping for rollback task from the input or output of the main task definition.
- name string
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- skipCondition string
- The rollback task will not be executed if the given condition evaluates to "true".
- taskMoid string
- The resolved referenced rollback task definition managed object.
- additional_properties str
- catalog_moid str
- The catalog under which the task definition has been added.
- 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.
- description str
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- input_parameters str
- Input parameters mapping for rollback task from the input or output of the main task definition.
- name str
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nr_version float
- The version of the task definition so we can support multiple versions of a task definition.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- skip_condition str
- The rollback task will not be executed if the given condition evaluates to "true".
- task_moid str
- The resolved referenced rollback task definition managed object.
- additionalProperties String
- catalogMoid String
- The catalog under which the task definition has been added.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.
- inputParameters String
- Input parameters mapping for rollback task from the input or output of the main task definition.
- name String
- The name of the task definition. The name should follow this convention Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \ Generic\ if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.
- nrVersion Number
- The version of the task definition so we can support multiple versions of a task definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- skipCondition String
- The rollback task will not be executed if the given condition evaluates to "true".
- taskMoid String
- The resolved referenced rollback task definition managed object.
GetWorkflowTaskDefinitionTag    
- 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.
GetWorkflowTaskDefinitionTaskMetadata     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Task Definition 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 task definition so we can support multiple versions of a task definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Task Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Task Definition 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 task definition so we can support multiple versions of a task definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Task Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Task Definition 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 task definition so we can support multiple versions of a task definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Task Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Task Definition 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 task definition so we can support multiple versions of a task definition.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Task Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow Task Definition 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 task definition so we can support multiple versions of a task definition.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetWorkflow Task Definition 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 task definition so we can support multiple versions of a task definition.
- 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.
 
GetWorkflowTaskDefinitionVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetWorkflowTaskDefinitionVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.