intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowWorkflowDefinition
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Workflow definition is a collection of tasks that are sequenced in a certain way using control tasks. The tasks in the workflow definition is represented as a directed acyclic graph where each node in the graph is a task and the edges in the graph are transitions from one task to another.
Using getWorkflowWorkflowDefinition
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 getWorkflowWorkflowDefinition(args: GetWorkflowWorkflowDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowWorkflowDefinitionResult>
function getWorkflowWorkflowDefinitionOutput(args: GetWorkflowWorkflowDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowWorkflowDefinitionResult>def get_workflow_workflow_definition(account_moid: Optional[str] = None,
                                     additional_properties: Optional[str] = None,
                                     ancestors: Optional[Sequence[GetWorkflowWorkflowDefinitionAncestor]] = None,
                                     catalog: Optional[GetWorkflowWorkflowDefinitionCatalog] = None,
                                     class_id: Optional[str] = None,
                                     cloned_from: Optional[GetWorkflowWorkflowDefinitionClonedFrom] = None,
                                     create_time: Optional[str] = None,
                                     create_user: Optional[str] = None,
                                     default_version: Optional[bool] = None,
                                     description: Optional[str] = None,
                                     domain_group_moid: Optional[str] = None,
                                     id: Optional[str] = None,
                                     input_definitions: Optional[Sequence[GetWorkflowWorkflowDefinitionInputDefinition]] = None,
                                     input_parameter_sets: Optional[Sequence[GetWorkflowWorkflowDefinitionInputParameterSet]] = None,
                                     label: Optional[str] = None,
                                     license_entitlement: Optional[str] = None,
                                     max_task_count: Optional[float] = None,
                                     max_worker_task_count: Optional[float] = None,
                                     mod_time: Optional[str] = None,
                                     mod_user: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     name: Optional[str] = None,
                                     nr_version: Optional[float] = None,
                                     object_type: Optional[str] = None,
                                     output_definitions: Optional[Sequence[GetWorkflowWorkflowDefinitionOutputDefinition]] = None,
                                     output_parameters: Optional[str] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     parent: Optional[GetWorkflowWorkflowDefinitionParent] = None,
                                     permission_resources: Optional[Sequence[GetWorkflowWorkflowDefinitionPermissionResource]] = None,
                                     properties: Optional[GetWorkflowWorkflowDefinitionProperties] = None,
                                     shared_scope: Optional[str] = None,
                                     tags: Optional[Sequence[GetWorkflowWorkflowDefinitionTag]] = None,
                                     tasks: Optional[Sequence[GetWorkflowWorkflowDefinitionTask]] = None,
                                     ui_input_filters: Optional[Sequence[GetWorkflowWorkflowDefinitionUiInputFilter]] = None,
                                     ui_rendering_data: Optional[str] = None,
                                     validation_information: Optional[GetWorkflowWorkflowDefinitionValidationInformation] = None,
                                     variable_definitions: Optional[Sequence[GetWorkflowWorkflowDefinitionVariableDefinition]] = None,
                                     version_context: Optional[GetWorkflowWorkflowDefinitionVersionContext] = None,
                                     workflow_metadata: Optional[GetWorkflowWorkflowDefinitionWorkflowMetadata] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetWorkflowWorkflowDefinitionResult
def get_workflow_workflow_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionAncestorArgs]]]] = None,
                                     catalog: Optional[pulumi.Input[GetWorkflowWorkflowDefinitionCatalogArgs]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     cloned_from: Optional[pulumi.Input[GetWorkflowWorkflowDefinitionClonedFromArgs]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     create_user: 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,
                                     input_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionInputDefinitionArgs]]]] = None,
                                     input_parameter_sets: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionInputParameterSetArgs]]]] = None,
                                     label: Optional[pulumi.Input[str]] = None,
                                     license_entitlement: Optional[pulumi.Input[str]] = None,
                                     max_task_count: Optional[pulumi.Input[float]] = None,
                                     max_worker_task_count: Optional[pulumi.Input[float]] = None,
                                     mod_time: Optional[pulumi.Input[str]] = None,
                                     mod_user: 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,
                                     output_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionOutputDefinitionArgs]]]] = None,
                                     output_parameters: Optional[pulumi.Input[str]] = None,
                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     parent: Optional[pulumi.Input[GetWorkflowWorkflowDefinitionParentArgs]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionPermissionResourceArgs]]]] = None,
                                     properties: Optional[pulumi.Input[GetWorkflowWorkflowDefinitionPropertiesArgs]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionTagArgs]]]] = None,
                                     tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionTaskArgs]]]] = None,
                                     ui_input_filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionUiInputFilterArgs]]]] = None,
                                     ui_rendering_data: Optional[pulumi.Input[str]] = None,
                                     validation_information: Optional[pulumi.Input[GetWorkflowWorkflowDefinitionValidationInformationArgs]] = None,
                                     variable_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowWorkflowDefinitionVariableDefinitionArgs]]]] = None,
                                     version_context: Optional[pulumi.Input[GetWorkflowWorkflowDefinitionVersionContextArgs]] = None,
                                     workflow_metadata: Optional[pulumi.Input[GetWorkflowWorkflowDefinitionWorkflowMetadataArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowWorkflowDefinitionResult]func LookupWorkflowWorkflowDefinition(ctx *Context, args *LookupWorkflowWorkflowDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowWorkflowDefinitionResult, error)
func LookupWorkflowWorkflowDefinitionOutput(ctx *Context, args *LookupWorkflowWorkflowDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowWorkflowDefinitionResultOutput> Note: This function is named LookupWorkflowWorkflowDefinition in the Go SDK.
public static class GetWorkflowWorkflowDefinition 
{
    public static Task<GetWorkflowWorkflowDefinitionResult> InvokeAsync(GetWorkflowWorkflowDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowWorkflowDefinitionResult> Invoke(GetWorkflowWorkflowDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowWorkflowDefinitionResult> getWorkflowWorkflowDefinition(GetWorkflowWorkflowDefinitionArgs args, InvokeOptions options)
public static Output<GetWorkflowWorkflowDefinitionResult> getWorkflowWorkflowDefinition(GetWorkflowWorkflowDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowWorkflowDefinition:getWorkflowWorkflowDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Workflow Definition Ancestor> 
- Catalog
GetWorkflow Workflow Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Workflow Definition Cloned From 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the workflow definition.
- DefaultVersion bool
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- Description string
- The description for this workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InputDefinitions List<GetWorkflow Workflow Definition Input Definition> 
- InputParameter List<GetSets Workflow Workflow Definition Input Parameter Set> 
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- MaxTask doubleCount 
- The maximum number of tasks that can be executed on this workflow.
- MaxWorker doubleTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the workflow definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion double
- The version of the workflow to support multiple versions.
- ObjectType string
- OutputDefinitions List<GetWorkflow Workflow Definition Output Definition> 
- OutputParameters string
- Owners List<string>
- Parent
GetWorkflow Workflow Definition Parent 
- PermissionResources List<GetWorkflow Workflow Definition Permission Resource> 
- Properties
GetWorkflow Workflow Definition Properties 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Workflow Definition Tag> 
- Tasks
List<GetWorkflow Workflow Definition Task> 
- UiInput List<GetFilters Workflow Workflow Definition Ui Input Filter> 
- UiRendering stringData 
- ValidationInformation GetWorkflow Workflow Definition Validation Information 
- VariableDefinitions List<GetWorkflow Workflow Definition Variable Definition> 
- VersionContext GetWorkflow Workflow Definition Version Context 
- WorkflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Workflow Definition Ancestor 
- Catalog
GetWorkflow Workflow Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Workflow Definition Cloned From 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the workflow definition.
- DefaultVersion bool
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- Description string
- The description for this workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InputDefinitions []GetWorkflow Workflow Definition Input Definition 
- InputParameter []GetSets Workflow Workflow Definition Input Parameter Set 
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- MaxTask float64Count 
- The maximum number of tasks that can be executed on this workflow.
- MaxWorker float64Task Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the workflow definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion float64
- The version of the workflow to support multiple versions.
- ObjectType string
- OutputDefinitions []GetWorkflow Workflow Definition Output Definition 
- OutputParameters string
- Owners []string
- Parent
GetWorkflow Workflow Definition Parent 
- PermissionResources []GetWorkflow Workflow Definition Permission Resource 
- Properties
GetWorkflow Workflow Definition Properties 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetWorkflow Workflow Definition Tag 
- Tasks
[]GetWorkflow Workflow Definition Task 
- UiInput []GetFilters Workflow Workflow Definition Ui Input Filter 
- UiRendering stringData 
- ValidationInformation GetWorkflow Workflow Definition Validation Information 
- VariableDefinitions []GetWorkflow Workflow Definition Variable Definition 
- VersionContext GetWorkflow Workflow Definition Version Context 
- WorkflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Workflow Definition Ancestor> 
- catalog
GetWorkflow Workflow Definition Catalog 
- classId String
- clonedFrom GetWorkflow Workflow Definition Cloned From 
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the workflow definition.
- defaultVersion Boolean
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description String
- The description for this workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inputDefinitions List<GetWorkflow Workflow Definition Input Definition> 
- inputParameter List<GetSets Workflow Workflow Definition Input Parameter Set> 
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- maxTask DoubleCount 
- The maximum number of tasks that can be executed on this workflow.
- maxWorker DoubleTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the workflow definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion Double
- The version of the workflow to support multiple versions.
- objectType String
- outputDefinitions List<GetWorkflow Workflow Definition Output Definition> 
- outputParameters String
- owners List<String>
- parent
GetWorkflow Workflow Definition Parent 
- permissionResources List<GetWorkflow Workflow Definition Permission Resource> 
- properties
GetWorkflow Workflow Definition Properties 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Workflow Definition Tag> 
- tasks
List<GetWorkflow Workflow Definition Task> 
- uiInput List<GetFilters Workflow Workflow Definition Ui Input Filter> 
- uiRendering StringData 
- validationInformation GetWorkflow Workflow Definition Validation Information 
- variableDefinitions List<GetWorkflow Workflow Definition Variable Definition> 
- versionContext GetWorkflow Workflow Definition Version Context 
- workflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Workflow Definition Ancestor[] 
- catalog
GetWorkflow Workflow Definition Catalog 
- classId string
- clonedFrom GetWorkflow Workflow Definition Cloned From 
- createTime string
- The time when this managed object was created.
- createUser string
- The user identifier who created or cloned the workflow definition.
- defaultVersion boolean
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description string
- The description for this workflow.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- inputDefinitions GetWorkflow Workflow Definition Input Definition[] 
- inputParameter GetSets Workflow Workflow Definition Input Parameter Set[] 
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- licenseEntitlement string
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- maxTask numberCount 
- The maximum number of tasks that can be executed on this workflow.
- maxWorker numberTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- modTime string
- The time when this managed object was last modified.
- modUser string
- The user identifier who last updated the workflow definition.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion number
- The version of the workflow to support multiple versions.
- objectType string
- outputDefinitions GetWorkflow Workflow Definition Output Definition[] 
- outputParameters string
- owners string[]
- parent
GetWorkflow Workflow Definition Parent 
- permissionResources GetWorkflow Workflow Definition Permission Resource[] 
- properties
GetWorkflow Workflow Definition Properties 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetWorkflow Workflow Definition Tag[] 
- tasks
GetWorkflow Workflow Definition Task[] 
- uiInput GetFilters Workflow Workflow Definition Ui Input Filter[] 
- uiRendering stringData 
- validationInformation GetWorkflow Workflow Definition Validation Information 
- variableDefinitions GetWorkflow Workflow Definition Variable Definition[] 
- versionContext GetWorkflow Workflow Definition Version Context 
- workflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Workflow Definition Ancestor] 
- catalog
GetWorkflow Workflow Definition Catalog 
- class_id str
- cloned_from GetWorkflow Workflow Definition Cloned From 
- create_time str
- The time when this managed object was created.
- create_user str
- The user identifier who created or cloned the workflow definition.
- default_version bool
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description str
- The description for this workflow.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- input_definitions Sequence[GetWorkflow Workflow Definition Input Definition] 
- input_parameter_ Sequence[Getsets Workflow Workflow Definition Input Parameter Set] 
- label str
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- license_entitlement str
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- max_task_ floatcount 
- The maximum number of tasks that can be executed on this workflow.
- max_worker_ floattask_ count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- mod_time str
- The time when this managed object was last modified.
- mod_user str
- The user identifier who last updated the workflow definition.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nr_version float
- The version of the workflow to support multiple versions.
- object_type str
- output_definitions Sequence[GetWorkflow Workflow Definition Output Definition] 
- output_parameters str
- owners Sequence[str]
- parent
GetWorkflow Workflow Definition Parent 
- permission_resources Sequence[GetWorkflow Workflow Definition Permission Resource] 
- properties
GetWorkflow Workflow Definition Properties 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetWorkflow Workflow Definition Tag] 
- tasks
Sequence[GetWorkflow Workflow Definition Task] 
- ui_input_ Sequence[Getfilters Workflow Workflow Definition Ui Input Filter] 
- ui_rendering_ strdata 
- validation_information GetWorkflow Workflow Definition Validation Information 
- variable_definitions Sequence[GetWorkflow Workflow Definition Variable Definition] 
- version_context GetWorkflow Workflow Definition Version Context 
- workflow_metadata GetWorkflow Workflow Definition Workflow Metadata 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- clonedFrom Property Map
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the workflow definition.
- defaultVersion Boolean
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description String
- The description for this workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inputDefinitions List<Property Map>
- inputParameter List<Property Map>Sets 
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- maxTask NumberCount 
- The maximum number of tasks that can be executed on this workflow.
- maxWorker NumberTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the workflow definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion Number
- The version of the workflow to support multiple versions.
- objectType String
- outputDefinitions List<Property Map>
- outputParameters String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- properties Property Map
- 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>
- tasks List<Property Map>
- uiInput List<Property Map>Filters 
- uiRendering StringData 
- validationInformation Property Map
- variableDefinitions List<Property Map>
- versionContext Property Map
- workflowMetadata Property Map
getWorkflowWorkflowDefinition Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Workflow Definition Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Workflow Definition Ancestor> 
- Catalog
GetWorkflow Workflow Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Workflow Definition Cloned From 
- CreateTime string
- CreateUser string
- DefaultVersion bool
- Description string
- DomainGroup stringMoid 
- InputDefinitions List<GetWorkflow Workflow Definition Input Definition> 
- InputParameter List<GetSets Workflow Workflow Definition Input Parameter Set> 
- Label string
- LicenseEntitlement string
- MaxTask doubleCount 
- MaxWorker doubleTask Count 
- ModTime string
- ModUser string
- Moid string
- Name string
- NrVersion double
- ObjectType string
- OutputDefinitions List<GetWorkflow Workflow Definition Output Definition> 
- OutputParameters string
- Owners List<string>
- Parent
GetWorkflow Workflow Definition Parent 
- PermissionResources List<GetWorkflow Workflow Definition Permission Resource> 
- Properties
GetWorkflow Workflow Definition Properties 
- string
- 
List<GetWorkflow Workflow Definition Tag> 
- Tasks
List<GetWorkflow Workflow Definition Task> 
- UiInput List<GetFilters Workflow Workflow Definition Ui Input Filter> 
- UiRendering stringData 
- ValidationInformation GetWorkflow Workflow Definition Validation Information 
- VariableDefinitions List<GetWorkflow Workflow Definition Variable Definition> 
- VersionContext GetWorkflow Workflow Definition Version Context 
- WorkflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- Id string
- Results
[]GetWorkflow Workflow Definition Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Workflow Definition Ancestor 
- Catalog
GetWorkflow Workflow Definition Catalog 
- ClassId string
- ClonedFrom GetWorkflow Workflow Definition Cloned From 
- CreateTime string
- CreateUser string
- DefaultVersion bool
- Description string
- DomainGroup stringMoid 
- InputDefinitions []GetWorkflow Workflow Definition Input Definition 
- InputParameter []GetSets Workflow Workflow Definition Input Parameter Set 
- Label string
- LicenseEntitlement string
- MaxTask float64Count 
- MaxWorker float64Task Count 
- ModTime string
- ModUser string
- Moid string
- Name string
- NrVersion float64
- ObjectType string
- OutputDefinitions []GetWorkflow Workflow Definition Output Definition 
- OutputParameters string
- Owners []string
- Parent
GetWorkflow Workflow Definition Parent 
- PermissionResources []GetWorkflow Workflow Definition Permission Resource 
- Properties
GetWorkflow Workflow Definition Properties 
- string
- 
[]GetWorkflow Workflow Definition Tag 
- Tasks
[]GetWorkflow Workflow Definition Task 
- UiInput []GetFilters Workflow Workflow Definition Ui Input Filter 
- UiRendering stringData 
- ValidationInformation GetWorkflow Workflow Definition Validation Information 
- VariableDefinitions []GetWorkflow Workflow Definition Variable Definition 
- VersionContext GetWorkflow Workflow Definition Version Context 
- WorkflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- id String
- results
List<GetWorkflow Workflow Definition Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetWorkflow Workflow Definition Ancestor> 
- catalog
GetWorkflow Workflow Definition Catalog 
- classId String
- clonedFrom GetWorkflow Workflow Definition Cloned From 
- createTime String
- createUser String
- defaultVersion Boolean
- description String
- domainGroup StringMoid 
- inputDefinitions List<GetWorkflow Workflow Definition Input Definition> 
- inputParameter List<GetSets Workflow Workflow Definition Input Parameter Set> 
- label String
- licenseEntitlement String
- maxTask DoubleCount 
- maxWorker DoubleTask Count 
- modTime String
- modUser String
- moid String
- name String
- nrVersion Double
- objectType String
- outputDefinitions List<GetWorkflow Workflow Definition Output Definition> 
- outputParameters String
- owners List<String>
- parent
GetWorkflow Workflow Definition Parent 
- permissionResources List<GetWorkflow Workflow Definition Permission Resource> 
- properties
GetWorkflow Workflow Definition Properties 
- String
- 
List<GetWorkflow Workflow Definition Tag> 
- tasks
List<GetWorkflow Workflow Definition Task> 
- uiInput List<GetFilters Workflow Workflow Definition Ui Input Filter> 
- uiRendering StringData 
- validationInformation GetWorkflow Workflow Definition Validation Information 
- variableDefinitions List<GetWorkflow Workflow Definition Variable Definition> 
- versionContext GetWorkflow Workflow Definition Version Context 
- workflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- id string
- results
GetWorkflow Workflow Definition Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetWorkflow Workflow Definition Ancestor[] 
- catalog
GetWorkflow Workflow Definition Catalog 
- classId string
- clonedFrom GetWorkflow Workflow Definition Cloned From 
- createTime string
- createUser string
- defaultVersion boolean
- description string
- domainGroup stringMoid 
- inputDefinitions GetWorkflow Workflow Definition Input Definition[] 
- inputParameter GetSets Workflow Workflow Definition Input Parameter Set[] 
- label string
- licenseEntitlement string
- maxTask numberCount 
- maxWorker numberTask Count 
- modTime string
- modUser string
- moid string
- name string
- nrVersion number
- objectType string
- outputDefinitions GetWorkflow Workflow Definition Output Definition[] 
- outputParameters string
- owners string[]
- parent
GetWorkflow Workflow Definition Parent 
- permissionResources GetWorkflow Workflow Definition Permission Resource[] 
- properties
GetWorkflow Workflow Definition Properties 
- string
- 
GetWorkflow Workflow Definition Tag[] 
- tasks
GetWorkflow Workflow Definition Task[] 
- uiInput GetFilters Workflow Workflow Definition Ui Input Filter[] 
- uiRendering stringData 
- validationInformation GetWorkflow Workflow Definition Validation Information 
- variableDefinitions GetWorkflow Workflow Definition Variable Definition[] 
- versionContext GetWorkflow Workflow Definition Version Context 
- workflowMetadata GetWorkflow Workflow Definition Workflow Metadata 
- id str
- results
Sequence[GetWorkflow Workflow Definition Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetWorkflow Workflow Definition Ancestor] 
- catalog
GetWorkflow Workflow Definition Catalog 
- class_id str
- cloned_from GetWorkflow Workflow Definition Cloned From 
- create_time str
- create_user str
- default_version bool
- description str
- domain_group_ strmoid 
- input_definitions Sequence[GetWorkflow Workflow Definition Input Definition] 
- input_parameter_ Sequence[Getsets Workflow Workflow Definition Input Parameter Set] 
- label str
- license_entitlement str
- max_task_ floatcount 
- max_worker_ floattask_ count 
- mod_time str
- mod_user str
- moid str
- name str
- nr_version float
- object_type str
- output_definitions Sequence[GetWorkflow Workflow Definition Output Definition] 
- output_parameters str
- owners Sequence[str]
- parent
GetWorkflow Workflow Definition Parent 
- permission_resources Sequence[GetWorkflow Workflow Definition Permission Resource] 
- properties
GetWorkflow Workflow Definition Properties 
- str
- 
Sequence[GetWorkflow Workflow Definition Tag] 
- tasks
Sequence[GetWorkflow Workflow Definition Task] 
- ui_input_ Sequence[Getfilters Workflow Workflow Definition Ui Input Filter] 
- ui_rendering_ strdata 
- validation_information GetWorkflow Workflow Definition Validation Information 
- variable_definitions Sequence[GetWorkflow Workflow Definition Variable Definition] 
- version_context GetWorkflow Workflow Definition Version Context 
- workflow_metadata GetWorkflow Workflow Definition Workflow Metadata 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- clonedFrom Property Map
- createTime String
- createUser String
- defaultVersion Boolean
- description String
- domainGroup StringMoid 
- inputDefinitions List<Property Map>
- inputParameter List<Property Map>Sets 
- label String
- licenseEntitlement String
- maxTask NumberCount 
- maxWorker NumberTask Count 
- modTime String
- modUser String
- moid String
- name String
- nrVersion Number
- objectType String
- outputDefinitions List<Property Map>
- outputParameters String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- properties Property Map
- String
- List<Property Map>
- tasks List<Property Map>
- uiInput List<Property Map>Filters 
- uiRendering StringData 
- validationInformation Property Map
- variableDefinitions List<Property Map>
- versionContext Property Map
- workflowMetadata Property Map
Supporting Types
GetWorkflowWorkflowDefinitionAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowWorkflowDefinitionCatalog    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowWorkflowDefinitionClonedFrom     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowWorkflowDefinitionInputDefinition     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- DisplayMeta GetWorkflow Workflow Definition Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- DisplayMeta GetWorkflow Workflow Definition Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
GetWorkflow Workflow Definition 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
- The description for this workflow.
- displayMeta GetWorkflow Workflow Definition Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- displayMeta GetWorkflow Workflow Definition Input Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- display_meta GetWorkflow Workflow Definition 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 workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default Property Map
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- The description for this workflow.
- displayMeta Property Map
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
GetWorkflowWorkflowDefinitionInputDefinitionDefault      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue booleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is_value_ boolset 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
GetWorkflowWorkflowDefinitionInputDefinitionDisplayMeta       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory_selector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget_type str
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
GetWorkflowWorkflowDefinitionInputParameterSet      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Condition string
- The condition to be evaluated.- eq- Checks if the values of the two parameters are equal.
- ne- Checks if the values of the two parameters are not equal.
- contains- Checks if the second parameter string value is a substring of the first parameter string value.
- matchesPattern- Checks if a string matches a regular expression.
 
- ControlParameter string
- Name of the controlling entity, whose value will be used for evaluating the parameter set.
- EnableParameters List<string>
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The controlling parameter will be evaluated against this 'value'.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Condition string
- The condition to be evaluated.- eq- Checks if the values of the two parameters are equal.
- ne- Checks if the values of the two parameters are not equal.
- contains- Checks if the second parameter string value is a substring of the first parameter string value.
- matchesPattern- Checks if a string matches a regular expression.
 
- ControlParameter string
- Name of the controlling entity, whose value will be used for evaluating the parameter set.
- EnableParameters []string
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The controlling parameter will be evaluated against this 'value'.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- condition String
- The condition to be evaluated.- eq- Checks if the values of the two parameters are equal.
- ne- Checks if the values of the two parameters are not equal.
- contains- Checks if the second parameter string value is a substring of the first parameter string value.
- matchesPattern- Checks if a string matches a regular expression.
 
- controlParameter String
- Name of the controlling entity, whose value will be used for evaluating the parameter set.
- enableParameters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The controlling parameter will be evaluated against this 'value'.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- condition string
- The condition to be evaluated.- eq- Checks if the values of the two parameters are equal.
- ne- Checks if the values of the two parameters are not equal.
- contains- Checks if the second parameter string value is a substring of the first parameter string value.
- matchesPattern- Checks if a string matches a regular expression.
 
- controlParameter string
- Name of the controlling entity, whose value will be used for evaluating the parameter set.
- enableParameters string[]
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The controlling parameter will be evaluated against this 'value'.
- 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.
- condition str
- The condition to be evaluated.- eq- Checks if the values of the two parameters are equal.
- ne- Checks if the values of the two parameters are not equal.
- contains- Checks if the second parameter string value is a substring of the first parameter string value.
- matchesPattern- Checks if a string matches a regular expression.
 
- control_parameter str
- Name of the controlling entity, whose value will be used for evaluating the parameter set.
- enable_parameters Sequence[str]
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The controlling parameter will be evaluated against this 'value'.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- condition String
- The condition to be evaluated.- eq- Checks if the values of the two parameters are equal.
- ne- Checks if the values of the two parameters are not equal.
- contains- Checks if the second parameter string value is a substring of the first parameter string value.
- matchesPattern- Checks if a string matches a regular expression.
 
- controlParameter String
- Name of the controlling entity, whose value will be used for evaluating the parameter set.
- enableParameters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The controlling parameter will be evaluated against this 'value'.
GetWorkflowWorkflowDefinitionOutputDefinition     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- DisplayMeta GetWorkflow Workflow Definition Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- DisplayMeta GetWorkflow Workflow Definition Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
GetWorkflow Workflow Definition 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
- The description for this workflow.
- displayMeta GetWorkflow Workflow Definition Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- displayMeta GetWorkflow Workflow Definition Output Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Workflow Definition 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
- The description for this workflow.
- display_meta GetWorkflow Workflow Definition 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 workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default Property Map
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- The description for this workflow.
- displayMeta Property Map
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
GetWorkflowWorkflowDefinitionOutputDefinitionDefault      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue booleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is_value_ boolset 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
GetWorkflowWorkflowDefinitionOutputDefinitionDisplayMeta       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory_selector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget_type str
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
GetWorkflowWorkflowDefinitionParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowWorkflowDefinitionPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowWorkflowDefinitionProperties    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cloneable bool
- When set to false workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.
- EnableDebug bool
- Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.
- EnablePublish boolStatus 
- This flag determines if this workflow publish status is enforced or not.
- ExternalMeta bool
- When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PublishStatus string
- The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.- Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.
- Published- The enum specifies the option as Published which means the meta definition is ready for consumption.
- Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
 
- Retryable bool
- When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.
- RollbackOn boolCancel 
- When set to true, the changes are automatically rolled back if the workflow execution is canceled.
- RollbackOn boolFailure 
- When set to true, the changes are automatically rolled back if the workflow fails to execute.
- SupportStatus string
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cloneable bool
- When set to false workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.
- EnableDebug bool
- Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.
- EnablePublish boolStatus 
- This flag determines if this workflow publish status is enforced or not.
- ExternalMeta bool
- When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PublishStatus string
- The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.- Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.
- Published- The enum specifies the option as Published which means the meta definition is ready for consumption.
- Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
 
- Retryable bool
- When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.
- RollbackOn boolCancel 
- When set to true, the changes are automatically rolled back if the workflow execution is canceled.
- RollbackOn boolFailure 
- When set to true, the changes are automatically rolled back if the workflow fails to execute.
- SupportStatus string
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloneable Boolean
- When set to false workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.
- enableDebug Boolean
- Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.
- enablePublish BooleanStatus 
- This flag determines if this workflow publish status is enforced or not.
- externalMeta Boolean
- When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- publishStatus String
- The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.- Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.
- Published- The enum specifies the option as Published which means the meta definition is ready for consumption.
- Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
 
- retryable Boolean
- When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.
- rollbackOn BooleanCancel 
- When set to true, the changes are automatically rolled back if the workflow execution is canceled.
- rollbackOn BooleanFailure 
- When set to true, the changes are automatically rolled back if the workflow fails to execute.
- supportStatus String
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloneable boolean
- When set to false workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.
- enableDebug boolean
- Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.
- enablePublish booleanStatus 
- This flag determines if this workflow publish status is enforced or not.
- externalMeta boolean
- When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- publishStatus string
- The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.- Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.
- Published- The enum specifies the option as Published which means the meta definition is ready for consumption.
- Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
 
- retryable boolean
- When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.
- rollbackOn booleanCancel 
- When set to true, the changes are automatically rolled back if the workflow execution is canceled.
- rollbackOn booleanFailure 
- When set to true, the changes are automatically rolled back if the workflow fails to execute.
- supportStatus string
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
- 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 workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.
- enable_debug bool
- Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.
- enable_publish_ boolstatus 
- This flag determines if this workflow publish status is enforced or not.
- external_meta bool
- When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- publish_status str
- The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.- Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.
- Published- The enum specifies the option as Published which means the meta definition is ready for consumption.
- Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
 
- retryable bool
- When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.
- rollback_on_ boolcancel 
- When set to true, the changes are automatically rolled back if the workflow execution is canceled.
- rollback_on_ boolfailure 
- When set to true, the changes are automatically rolled back if the workflow fails to execute.
- 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloneable Boolean
- When set to false workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.
- enableDebug Boolean
- Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.
- enablePublish BooleanStatus 
- This flag determines if this workflow publish status is enforced or not.
- externalMeta Boolean
- When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- publishStatus String
- The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.- Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.
- Published- The enum specifies the option as Published which means the meta definition is ready for consumption.
- Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
 
- retryable Boolean
- When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.
- rollbackOn BooleanCancel 
- When set to true, the changes are automatically rolled back if the workflow execution is canceled.
- rollbackOn BooleanFailure 
- When set to true, the changes are automatically rolled back if the workflow fails to execute.
- supportStatus String
- Supported status of the definition.- Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
- Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.
- Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
 
GetWorkflowWorkflowDefinitionResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Workflow Definition Result Ancestor> 
- Catalogs
List<GetWorkflow Workflow Definition Result Catalog> 
- ClassId string
- ClonedFroms List<GetWorkflow Workflow Definition Result Cloned From> 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the workflow definition.
- DefaultVersion bool
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- Description string
- The description for this workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InputDefinitions List<GetWorkflow Workflow Definition Result Input Definition> 
- InputParameter List<GetSets Workflow Workflow Definition Result Input Parameter Set> 
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- MaxTask doubleCount 
- The maximum number of tasks that can be executed on this workflow.
- MaxWorker doubleTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the workflow definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion double
- The version of the workflow to support multiple versions.
- ObjectType string
- OutputDefinitions List<GetWorkflow Workflow Definition Result Output Definition> 
- OutputParameters string
- Owners List<string>
- Parents
List<GetWorkflow Workflow Definition Result Parent> 
- PermissionResources List<GetWorkflow Workflow Definition Result Permission Resource> 
- Properties
List<GetWorkflow Workflow Definition Result Property> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Workflow Definition Result Tag> 
- Tasks
List<GetWorkflow Workflow Definition Result Task> 
- UiInput List<GetFilters Workflow Workflow Definition Result Ui Input Filter> 
- UiRendering stringData 
- ValidationInformations List<GetWorkflow Workflow Definition Result Validation Information> 
- VariableDefinitions List<GetWorkflow Workflow Definition Result Variable Definition> 
- VersionContexts List<GetWorkflow Workflow Definition Result Version Context> 
- WorkflowMetadatas List<GetWorkflow Workflow Definition Result Workflow Metadata> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Workflow Definition Result Ancestor 
- Catalogs
[]GetWorkflow Workflow Definition Result Catalog 
- ClassId string
- ClonedFroms []GetWorkflow Workflow Definition Result Cloned From 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the workflow definition.
- DefaultVersion bool
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- Description string
- The description for this workflow.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InputDefinitions []GetWorkflow Workflow Definition Result Input Definition 
- InputParameter []GetSets Workflow Workflow Definition Result Input Parameter Set 
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- MaxTask float64Count 
- The maximum number of tasks that can be executed on this workflow.
- MaxWorker float64Task Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the workflow definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion float64
- The version of the workflow to support multiple versions.
- ObjectType string
- OutputDefinitions []GetWorkflow Workflow Definition Result Output Definition 
- OutputParameters string
- Owners []string
- Parents
[]GetWorkflow Workflow Definition Result Parent 
- PermissionResources []GetWorkflow Workflow Definition Result Permission Resource 
- Properties
[]GetWorkflow Workflow Definition Result Property 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetWorkflow Workflow Definition Result Tag 
- Tasks
[]GetWorkflow Workflow Definition Result Task 
- UiInput []GetFilters Workflow Workflow Definition Result Ui Input Filter 
- UiRendering stringData 
- ValidationInformations []GetWorkflow Workflow Definition Result Validation Information 
- VariableDefinitions []GetWorkflow Workflow Definition Result Variable Definition 
- VersionContexts []GetWorkflow Workflow Definition Result Version Context 
- WorkflowMetadatas []GetWorkflow Workflow Definition Result Workflow Metadata 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Workflow Definition Result Ancestor> 
- catalogs
List<GetWorkflow Workflow Definition Result Catalog> 
- classId String
- clonedFroms List<GetWorkflow Workflow Definition Result Cloned From> 
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the workflow definition.
- defaultVersion Boolean
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description String
- The description for this workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inputDefinitions List<GetWorkflow Workflow Definition Result Input Definition> 
- inputParameter List<GetSets Workflow Workflow Definition Result Input Parameter Set> 
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- maxTask DoubleCount 
- The maximum number of tasks that can be executed on this workflow.
- maxWorker DoubleTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the workflow definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion Double
- The version of the workflow to support multiple versions.
- objectType String
- outputDefinitions List<GetWorkflow Workflow Definition Result Output Definition> 
- outputParameters String
- owners List<String>
- parents
List<GetWorkflow Workflow Definition Result Parent> 
- permissionResources List<GetWorkflow Workflow Definition Result Permission Resource> 
- properties
List<GetWorkflow Workflow Definition Result Property> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Workflow Definition Result Tag> 
- tasks
List<GetWorkflow Workflow Definition Result Task> 
- uiInput List<GetFilters Workflow Workflow Definition Result Ui Input Filter> 
- uiRendering StringData 
- validationInformations List<GetWorkflow Workflow Definition Result Validation Information> 
- variableDefinitions List<GetWorkflow Workflow Definition Result Variable Definition> 
- versionContexts List<GetWorkflow Workflow Definition Result Version Context> 
- workflowMetadatas List<GetWorkflow Workflow Definition Result Workflow Metadata> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Workflow Definition Result Ancestor[] 
- catalogs
GetWorkflow Workflow Definition Result Catalog[] 
- classId string
- clonedFroms GetWorkflow Workflow Definition Result Cloned From[] 
- createTime string
- The time when this managed object was created.
- createUser string
- The user identifier who created or cloned the workflow definition.
- defaultVersion boolean
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description string
- The description for this workflow.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- inputDefinitions GetWorkflow Workflow Definition Result Input Definition[] 
- inputParameter GetSets Workflow Workflow Definition Result Input Parameter Set[] 
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- licenseEntitlement string
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- maxTask numberCount 
- The maximum number of tasks that can be executed on this workflow.
- maxWorker numberTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- modTime string
- The time when this managed object was last modified.
- modUser string
- The user identifier who last updated the workflow definition.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion number
- The version of the workflow to support multiple versions.
- objectType string
- outputDefinitions GetWorkflow Workflow Definition Result Output Definition[] 
- outputParameters string
- owners string[]
- parents
GetWorkflow Workflow Definition Result Parent[] 
- permissionResources GetWorkflow Workflow Definition Result Permission Resource[] 
- properties
GetWorkflow Workflow Definition Result Property[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetWorkflow Workflow Definition Result Tag[] 
- tasks
GetWorkflow Workflow Definition Result Task[] 
- uiInput GetFilters Workflow Workflow Definition Result Ui Input Filter[] 
- uiRendering stringData 
- validationInformations GetWorkflow Workflow Definition Result Validation Information[] 
- variableDefinitions GetWorkflow Workflow Definition Result Variable Definition[] 
- versionContexts GetWorkflow Workflow Definition Result Version Context[] 
- workflowMetadatas GetWorkflow Workflow Definition Result Workflow Metadata[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Workflow Definition Result Ancestor] 
- catalogs
Sequence[GetWorkflow Workflow Definition Result Catalog] 
- class_id str
- cloned_froms Sequence[GetWorkflow Workflow Definition Result Cloned From] 
- create_time str
- The time when this managed object was created.
- create_user str
- The user identifier who created or cloned the workflow definition.
- default_version bool
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description str
- The description for this workflow.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- input_definitions Sequence[GetWorkflow Workflow Definition Result Input Definition] 
- input_parameter_ Sequence[Getsets Workflow Workflow Definition Result Input Parameter Set] 
- label str
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- license_entitlement str
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- max_task_ floatcount 
- The maximum number of tasks that can be executed on this workflow.
- max_worker_ floattask_ count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- mod_time str
- The time when this managed object was last modified.
- mod_user str
- The user identifier who last updated the workflow definition.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nr_version float
- The version of the workflow to support multiple versions.
- object_type str
- output_definitions Sequence[GetWorkflow Workflow Definition Result Output Definition] 
- output_parameters str
- owners Sequence[str]
- parents
Sequence[GetWorkflow Workflow Definition Result Parent] 
- permission_resources Sequence[GetWorkflow Workflow Definition Result Permission Resource] 
- properties
Sequence[GetWorkflow Workflow Definition Result Property] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetWorkflow Workflow Definition Result Tag] 
- tasks
Sequence[GetWorkflow Workflow Definition Result Task] 
- ui_input_ Sequence[Getfilters Workflow Workflow Definition Result Ui Input Filter] 
- ui_rendering_ strdata 
- validation_informations Sequence[GetWorkflow Workflow Definition Result Validation Information] 
- variable_definitions Sequence[GetWorkflow Workflow Definition Result Variable Definition] 
- version_contexts Sequence[GetWorkflow Workflow Definition Result Version Context] 
- workflow_metadatas Sequence[GetWorkflow Workflow Definition Result Workflow Metadata] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalogs List<Property Map>
- classId String
- clonedFroms List<Property Map>
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the workflow definition.
- defaultVersion Boolean
- When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.
- description String
- The description for this workflow.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inputDefinitions List<Property Map>
- inputParameter List<Property Map>Sets 
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.* 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.
- maxTask NumberCount 
- The maximum number of tasks that can be executed on this workflow.
- maxWorker NumberTask Count 
- The maximum number of external (worker) tasks that can be executed on this workflow.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the workflow definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion Number
- The version of the workflow to support multiple versions.
- objectType String
- outputDefinitions List<Property Map>
- outputParameters String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- properties List<Property Map>
- 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>
- tasks List<Property Map>
- uiInput List<Property Map>Filters 
- uiRendering StringData 
- validationInformations List<Property Map>
- variableDefinitions List<Property Map>
- versionContexts List<Property Map>
- workflowMetadatas List<Property Map>
GetWorkflowWorkflowDefinitionResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionResultCatalog     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionResultClonedFrom      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionResultInputDefinition      
- AdditionalProperties string
- ClassId string
- Defaults
List<GetWorkflow Workflow Definition Result Input Definition Default> 
- Description string
- The description for this workflow.
- DisplayMetas List<GetWorkflow Workflow Definition Result Input Definition Display Meta> 
- InputParameters string
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Required bool
- AdditionalProperties string
- ClassId string
- Defaults
[]GetWorkflow Workflow Definition Result Input Definition Default 
- Description string
- The description for this workflow.
- DisplayMetas []GetWorkflow Workflow Definition Result Input Definition Display Meta 
- InputParameters string
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Required bool
- additionalProperties String
- classId String
- defaults
List<GetWorkflow Workflow Definition Result Input Definition Default> 
- description String
- The description for this workflow.
- displayMetas List<GetWorkflow Workflow Definition Result Input Definition Display Meta> 
- inputParameters String
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- required Boolean
- additionalProperties string
- classId string
- defaults
GetWorkflow Workflow Definition Result Input Definition Default[] 
- description string
- The description for this workflow.
- displayMetas GetWorkflow Workflow Definition Result Input Definition Display Meta[] 
- inputParameters string
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- required boolean
- additional_properties str
- class_id str
- defaults
Sequence[GetWorkflow Workflow Definition Result Input Definition Default] 
- description str
- The description for this workflow.
- display_metas Sequence[GetWorkflow Workflow Definition Result Input Definition Display Meta] 
- input_parameters str
- label str
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- required bool
- additionalProperties String
- classId String
- defaults List<Property Map>
- description String
- The description for this workflow.
- displayMetas List<Property Map>
- inputParameters String
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- required Boolean
GetWorkflowWorkflowDefinitionResultInputDefinitionDefault       
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
- additionalProperties string
- classId string
- isValue booleanSet 
- objectType string
- override boolean
- value string
- additional_properties str
- class_id str
- is_value_ boolset 
- object_type str
- override bool
- value str
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
GetWorkflowWorkflowDefinitionResultInputDefinitionDisplayMeta        
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
- additionalProperties string
- classId string
- inventorySelector boolean
- objectType string
- widgetType string
- additional_properties str
- class_id str
- inventory_selector bool
- object_type str
- widget_type str
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
GetWorkflowWorkflowDefinitionResultInputParameterSet       
- AdditionalProperties string
- ClassId string
- Condition string
- ControlParameter string
- EnableParameters List<string>
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Condition string
- ControlParameter string
- EnableParameters []string
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Value string
- additionalProperties String
- classId String
- condition String
- controlParameter String
- enableParameters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- value String
- additionalProperties string
- classId string
- condition string
- controlParameter string
- enableParameters string[]
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- value string
- additional_properties str
- class_id str
- condition str
- control_parameter str
- enable_parameters Sequence[str]
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- value str
- additionalProperties String
- classId String
- condition String
- controlParameter String
- enableParameters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- value String
GetWorkflowWorkflowDefinitionResultOutputDefinition      
- AdditionalProperties string
- ClassId string
- Defaults
List<GetWorkflow Workflow Definition Result Output Definition Default> 
- Description string
- The description for this workflow.
- DisplayMetas List<GetWorkflow Workflow Definition Result Output Definition Display Meta> 
- InputParameters string
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Required bool
- AdditionalProperties string
- ClassId string
- Defaults
[]GetWorkflow Workflow Definition Result Output Definition Default 
- Description string
- The description for this workflow.
- DisplayMetas []GetWorkflow Workflow Definition Result Output Definition Display Meta 
- InputParameters string
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Required bool
- additionalProperties String
- classId String
- defaults
List<GetWorkflow Workflow Definition Result Output Definition Default> 
- description String
- The description for this workflow.
- displayMetas List<GetWorkflow Workflow Definition Result Output Definition Display Meta> 
- inputParameters String
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- required Boolean
- additionalProperties string
- classId string
- defaults
GetWorkflow Workflow Definition Result Output Definition Default[] 
- description string
- The description for this workflow.
- displayMetas GetWorkflow Workflow Definition Result Output Definition Display Meta[] 
- inputParameters string
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- required boolean
- additional_properties str
- class_id str
- defaults
Sequence[GetWorkflow Workflow Definition Result Output Definition Default] 
- description str
- The description for this workflow.
- display_metas Sequence[GetWorkflow Workflow Definition Result Output Definition Display Meta] 
- input_parameters str
- label str
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- required bool
- additionalProperties String
- classId String
- defaults List<Property Map>
- description String
- The description for this workflow.
- displayMetas List<Property Map>
- inputParameters String
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- required Boolean
GetWorkflowWorkflowDefinitionResultOutputDefinitionDefault       
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
- additionalProperties string
- classId string
- isValue booleanSet 
- objectType string
- override boolean
- value string
- additional_properties str
- class_id str
- is_value_ boolset 
- object_type str
- override bool
- value str
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
GetWorkflowWorkflowDefinitionResultOutputDefinitionDisplayMeta        
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
- additionalProperties string
- classId string
- inventorySelector boolean
- objectType string
- widgetType string
- additional_properties str
- class_id str
- inventory_selector bool
- object_type str
- widget_type str
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
GetWorkflowWorkflowDefinitionResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionResultProperty     
- AdditionalProperties string
- ClassId string
- Cloneable bool
- EnableDebug bool
- EnablePublish boolStatus 
- ExternalMeta bool
- ObjectType string
- PublishStatus string
- Retryable bool
- RollbackOn boolCancel 
- RollbackOn boolFailure 
- SupportStatus string
- AdditionalProperties string
- ClassId string
- Cloneable bool
- EnableDebug bool
- EnablePublish boolStatus 
- ExternalMeta bool
- ObjectType string
- PublishStatus string
- Retryable bool
- RollbackOn boolCancel 
- RollbackOn boolFailure 
- SupportStatus string
- additionalProperties String
- classId String
- cloneable Boolean
- enableDebug Boolean
- enablePublish BooleanStatus 
- externalMeta Boolean
- objectType String
- publishStatus String
- retryable Boolean
- rollbackOn BooleanCancel 
- rollbackOn BooleanFailure 
- supportStatus String
- additionalProperties string
- classId string
- cloneable boolean
- enableDebug boolean
- enablePublish booleanStatus 
- externalMeta boolean
- objectType string
- publishStatus string
- retryable boolean
- rollbackOn booleanCancel 
- rollbackOn booleanFailure 
- supportStatus string
- additional_properties str
- class_id str
- cloneable bool
- enable_debug bool
- enable_publish_ boolstatus 
- external_meta bool
- object_type str
- publish_status str
- retryable bool
- rollback_on_ boolcancel 
- rollback_on_ boolfailure 
- support_status str
- additionalProperties String
- classId String
- cloneable Boolean
- enableDebug Boolean
- enablePublish BooleanStatus 
- externalMeta Boolean
- objectType String
- publishStatus String
- retryable Boolean
- rollbackOn BooleanCancel 
- rollbackOn BooleanFailure 
- supportStatus String
GetWorkflowWorkflowDefinitionResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowWorkflowDefinitionResultTask     
- AdditionalProperties string
- ClassId string
- Description string
- The description for this workflow.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- AdditionalProperties string
- ClassId string
- Description string
- The description for this workflow.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- additionalProperties String
- classId String
- description String
- The description for this workflow.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- additionalProperties string
- classId string
- description string
- The description for this workflow.
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- additional_properties str
- class_id str
- description str
- The description for this workflow.
- label str
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- additionalProperties String
- classId String
- description String
- The description for this workflow.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
GetWorkflowWorkflowDefinitionResultUiInputFilter       
- AdditionalProperties string
- ClassId string
- Filters List<string>
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- UserHelp stringMessage 
- AdditionalProperties string
- ClassId string
- Filters []string
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- UserHelp stringMessage 
- additionalProperties String
- classId String
- filters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- userHelp StringMessage 
- additionalProperties string
- classId string
- filters string[]
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- userHelp stringMessage 
- additional_properties str
- class_id str
- filters Sequence[str]
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- user_help_ strmessage 
- additionalProperties String
- classId String
- filters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- userHelp StringMessage 
GetWorkflowWorkflowDefinitionResultValidationInformation      
- AdditionalProperties string
- ClassId string
- EngineState string
- ObjectType string
- State string
- ValidationErrors []GetWorkflow Workflow Definition Result Validation Information Validation Error 
- additionalProperties string
- classId string
- engineState string
- objectType string
- state string
- validationErrors GetWorkflow Workflow Definition Result Validation Information Validation Error[] 
- additionalProperties String
- classId String
- engineState String
- objectType String
- state String
- validationErrors List<Property Map>
GetWorkflowWorkflowDefinitionResultValidationInformationValidationError        
- AdditionalProperties string
- ClassId string
- ErrorLog string
- Field string
- ObjectType string
- TaskName string
- TransitionName string
- AdditionalProperties string
- ClassId string
- ErrorLog string
- Field string
- ObjectType string
- TaskName string
- TransitionName string
- additionalProperties String
- classId String
- errorLog String
- field String
- objectType String
- taskName String
- transitionName String
- additionalProperties string
- classId string
- errorLog string
- field string
- objectType string
- taskName string
- transitionName string
- additional_properties str
- class_id str
- error_log str
- field str
- object_type str
- task_name str
- transition_name str
- additionalProperties String
- classId String
- errorLog String
- field String
- objectType String
- taskName String
- transitionName String
GetWorkflowWorkflowDefinitionResultVariableDefinition      
- AdditionalProperties string
- ClassId string
- Defaults
List<GetWorkflow Workflow Definition Result Variable Definition Default> 
- Description string
- The description for this workflow.
- DisplayMetas List<GetWorkflow Workflow Definition Result Variable Definition Display Meta> 
- InputParameters string
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Required bool
- AdditionalProperties string
- ClassId string
- Defaults
[]GetWorkflow Workflow Definition Result Variable Definition Default 
- Description string
- The description for this workflow.
- DisplayMetas []GetWorkflow Workflow Definition Result Variable Definition Display Meta 
- InputParameters string
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- Required bool
- additionalProperties String
- classId String
- defaults
List<GetWorkflow Workflow Definition Result Variable Definition Default> 
- description String
- The description for this workflow.
- displayMetas List<GetWorkflow Workflow Definition Result Variable Definition Display Meta> 
- inputParameters String
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- required Boolean
- additionalProperties string
- classId string
- defaults
GetWorkflow Workflow Definition Result Variable Definition Default[] 
- description string
- The description for this workflow.
- displayMetas GetWorkflow Workflow Definition Result Variable Definition Display Meta[] 
- inputParameters string
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- required boolean
- additional_properties str
- class_id str
- defaults
Sequence[GetWorkflow Workflow Definition Result Variable Definition Default] 
- description str
- The description for this workflow.
- display_metas Sequence[GetWorkflow Workflow Definition Result Variable Definition Display Meta] 
- input_parameters str
- label str
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- required bool
- additionalProperties String
- classId String
- defaults List<Property Map>
- description String
- The description for this workflow.
- displayMetas List<Property Map>
- inputParameters String
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- required Boolean
GetWorkflowWorkflowDefinitionResultVariableDefinitionDefault       
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
- additionalProperties string
- classId string
- isValue booleanSet 
- objectType string
- override boolean
- value string
- additional_properties str
- class_id str
- is_value_ boolset 
- object_type str
- override bool
- value str
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
GetWorkflowWorkflowDefinitionResultVariableDefinitionDisplayMeta        
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
- additionalProperties string
- classId string
- inventorySelector boolean
- objectType string
- widgetType string
- additional_properties str
- class_id str
- inventory_selector bool
- object_type str
- widget_type str
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
GetWorkflowWorkflowDefinitionResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetWorkflow Workflow Definition Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the workflow to support multiple versions.
- ObjectType string
- RefMos List<GetWorkflow Workflow Definition Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetWorkflow Workflow Definition Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the workflow to support multiple versions.
- ObjectType string
- RefMos []GetWorkflow Workflow Definition Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetWorkflow Workflow Definition Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- The version of the workflow to support multiple versions.
- objectType String
- refMos List<GetWorkflow Workflow Definition Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetWorkflow Workflow Definition Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- The version of the workflow to support multiple versions.
- objectType string
- refMos GetWorkflow Workflow Definition Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetWorkflow Workflow Definition Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- The version of the workflow to support multiple versions.
- object_type str
- ref_mos Sequence[GetWorkflow Workflow Definition Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- The version of the workflow to support multiple versions.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowWorkflowDefinitionResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionResultWorkflowMetadata      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowWorkflowDefinitionTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowWorkflowDefinitionTask    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Description string
- The description for this workflow.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Description string
- The description for this workflow.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- description String
- The description for this workflow.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- description string
- The description for this workflow.
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
- description str
- The description for this workflow.
- label str
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- description String
- The description for this workflow.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetWorkflowWorkflowDefinitionUiInputFilter      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Filters List<string>
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UserHelp stringMessage 
- Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Filters []string
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UserHelp stringMessage 
- Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- userHelp StringMessage 
- Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filters string[]
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- userHelp stringMessage 
- Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.
- 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.
- filters Sequence[str]
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- user_help_ strmessage 
- Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filters List<String>
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- userHelp StringMessage 
- Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.
GetWorkflowWorkflowDefinitionValidationInformation     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EngineState string
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- ValidationErrors List<GetWorkflow Workflow Definition Validation Information Validation Error> 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EngineState string
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- ValidationErrors []GetWorkflow Workflow Definition Validation Information Validation Error 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engineState String
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validationErrors List<GetWorkflow Workflow Definition Validation Information Validation Error> 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engineState string
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validationErrors GetWorkflow Workflow Definition Validation Information Validation Error[] 
- 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.
- engine_state str
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state str
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validation_errors Sequence[GetWorkflow Workflow Definition Validation Information Validation Error] 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engineState String
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validationErrors List<Property Map>
GetWorkflowWorkflowDefinitionValidationInformationValidationError       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ErrorLog string
- Description of the error.
- Field string
- When populated this refers to the input or output field within the workflow or task.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TaskName string
- The task name on which the error is found, when empty the error applies to the top level workflow.
- TransitionName string
- When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ErrorLog string
- Description of the error.
- Field string
- When populated this refers to the input or output field within the workflow or task.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TaskName string
- The task name on which the error is found, when empty the error applies to the top level workflow.
- TransitionName string
- When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- errorLog String
- Description of the error.
- field String
- When populated this refers to the input or output field within the workflow or task.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- taskName String
- The task name on which the error is found, when empty the error applies to the top level workflow.
- transitionName String
- When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- errorLog string
- Description of the error.
- field string
- When populated this refers to the input or output field within the workflow or task.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- taskName string
- The task name on which the error is found, when empty the error applies to the top level workflow.
- transitionName string
- When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- 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.
- error_log str
- Description of the error.
- field str
- When populated this refers to the input or output field within the workflow or task.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task_name str
- The task name on which the error is found, when empty the error applies to the top level workflow.
- transition_name str
- When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- errorLog String
- Description of the error.
- field String
- When populated this refers to the input or output field within the workflow or task.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- taskName String
- The task name on which the error is found, when empty the error applies to the top level workflow.
- transitionName String
- When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
GetWorkflowWorkflowDefinitionVariableDefinition     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Workflow Definition Variable 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
- The description for this workflow.
- DisplayMeta GetWorkflow Workflow Definition Variable Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Workflow Definition Variable 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
- The description for this workflow.
- DisplayMeta GetWorkflow Workflow Definition Variable Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- Name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
GetWorkflow Workflow Definition Variable 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
- The description for this workflow.
- displayMeta GetWorkflow Workflow Definition Variable Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Workflow Definition Variable 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
- The description for this workflow.
- displayMeta GetWorkflow Workflow Definition Variable Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name string
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Workflow Definition Variable 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
- The description for this workflow.
- display_meta GetWorkflow Workflow Definition Variable 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 workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name str
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default Property Map
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- The description for this workflow.
- displayMeta Property Map
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
- name String
- The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
GetWorkflowWorkflowDefinitionVariableDefinitionDefault      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue booleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is_value_ boolset 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
GetWorkflowWorkflowDefinitionVariableDefinitionDisplayMeta       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InventorySelector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WidgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType string
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory_selector bool
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget_type str
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventorySelector Boolean
- Inventory selector specified for primitive data property should be used in Intersight User Interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widgetType String
- Specify the widget type for data display.- None- Display none of the widget types.
- Radio- Display the widget as a radio button.
- Dropdown- Display the widget as a dropdown.
- GridSelector- Display the widget as a selector.
- DrawerSelector- Display the widget as a selector.
 
GetWorkflowWorkflowDefinitionVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Workflow Definition Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the workflow to support multiple versions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Workflow Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Workflow Definition Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the workflow to support multiple versions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Workflow Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Workflow Definition Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the workflow to support multiple versions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Workflow Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Workflow Definition Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the workflow to support multiple versions.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Workflow Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow Workflow 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 workflow to support multiple versions.
- 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 Workflow Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the workflow to support multiple versions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetWorkflowWorkflowDefinitionVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowWorkflowDefinitionVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowWorkflowDefinitionWorkflowMetadata     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet