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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Task Definition Ancestor> - Catalog
Get
Workflow Task Definition Catalog - Class
Id string - Cloned
From GetWorkflow Task Definition Cloned From - Create
Time string - 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 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Implemented
Tasks List<GetWorkflow Task Definition Implemented Task> - Interface
Task GetWorkflow Task Definition Interface Task - Internal
Properties 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.
- License
Entitlement 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. - Mod
Time 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.
- Nr
Version double - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Owners List<string>
- Parent
Get
Workflow Task Definition Parent - Permission
Resources List<GetWorkflow Task Definition Permission Resource> - Properties
Get
Workflow Task Definition Properties - Rollback
Tasks List<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.
- 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<Get
Workflow Task Definition Tag> - Task
Metadata GetWorkflow Task Definition Task Metadata - Version
Context GetWorkflow Task Definition Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Task Definition Ancestor - Catalog
Get
Workflow Task Definition Catalog - Class
Id string - Cloned
From GetWorkflow Task Definition Cloned From - Create
Time string - 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 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Implemented
Tasks []GetWorkflow Task Definition Implemented Task - Interface
Task GetWorkflow Task Definition Interface Task - Internal
Properties 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.
- License
Entitlement 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. - Mod
Time 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.
- Nr
Version float64 - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Owners []string
- Parent
Get
Workflow Task Definition Parent - Permission
Resources []GetWorkflow Task Definition Permission Resource - Properties
Get
Workflow Task Definition Properties - Rollback
Tasks []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.
- 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.
- []Get
Workflow Task Definition Tag - Task
Metadata GetWorkflow Task Definition Task Metadata - Version
Context GetWorkflow Task Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Task Definition Ancestor> - catalog
Get
Workflow Task Definition Catalog - class
Id String - cloned
From GetWorkflow Task Definition Cloned From - create
Time String - The time when this managed object was created.
- default
Version 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- implemented
Tasks List<GetWorkflow Task Definition Implemented Task> - interface
Task GetWorkflow Task Definition Interface Task - internal
Properties 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.
- license
Entitlement 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. - mod
Time 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.
- nr
Version Double - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - owners List<String>
- parent
Get
Workflow Task Definition Parent - permission
Resources List<GetWorkflow Task Definition Permission Resource> - properties
Get
Workflow Task Definition Properties - rollback
Tasks List<GetWorkflow Task Definition Rollback Task> - secure
Prop 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<Get
Workflow Task Definition Tag> - task
Metadata GetWorkflow Task Definition Task Metadata - version
Context GetWorkflow Task Definition Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Task Definition Ancestor[] - catalog
Get
Workflow Task Definition Catalog - class
Id string - cloned
From GetWorkflow Task Definition Cloned From - create
Time string - The time when this managed object was created.
- default
Version 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- implemented
Tasks GetWorkflow Task Definition Implemented Task[] - interface
Task GetWorkflow Task Definition Interface Task - internal
Properties 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.
- license
Entitlement 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. - mod
Time 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.
- nr
Version number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type string - owners string[]
- parent
Get
Workflow Task Definition Parent - permission
Resources GetWorkflow Task Definition Permission Resource[] - properties
Get
Workflow Task Definition Properties - rollback
Tasks GetWorkflow Task Definition Rollback Task[] - secure
Prop 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.
- Get
Workflow Task Definition Tag[] - task
Metadata GetWorkflow Task Definition Task Metadata - version
Context GetWorkflow Task Definition Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow Task Definition Ancestor] - catalog
Get
Workflow 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
Get
Workflow Task Definition Parent - permission_
resources Sequence[GetWorkflow Task Definition Permission Resource] - properties
Get
Workflow 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[Get
Workflow Task Definition Tag] - task_
metadata GetWorkflow Task Definition Task Metadata - version_
context GetWorkflow Task Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- class
Id String - cloned
From Property Map - create
Time String - The time when this managed object was created.
- default
Version 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- implemented
Tasks List<Property Map> - interface
Task Property Map - internal
Properties 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.
- license
Entitlement 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. - mod
Time 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.
- nr
Version Number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - properties Property Map
- rollback
Tasks List<Property Map> - secure
Prop 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>
- task
Metadata Property Map - version
Context Property Map
getWorkflowTaskDefinition Result
The following output properties are available:
- Id string
- Results
List<Get
Workflow Task Definition Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Workflow Task Definition Ancestor> - Catalog
Get
Workflow Task Definition Catalog - Class
Id string - Cloned
From GetWorkflow Task Definition Cloned From - Create
Time string - Default
Version bool - Description string
- Domain
Group stringMoid - Implemented
Tasks List<GetWorkflow Task Definition Implemented Task> - Interface
Task GetWorkflow Task Definition Interface Task - Internal
Properties GetWorkflow Task Definition Internal Properties - Label string
- License
Entitlement string - Mod
Time string - Moid string
- Name string
- Nr
Version double - Object
Type string - Owners List<string>
- Parent
Get
Workflow Task Definition Parent - Permission
Resources List<GetWorkflow Task Definition Permission Resource> - Properties
Get
Workflow Task Definition Properties - Rollback
Tasks List<GetWorkflow Task Definition Rollback Task> - Secure
Prop boolAccess - string
- List<Get
Workflow Task Definition Tag> - Task
Metadata GetWorkflow Task Definition Task Metadata - Version
Context GetWorkflow Task Definition Version Context
- Id string
- Results
[]Get
Workflow Task Definition Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Workflow Task Definition Ancestor - Catalog
Get
Workflow Task Definition Catalog - Class
Id string - Cloned
From GetWorkflow Task Definition Cloned From - Create
Time string - Default
Version bool - Description string
- Domain
Group stringMoid - Implemented
Tasks []GetWorkflow Task Definition Implemented Task - Interface
Task GetWorkflow Task Definition Interface Task - Internal
Properties GetWorkflow Task Definition Internal Properties - Label string
- License
Entitlement string - Mod
Time string - Moid string
- Name string
- Nr
Version float64 - Object
Type string - Owners []string
- Parent
Get
Workflow Task Definition Parent - Permission
Resources []GetWorkflow Task Definition Permission Resource - Properties
Get
Workflow Task Definition Properties - Rollback
Tasks []GetWorkflow Task Definition Rollback Task - Secure
Prop boolAccess - string
- []Get
Workflow Task Definition Tag - Task
Metadata GetWorkflow Task Definition Task Metadata - Version
Context GetWorkflow Task Definition Version Context
- id String
- results
List<Get
Workflow Task Definition Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Workflow Task Definition Ancestor> - catalog
Get
Workflow Task Definition Catalog - class
Id String - cloned
From GetWorkflow Task Definition Cloned From - create
Time String - default
Version Boolean - description String
- domain
Group StringMoid - implemented
Tasks List<GetWorkflow Task Definition Implemented Task> - interface
Task GetWorkflow Task Definition Interface Task - internal
Properties GetWorkflow Task Definition Internal Properties - label String
- license
Entitlement String - mod
Time String - moid String
- name String
- nr
Version Double - object
Type String - owners List<String>
- parent
Get
Workflow Task Definition Parent - permission
Resources List<GetWorkflow Task Definition Permission Resource> - properties
Get
Workflow Task Definition Properties - rollback
Tasks List<GetWorkflow Task Definition Rollback Task> - secure
Prop BooleanAccess - String
- List<Get
Workflow Task Definition Tag> - task
Metadata GetWorkflow Task Definition Task Metadata - version
Context GetWorkflow Task Definition Version Context
- id string
- results
Get
Workflow Task Definition Result[] - account
Moid string - additional
Properties string - ancestors
Get
Workflow Task Definition Ancestor[] - catalog
Get
Workflow Task Definition Catalog - class
Id string - cloned
From GetWorkflow Task Definition Cloned From - create
Time string - default
Version boolean - description string
- domain
Group stringMoid - implemented
Tasks GetWorkflow Task Definition Implemented Task[] - interface
Task GetWorkflow Task Definition Interface Task - internal
Properties GetWorkflow Task Definition Internal Properties - label string
- license
Entitlement string - mod
Time string - moid string
- name string
- nr
Version number - object
Type string - owners string[]
- parent
Get
Workflow Task Definition Parent - permission
Resources GetWorkflow Task Definition Permission Resource[] - properties
Get
Workflow Task Definition Properties - rollback
Tasks GetWorkflow Task Definition Rollback Task[] - secure
Prop booleanAccess - string
- Get
Workflow Task Definition Tag[] - task
Metadata GetWorkflow Task Definition Task Metadata - version
Context GetWorkflow Task Definition Version Context
- id str
- results
Sequence[Get
Workflow Task Definition Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Workflow Task Definition Ancestor] - catalog
Get
Workflow 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
Get
Workflow Task Definition Parent - permission_
resources Sequence[GetWorkflow Task Definition Permission Resource] - properties
Get
Workflow Task Definition Properties - rollback_
tasks Sequence[GetWorkflow Task Definition Rollback Task] - secure_
prop_ boolaccess - str
- Sequence[Get
Workflow Task Definition Tag] - task_
metadata GetWorkflow Task Definition Task Metadata - version_
context GetWorkflow Task Definition Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- class
Id String - cloned
From Property Map - create
Time String - default
Version Boolean - description String
- domain
Group StringMoid - implemented
Tasks List<Property Map> - interface
Task Property Map - internal
Properties Property Map - label String
- license
Entitlement String - mod
Time String - moid String
- name String
- nr
Version Number - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - properties Property Map
- rollback
Tasks List<Property Map> - secure
Prop BooleanAccess - String
- List<Property Map>
- task
Metadata Property Map - version
Context Property Map
Supporting Types
GetWorkflowTaskDefinitionAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionCatalog
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionClonedFrom
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionImplementedTask
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionInterfaceTask
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionInternalProperties
- Additional
Properties string - Base
Task stringType - This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Constraints
Get
Workflow 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 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 string - Base
Task stringType - This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Constraints
Get
Workflow 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 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 String - base
Task StringType - This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- constraints
Get
Workflow 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.
- object
Type 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 string - base
Task stringType - This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- constraints
Get
Workflow 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.
- object
Type 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
Get
Workflow 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.
- additional
Properties String - base
Task StringType - This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Target
Data stringType - List of property constraints that helps to narrow down task implementations based on target device input.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Target
Data stringType - List of property constraints that helps to narrow down task implementations based on target device input.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- target
Data StringType - List of property constraints that helps to narrow down task implementations based on target device input.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- target
Data 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- target
Data StringType - List of property constraints that helps to narrow down task implementations based on target device input.
GetWorkflowTaskDefinitionParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionProperties
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 List<GetWorkflow Task Definition Properties Input Definition> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Output
Definitions List<GetWorkflow Task Definition Properties Output Definition> - Retry
Count double - The number of times a task should be tried before marking as failed.
- Retry
Delay double - The delay in seconds after which the the task is re-tried.
- Retry
Policy 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.
- Starts
Workflow bool - Set to true if the task implementation starts another workfow as part of the execution.
- Support
Status 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.
- Timeout
Policy 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 []GetWorkflow Task Definition Properties Input Definition - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Output
Definitions []GetWorkflow Task Definition Properties Output Definition - Retry
Count float64 - The number of times a task should be tried before marking as failed.
- Retry
Delay float64 - The delay in seconds after which the the task is re-tried.
- Retry
Policy 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.
- Starts
Workflow bool - Set to true if the task implementation starts another workfow as part of the execution.
- Support
Status 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.
- Timeout
Policy 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- external
Meta 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.
- input
Definitions List<GetWorkflow Task Definition Properties Input Definition> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- output
Definitions List<GetWorkflow Task Definition Properties Output Definition> - retry
Count Double - The number of times a task should be tried before marking as failed.
- retry
Delay Double - The delay in seconds after which the the task is re-tried.
- retry
Policy 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.
- starts
Workflow Boolean - Set to true if the task implementation starts another workfow as part of the execution.
- support
Status 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.
- timeout
Policy 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- external
Meta 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.
- input
Definitions GetWorkflow Task Definition Properties Input Definition[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- output
Definitions GetWorkflow Task Definition Properties Output Definition[] - retry
Count number - The number of times a task should be tried before marking as failed.
- retry
Delay number - The delay in seconds after which the the task is re-tried.
- retry
Policy 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.
- starts
Workflow boolean - Set to true if the task implementation starts another workfow as part of the execution.
- support
Status 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.
- timeout
Policy 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- external
Meta 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.
- input
Definitions List<Property Map> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- output
Definitions List<Property Map> - retry
Count Number - The number of times a task should be tried before marking as failed.
- retry
Delay Number - The delay in seconds after which the the task is re-tried.
- retry
Policy 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.
- starts
Workflow Boolean - Set to true if the task implementation starts another workfow as part of the execution.
- support
Status 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.
- timeout
Policy 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
Get
Workflow 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.
- 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 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.
- Object
Type 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
Get
Workflow 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.
- 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 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.
- Object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
Get
Workflow 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.
- 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 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.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
Get
Workflow 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.
- 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 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.
- object
Type 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
Get
Workflow 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. 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.
- display
Meta Property Map - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input
Parameters 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value 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.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
Get
Workflow 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.
- 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 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.
- Object
Type 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
Get
Workflow 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.
- 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 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.
- Object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
Get
Workflow 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.
- 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 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.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
Get
Workflow 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.
- 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 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.
- object
Type 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
Get
Workflow 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. 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.
- display
Meta Property Map - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input
Parameters 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value 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.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Task Definition Result Ancestor> - Catalogs
List<Get
Workflow Task Definition Result Catalog> - Class
Id string - Cloned
Froms List<GetWorkflow Task Definition Result Cloned From> - Create
Time string - 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 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Implemented
Tasks List<GetWorkflow Task Definition Result Implemented Task> - Interface
Tasks List<GetWorkflow Task Definition Result Interface Task> - Internal
Properties 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.
- License
Entitlement 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. - Mod
Time 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.
- Nr
Version double - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Owners List<string>
- Parents
List<Get
Workflow Task Definition Result Parent> - Permission
Resources List<GetWorkflow Task Definition Result Permission Resource> - Properties
List<Get
Workflow Task Definition Result Property> - Rollback
Tasks List<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.
- 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<Get
Workflow Task Definition Result Tag> - Task
Metadatas List<GetWorkflow Task Definition Result Task Metadata> - Version
Contexts List<GetWorkflow Task Definition Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Task Definition Result Ancestor - Catalogs
[]Get
Workflow Task Definition Result Catalog - Class
Id string - Cloned
Froms []GetWorkflow Task Definition Result Cloned From - Create
Time string - 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 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Implemented
Tasks []GetWorkflow Task Definition Result Implemented Task - Interface
Tasks []GetWorkflow Task Definition Result Interface Task - Internal
Properties []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.
- License
Entitlement 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. - Mod
Time 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.
- Nr
Version float64 - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Owners []string
- Parents
[]Get
Workflow Task Definition Result Parent - Permission
Resources []GetWorkflow Task Definition Result Permission Resource - Properties
[]Get
Workflow Task Definition Result Property - Rollback
Tasks []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.
- 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.
- []Get
Workflow Task Definition Result Tag - Task
Metadatas []GetWorkflow Task Definition Result Task Metadata - Version
Contexts []GetWorkflow Task Definition Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Task Definition Result Ancestor> - catalogs
List<Get
Workflow Task Definition Result Catalog> - class
Id String - cloned
Froms List<GetWorkflow Task Definition Result Cloned From> - create
Time String - The time when this managed object was created.
- default
Version 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- implemented
Tasks List<GetWorkflow Task Definition Result Implemented Task> - interface
Tasks List<GetWorkflow Task Definition Result Interface Task> - internal
Properties 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.
- license
Entitlement 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. - mod
Time 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.
- nr
Version Double - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - owners List<String>
- parents
List<Get
Workflow Task Definition Result Parent> - permission
Resources List<GetWorkflow Task Definition Result Permission Resource> - properties
List<Get
Workflow Task Definition Result Property> - rollback
Tasks List<GetWorkflow Task Definition Result Rollback Task> - secure
Prop 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<Get
Workflow Task Definition Result Tag> - task
Metadatas List<GetWorkflow Task Definition Result Task Metadata> - version
Contexts List<GetWorkflow Task Definition Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Task Definition Result Ancestor[] - catalogs
Get
Workflow Task Definition Result Catalog[] - class
Id string - cloned
Froms GetWorkflow Task Definition Result Cloned From[] - create
Time string - The time when this managed object was created.
- default
Version 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- implemented
Tasks GetWorkflow Task Definition Result Implemented Task[] - interface
Tasks GetWorkflow Task Definition Result Interface Task[] - internal
Properties 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.
- license
Entitlement 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. - mod
Time 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.
- nr
Version number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type string - owners string[]
- parents
Get
Workflow Task Definition Result Parent[] - permission
Resources GetWorkflow Task Definition Result Permission Resource[] - properties
Get
Workflow Task Definition Result Property[] - rollback
Tasks GetWorkflow Task Definition Result Rollback Task[] - secure
Prop 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.
- Get
Workflow Task Definition Result Tag[] - task
Metadatas GetWorkflow Task Definition Result Task Metadata[] - version
Contexts GetWorkflow Task Definition Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow Task Definition Result Ancestor] - catalogs
Sequence[Get
Workflow 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[Get
Workflow Task Definition Result Parent] - permission_
resources Sequence[GetWorkflow Task Definition Result Permission Resource] - properties
Sequence[Get
Workflow 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[Get
Workflow Task Definition Result Tag] - task_
metadatas Sequence[GetWorkflow Task Definition Result Task Metadata] - version_
contexts Sequence[GetWorkflow Task Definition Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalogs List<Property Map>
- class
Id String - cloned
Froms List<Property Map> - create
Time String - The time when this managed object was created.
- default
Version 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- implemented
Tasks List<Property Map> - interface
Tasks List<Property Map> - internal
Properties 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.
- license
Entitlement 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. - mod
Time 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.
- nr
Version Number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - properties List<Property Map>
- rollback
Tasks List<Property Map> - secure
Prop 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>
- task
Metadatas List<Property Map> - version
Contexts List<Property Map>
GetWorkflowTaskDefinitionResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultCatalog
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultClonedFrom
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultImplementedTask
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultInterfaceTask
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultInternalProperty
- Additional
Properties string - Base
Task stringType - Class
Id string - Constraints
List<Get
Workflow Task Definition Result Internal Property Constraint> - Internal bool
- Object
Type string - Owner string
- Additional
Properties string - Base
Task stringType - Class
Id string - Constraints
[]Get
Workflow Task Definition Result Internal Property Constraint - Internal bool
- Object
Type string - Owner string
- additional
Properties String - base
Task StringType - class
Id String - constraints
List<Get
Workflow Task Definition Result Internal Property Constraint> - internal Boolean
- object
Type String - owner String
- additional
Properties string - base
Task stringType - class
Id string - constraints
Get
Workflow Task Definition Result Internal Property Constraint[] - internal boolean
- object
Type string - owner string
- additional
Properties String - base
Task StringType - class
Id String - constraints List<Property Map>
- internal Boolean
- object
Type String - owner String
GetWorkflowTaskDefinitionResultInternalPropertyConstraint
- Additional
Properties string - Class
Id string - Object
Type string - Target
Data stringType
- Additional
Properties string - Class
Id string - Object
Type string - Target
Data stringType
- additional
Properties String - class
Id String - object
Type String - target
Data StringType
- additional
Properties string - class
Id string - object
Type string - target
Data stringType
- additional_
properties str - class_
id str - object_
type str - target_
data_ strtype
- additional
Properties String - class
Id String - object
Type String - target
Data StringType
GetWorkflowTaskDefinitionResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultProperty
- Additional
Properties string - Class
Id string - Cloneable bool
- External
Meta bool - Input
Definitions List<GetWorkflow Task Definition Result Property Input Definition> - Object
Type string - Output
Definitions List<GetWorkflow Task Definition Result Property Output Definition> - Retry
Count double - Retry
Delay double - Retry
Policy string - Starts
Workflow bool - Support
Status string - Timeout double
- Timeout
Policy string
- Additional
Properties string - Class
Id string - Cloneable bool
- External
Meta bool - Input
Definitions []GetWorkflow Task Definition Result Property Input Definition - Object
Type string - Output
Definitions []GetWorkflow Task Definition Result Property Output Definition - Retry
Count float64 - Retry
Delay float64 - Retry
Policy string - Starts
Workflow bool - Support
Status string - Timeout float64
- Timeout
Policy string
- additional
Properties String - class
Id String - cloneable Boolean
- external
Meta Boolean - input
Definitions List<GetWorkflow Task Definition Result Property Input Definition> - object
Type String - output
Definitions List<GetWorkflow Task Definition Result Property Output Definition> - retry
Count Double - retry
Delay Double - retry
Policy String - starts
Workflow Boolean - support
Status String - timeout Double
- timeout
Policy String
- additional
Properties string - class
Id string - cloneable boolean
- external
Meta boolean - input
Definitions GetWorkflow Task Definition Result Property Input Definition[] - object
Type string - output
Definitions GetWorkflow Task Definition Result Property Output Definition[] - retry
Count number - retry
Delay number - retry
Policy string - starts
Workflow boolean - support
Status string - timeout number
- timeout
Policy 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
- additional
Properties String - class
Id String - cloneable Boolean
- external
Meta Boolean - input
Definitions List<Property Map> - object
Type String - output
Definitions List<Property Map> - retry
Count Number - retry
Delay Number - retry
Policy String - starts
Workflow Boolean - support
Status String - timeout Number
- timeout
Policy String
GetWorkflowTaskDefinitionResultPropertyInputDefinition
- Additional
Properties string - Class
Id string - Defaults
List<Get
Workflow 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.
- Display
Metas List<GetWorkflow Task Definition Result Property Input Definition Display Meta> - Input
Parameters 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.
- Object
Type string - Required bool
- Additional
Properties string - Class
Id string - Defaults
[]Get
Workflow 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.
- Display
Metas []GetWorkflow Task Definition Result Property Input Definition Display Meta - Input
Parameters 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.
- Object
Type string - Required bool
- additional
Properties String - class
Id String - defaults
List<Get
Workflow 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.
- display
Metas List<GetWorkflow Task Definition Result Property Input Definition Display Meta> - input
Parameters 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.
- object
Type String - required Boolean
- additional
Properties string - class
Id string - defaults
Get
Workflow 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.
- display
Metas GetWorkflow Task Definition Result Property Input Definition Display Meta[] - input
Parameters 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.
- object
Type string - required boolean
- additional_
properties str - class_
id str - defaults
Sequence[Get
Workflow 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
- additional
Properties String - class
Id 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.
- display
Metas List<Property Map> - input
Parameters 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.
- object
Type String - required Boolean
GetWorkflowTaskDefinitionResultPropertyInputDefinitionDefault
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Override bool
- Value string
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Override bool
- Value string
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - override Boolean
- value String
- additional
Properties string - class
Id string - is
Value booleanSet - object
Type string - override boolean
- value string
- additional_
properties str - class_
id str - is_
value_ boolset - object_
type str - override bool
- value str
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - override Boolean
- value String
GetWorkflowTaskDefinitionResultPropertyInputDefinitionDisplayMeta
- Additional
Properties string - Class
Id string - Inventory
Selector bool - Object
Type string - Widget
Type string
- Additional
Properties string - Class
Id string - Inventory
Selector bool - Object
Type string - Widget
Type string
- additional
Properties String - class
Id String - inventory
Selector Boolean - object
Type String - widget
Type String
- additional
Properties string - class
Id string - inventory
Selector boolean - object
Type string - widget
Type string
- additional_
properties str - class_
id str - inventory_
selector bool - object_
type str - widget_
type str
- additional
Properties String - class
Id String - inventory
Selector Boolean - object
Type String - widget
Type String
GetWorkflowTaskDefinitionResultPropertyOutputDefinition
- Additional
Properties string - Class
Id string - Defaults
List<Get
Workflow 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.
- Display
Metas List<GetWorkflow Task Definition Result Property Output Definition Display Meta> - Input
Parameters 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.
- Object
Type string - Required bool
- Additional
Properties string - Class
Id string - Defaults
[]Get
Workflow 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.
- Display
Metas []GetWorkflow Task Definition Result Property Output Definition Display Meta - Input
Parameters 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.
- Object
Type string - Required bool
- additional
Properties String - class
Id String - defaults
List<Get
Workflow 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.
- display
Metas List<GetWorkflow Task Definition Result Property Output Definition Display Meta> - input
Parameters 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.
- object
Type String - required Boolean
- additional
Properties string - class
Id string - defaults
Get
Workflow 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.
- display
Metas GetWorkflow Task Definition Result Property Output Definition Display Meta[] - input
Parameters 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.
- object
Type string - required boolean
- additional_
properties str - class_
id str - defaults
Sequence[Get
Workflow 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
- additional
Properties String - class
Id 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.
- display
Metas List<Property Map> - input
Parameters 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.
- object
Type String - required Boolean
GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDefault
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Override bool
- Value string
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Override bool
- Value string
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - override Boolean
- value String
- additional
Properties string - class
Id string - is
Value booleanSet - object
Type string - override boolean
- value string
- additional_
properties str - class_
id str - is_
value_ boolset - object_
type str - override bool
- value str
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - override Boolean
- value String
GetWorkflowTaskDefinitionResultPropertyOutputDefinitionDisplayMeta
- Additional
Properties string - Class
Id string - Inventory
Selector bool - Object
Type string - Widget
Type string
- Additional
Properties string - Class
Id string - Inventory
Selector bool - Object
Type string - Widget
Type string
- additional
Properties String - class
Id String - inventory
Selector Boolean - object
Type String - widget
Type String
- additional
Properties string - class
Id string - inventory
Selector boolean - object
Type string - widget
Type string
- additional_
properties str - class_
id str - inventory_
selector bool - object_
type str - widget_
type str
- additional
Properties String - class
Id String - inventory
Selector Boolean - object
Type String - widget
Type String
GetWorkflowTaskDefinitionResultRollbackTask
- Additional
Properties string - Catalog
Moid string - Class
Id 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.
- Input
Parameters 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.
- Nr
Version double - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Skip
Condition string - Task
Moid string
- Additional
Properties string - Catalog
Moid string - Class
Id 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.
- Input
Parameters 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.
- Nr
Version float64 - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Skip
Condition string - Task
Moid string
- additional
Properties String - catalog
Moid String - class
Id 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.
- input
Parameters 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.
- nr
Version Double - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - skip
Condition String - task
Moid String
- additional
Properties string - catalog
Moid string - class
Id 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.
- input
Parameters 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.
- nr
Version number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type string - skip
Condition string - task
Moid 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
- additional
Properties String - catalog
Moid String - class
Id 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.
- input
Parameters 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.
- nr
Version Number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - skip
Condition String - task
Moid String
GetWorkflowTaskDefinitionResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetWorkflowTaskDefinitionResultTaskMetadata
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetWorkflow Task Definition Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Ref
Mos List<GetWorkflow Task Definition Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetWorkflow Task Definition Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - Ref
Mos []GetWorkflow Task Definition Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetWorkflow Task Definition Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - ref
Mos List<GetWorkflow Task Definition Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetWorkflow Task Definition Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - The version of the task definition so we can support multiple versions of a task definition.
- object
Type string - ref
Mos GetWorkflow Task Definition Result Version Context Ref Mo[] - timestamp string
- version
Type 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
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetWorkflowTaskDefinitionResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowTaskDefinitionRollbackTask
- Additional
Properties string - Catalog
Moid string - The catalog under which the task definition has been added.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Input
Parameters 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.
- Nr
Version double - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Skip
Condition string - The rollback task will not be executed if the given condition evaluates to "true".
- Task
Moid string - The resolved referenced rollback task definition managed object.
- Additional
Properties string - Catalog
Moid string - The catalog under which the task definition has been added.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Input
Parameters 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.
- Nr
Version float64 - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Skip
Condition string - The rollback task will not be executed if the given condition evaluates to "true".
- Task
Moid string - The resolved referenced rollback task definition managed object.
- additional
Properties String - catalog
Moid String - The catalog under which the task definition has been added.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- input
Parameters 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.
- nr
Version Double - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- skip
Condition String - The rollback task will not be executed if the given condition evaluates to "true".
- task
Moid String - The resolved referenced rollback task definition managed object.
- additional
Properties string - catalog
Moid string - The catalog under which the task definition has been added.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- input
Parameters 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.
- nr
Version number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- skip
Condition string - The rollback task will not be executed if the given condition evaluates to "true".
- task
Moid 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.
- additional
Properties String - catalog
Moid String - The catalog under which the task definition has been added.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- input
Parameters 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.
- nr
Version Number - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- skip
Condition String - The rollback task will not be executed if the given condition evaluates to "true".
- task
Moid String - The resolved referenced rollback task definition managed object.
GetWorkflowTaskDefinitionTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowTaskDefinitionTaskMetadata
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetWorkflow Task 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 string - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetWorkflow Task Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetWorkflow Task 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 string - The version of the task definition so we can support multiple versions of a task definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetWorkflow Task Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetWorkflow Task Definition Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetWorkflow Task Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetWorkflow Task Definition Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the task definition so we can support multiple versions of a task definition.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetWorkflow Task Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetWorkflow Task 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the task definition so we can support multiple versions of a task definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetWorkflowTaskDefinitionVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowTaskDefinitionVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.