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

intersight.getWorkflowWorkflowDefinition

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowWorkflowDefinitionAncestor>
    Catalog GetWorkflowWorkflowDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InputDefinitions List<GetWorkflowWorkflowDefinitionInputDefinition>
    InputParameterSets List<GetWorkflowWorkflowDefinitionInputParameterSet>
    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.
    MaxTaskCount double
    The maximum number of tasks that can be executed on this workflow.
    MaxWorkerTaskCount double
    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<GetWorkflowWorkflowDefinitionOutputDefinition>
    OutputParameters string
    Owners List<string>
    Parent GetWorkflowWorkflowDefinitionParent
    PermissionResources List<GetWorkflowWorkflowDefinitionPermissionResource>
    Properties GetWorkflowWorkflowDefinitionProperties
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetWorkflowWorkflowDefinitionTag>
    Tasks List<GetWorkflowWorkflowDefinitionTask>
    UiInputFilters List<GetWorkflowWorkflowDefinitionUiInputFilter>
    UiRenderingData string
    ValidationInformation GetWorkflowWorkflowDefinitionValidationInformation
    VariableDefinitions List<GetWorkflowWorkflowDefinitionVariableDefinition>
    VersionContext GetWorkflowWorkflowDefinitionVersionContext
    WorkflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowWorkflowDefinitionAncestor
    Catalog GetWorkflowWorkflowDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InputDefinitions []GetWorkflowWorkflowDefinitionInputDefinition
    InputParameterSets []GetWorkflowWorkflowDefinitionInputParameterSet
    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.
    MaxTaskCount float64
    The maximum number of tasks that can be executed on this workflow.
    MaxWorkerTaskCount float64
    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 []GetWorkflowWorkflowDefinitionOutputDefinition
    OutputParameters string
    Owners []string
    Parent GetWorkflowWorkflowDefinitionParent
    PermissionResources []GetWorkflowWorkflowDefinitionPermissionResource
    Properties GetWorkflowWorkflowDefinitionProperties
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetWorkflowWorkflowDefinitionTag
    Tasks []GetWorkflowWorkflowDefinitionTask
    UiInputFilters []GetWorkflowWorkflowDefinitionUiInputFilter
    UiRenderingData string
    ValidationInformation GetWorkflowWorkflowDefinitionValidationInformation
    VariableDefinitions []GetWorkflowWorkflowDefinitionVariableDefinition
    VersionContext GetWorkflowWorkflowDefinitionVersionContext
    WorkflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowWorkflowDefinitionAncestor>
    catalog GetWorkflowWorkflowDefinitionCatalog
    classId String
    clonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inputDefinitions List<GetWorkflowWorkflowDefinitionInputDefinition>
    inputParameterSets List<GetWorkflowWorkflowDefinitionInputParameterSet>
    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.
    maxTaskCount Double
    The maximum number of tasks that can be executed on this workflow.
    maxWorkerTaskCount Double
    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<GetWorkflowWorkflowDefinitionOutputDefinition>
    outputParameters String
    owners List<String>
    parent GetWorkflowWorkflowDefinitionParent
    permissionResources List<GetWorkflowWorkflowDefinitionPermissionResource>
    properties GetWorkflowWorkflowDefinitionProperties
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetWorkflowWorkflowDefinitionTag>
    tasks List<GetWorkflowWorkflowDefinitionTask>
    uiInputFilters List<GetWorkflowWorkflowDefinitionUiInputFilter>
    uiRenderingData String
    validationInformation GetWorkflowWorkflowDefinitionValidationInformation
    variableDefinitions List<GetWorkflowWorkflowDefinitionVariableDefinition>
    versionContext GetWorkflowWorkflowDefinitionVersionContext
    workflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowWorkflowDefinitionAncestor[]
    catalog GetWorkflowWorkflowDefinitionCatalog
    classId string
    clonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    inputDefinitions GetWorkflowWorkflowDefinitionInputDefinition[]
    inputParameterSets GetWorkflowWorkflowDefinitionInputParameterSet[]
    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.
    maxTaskCount number
    The maximum number of tasks that can be executed on this workflow.
    maxWorkerTaskCount number
    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 GetWorkflowWorkflowDefinitionOutputDefinition[]
    outputParameters string
    owners string[]
    parent GetWorkflowWorkflowDefinitionParent
    permissionResources GetWorkflowWorkflowDefinitionPermissionResource[]
    properties GetWorkflowWorkflowDefinitionProperties
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetWorkflowWorkflowDefinitionTag[]
    tasks GetWorkflowWorkflowDefinitionTask[]
    uiInputFilters GetWorkflowWorkflowDefinitionUiInputFilter[]
    uiRenderingData string
    validationInformation GetWorkflowWorkflowDefinitionValidationInformation
    variableDefinitions GetWorkflowWorkflowDefinitionVariableDefinition[]
    versionContext GetWorkflowWorkflowDefinitionVersionContext
    workflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowWorkflowDefinitionAncestor]
    catalog GetWorkflowWorkflowDefinitionCatalog
    class_id str
    cloned_from GetWorkflowWorkflowDefinitionClonedFrom
    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_moid str
    The DomainGroup ID for this managed object.
    id str
    input_definitions Sequence[GetWorkflowWorkflowDefinitionInputDefinition]
    input_parameter_sets Sequence[GetWorkflowWorkflowDefinitionInputParameterSet]
    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_count float
    The maximum number of tasks that can be executed on this workflow.
    max_worker_task_count float
    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[GetWorkflowWorkflowDefinitionOutputDefinition]
    output_parameters str
    owners Sequence[str]
    parent GetWorkflowWorkflowDefinitionParent
    permission_resources Sequence[GetWorkflowWorkflowDefinitionPermissionResource]
    properties GetWorkflowWorkflowDefinitionProperties
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetWorkflowWorkflowDefinitionTag]
    tasks Sequence[GetWorkflowWorkflowDefinitionTask]
    ui_input_filters Sequence[GetWorkflowWorkflowDefinitionUiInputFilter]
    ui_rendering_data str
    validation_information GetWorkflowWorkflowDefinitionValidationInformation
    variable_definitions Sequence[GetWorkflowWorkflowDefinitionVariableDefinition]
    version_context GetWorkflowWorkflowDefinitionVersionContext
    workflow_metadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inputDefinitions List<Property Map>
    inputParameterSets List<Property Map>
    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.
    maxTaskCount Number
    The maximum number of tasks that can be executed on this workflow.
    maxWorkerTaskCount Number
    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
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    tasks List<Property Map>
    uiInputFilters List<Property Map>
    uiRenderingData String
    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<GetWorkflowWorkflowDefinitionResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetWorkflowWorkflowDefinitionAncestor>
    Catalog GetWorkflowWorkflowDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    CreateTime string
    CreateUser string
    DefaultVersion bool
    Description string
    DomainGroupMoid string
    InputDefinitions List<GetWorkflowWorkflowDefinitionInputDefinition>
    InputParameterSets List<GetWorkflowWorkflowDefinitionInputParameterSet>
    Label string
    LicenseEntitlement string
    MaxTaskCount double
    MaxWorkerTaskCount double
    ModTime string
    ModUser string
    Moid string
    Name string
    NrVersion double
    ObjectType string
    OutputDefinitions List<GetWorkflowWorkflowDefinitionOutputDefinition>
    OutputParameters string
    Owners List<string>
    Parent GetWorkflowWorkflowDefinitionParent
    PermissionResources List<GetWorkflowWorkflowDefinitionPermissionResource>
    Properties GetWorkflowWorkflowDefinitionProperties
    SharedScope string
    Tags List<GetWorkflowWorkflowDefinitionTag>
    Tasks List<GetWorkflowWorkflowDefinitionTask>
    UiInputFilters List<GetWorkflowWorkflowDefinitionUiInputFilter>
    UiRenderingData string
    ValidationInformation GetWorkflowWorkflowDefinitionValidationInformation
    VariableDefinitions List<GetWorkflowWorkflowDefinitionVariableDefinition>
    VersionContext GetWorkflowWorkflowDefinitionVersionContext
    WorkflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    Id string
    Results []GetWorkflowWorkflowDefinitionResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetWorkflowWorkflowDefinitionAncestor
    Catalog GetWorkflowWorkflowDefinitionCatalog
    ClassId string
    ClonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    CreateTime string
    CreateUser string
    DefaultVersion bool
    Description string
    DomainGroupMoid string
    InputDefinitions []GetWorkflowWorkflowDefinitionInputDefinition
    InputParameterSets []GetWorkflowWorkflowDefinitionInputParameterSet
    Label string
    LicenseEntitlement string
    MaxTaskCount float64
    MaxWorkerTaskCount float64
    ModTime string
    ModUser string
    Moid string
    Name string
    NrVersion float64
    ObjectType string
    OutputDefinitions []GetWorkflowWorkflowDefinitionOutputDefinition
    OutputParameters string
    Owners []string
    Parent GetWorkflowWorkflowDefinitionParent
    PermissionResources []GetWorkflowWorkflowDefinitionPermissionResource
    Properties GetWorkflowWorkflowDefinitionProperties
    SharedScope string
    Tags []GetWorkflowWorkflowDefinitionTag
    Tasks []GetWorkflowWorkflowDefinitionTask
    UiInputFilters []GetWorkflowWorkflowDefinitionUiInputFilter
    UiRenderingData string
    ValidationInformation GetWorkflowWorkflowDefinitionValidationInformation
    VariableDefinitions []GetWorkflowWorkflowDefinitionVariableDefinition
    VersionContext GetWorkflowWorkflowDefinitionVersionContext
    WorkflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    id String
    results List<GetWorkflowWorkflowDefinitionResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetWorkflowWorkflowDefinitionAncestor>
    catalog GetWorkflowWorkflowDefinitionCatalog
    classId String
    clonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    createTime String
    createUser String
    defaultVersion Boolean
    description String
    domainGroupMoid String
    inputDefinitions List<GetWorkflowWorkflowDefinitionInputDefinition>
    inputParameterSets List<GetWorkflowWorkflowDefinitionInputParameterSet>
    label String
    licenseEntitlement String
    maxTaskCount Double
    maxWorkerTaskCount Double
    modTime String
    modUser String
    moid String
    name String
    nrVersion Double
    objectType String
    outputDefinitions List<GetWorkflowWorkflowDefinitionOutputDefinition>
    outputParameters String
    owners List<String>
    parent GetWorkflowWorkflowDefinitionParent
    permissionResources List<GetWorkflowWorkflowDefinitionPermissionResource>
    properties GetWorkflowWorkflowDefinitionProperties
    sharedScope String
    tags List<GetWorkflowWorkflowDefinitionTag>
    tasks List<GetWorkflowWorkflowDefinitionTask>
    uiInputFilters List<GetWorkflowWorkflowDefinitionUiInputFilter>
    uiRenderingData String
    validationInformation GetWorkflowWorkflowDefinitionValidationInformation
    variableDefinitions List<GetWorkflowWorkflowDefinitionVariableDefinition>
    versionContext GetWorkflowWorkflowDefinitionVersionContext
    workflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    id string
    results GetWorkflowWorkflowDefinitionResult[]
    accountMoid string
    additionalProperties string
    ancestors GetWorkflowWorkflowDefinitionAncestor[]
    catalog GetWorkflowWorkflowDefinitionCatalog
    classId string
    clonedFrom GetWorkflowWorkflowDefinitionClonedFrom
    createTime string
    createUser string
    defaultVersion boolean
    description string
    domainGroupMoid string
    inputDefinitions GetWorkflowWorkflowDefinitionInputDefinition[]
    inputParameterSets GetWorkflowWorkflowDefinitionInputParameterSet[]
    label string
    licenseEntitlement string
    maxTaskCount number
    maxWorkerTaskCount number
    modTime string
    modUser string
    moid string
    name string
    nrVersion number
    objectType string
    outputDefinitions GetWorkflowWorkflowDefinitionOutputDefinition[]
    outputParameters string
    owners string[]
    parent GetWorkflowWorkflowDefinitionParent
    permissionResources GetWorkflowWorkflowDefinitionPermissionResource[]
    properties GetWorkflowWorkflowDefinitionProperties
    sharedScope string
    tags GetWorkflowWorkflowDefinitionTag[]
    tasks GetWorkflowWorkflowDefinitionTask[]
    uiInputFilters GetWorkflowWorkflowDefinitionUiInputFilter[]
    uiRenderingData string
    validationInformation GetWorkflowWorkflowDefinitionValidationInformation
    variableDefinitions GetWorkflowWorkflowDefinitionVariableDefinition[]
    versionContext GetWorkflowWorkflowDefinitionVersionContext
    workflowMetadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    id str
    results Sequence[GetWorkflowWorkflowDefinitionResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetWorkflowWorkflowDefinitionAncestor]
    catalog GetWorkflowWorkflowDefinitionCatalog
    class_id str
    cloned_from GetWorkflowWorkflowDefinitionClonedFrom
    create_time str
    create_user str
    default_version bool
    description str
    domain_group_moid str
    input_definitions Sequence[GetWorkflowWorkflowDefinitionInputDefinition]
    input_parameter_sets Sequence[GetWorkflowWorkflowDefinitionInputParameterSet]
    label str
    license_entitlement str
    max_task_count float
    max_worker_task_count float
    mod_time str
    mod_user str
    moid str
    name str
    nr_version float
    object_type str
    output_definitions Sequence[GetWorkflowWorkflowDefinitionOutputDefinition]
    output_parameters str
    owners Sequence[str]
    parent GetWorkflowWorkflowDefinitionParent
    permission_resources Sequence[GetWorkflowWorkflowDefinitionPermissionResource]
    properties GetWorkflowWorkflowDefinitionProperties
    shared_scope str
    tags Sequence[GetWorkflowWorkflowDefinitionTag]
    tasks Sequence[GetWorkflowWorkflowDefinitionTask]
    ui_input_filters Sequence[GetWorkflowWorkflowDefinitionUiInputFilter]
    ui_rendering_data str
    validation_information GetWorkflowWorkflowDefinitionValidationInformation
    variable_definitions Sequence[GetWorkflowWorkflowDefinitionVariableDefinition]
    version_context GetWorkflowWorkflowDefinitionVersionContext
    workflow_metadata GetWorkflowWorkflowDefinitionWorkflowMetadata
    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
    domainGroupMoid String
    inputDefinitions List<Property Map>
    inputParameterSets List<Property Map>
    label String
    licenseEntitlement String
    maxTaskCount Number
    maxWorkerTaskCount Number
    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
    sharedScope String
    tags List<Property Map>
    tasks List<Property Map>
    uiInputFilters List<Property Map>
    uiRenderingData String
    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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 GetWorkflowWorkflowDefinitionInputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionInputDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionInputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionInputDefinitionDisplayMeta
    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_ GetWorkflowWorkflowDefinitionInputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionInputDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionInputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionInputDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionInputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionInputDefinitionDisplayMeta
    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.
    IsValueSet bool
    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.
    IsValueSet bool
    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.
    isValueSet Boolean
    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.
    isValueSet boolean
    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_set bool
    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.
    isValueSet Boolean
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDisplayMeta
    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_ GetWorkflowWorkflowDefinitionOutputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDefault
    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 GetWorkflowWorkflowDefinitionOutputDefinitionDisplayMeta
    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.
    IsValueSet bool
    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.
    IsValueSet bool
    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.
    isValueSet Boolean
    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.
    isValueSet boolean
    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_set bool
    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.
    isValueSet Boolean
    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.
    EnablePublishStatus bool
    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.
    RollbackOnCancel bool
    When set to true, the changes are automatically rolled back if the workflow execution is canceled.
    RollbackOnFailure bool
    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.
    EnablePublishStatus bool
    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.
    RollbackOnCancel bool
    When set to true, the changes are automatically rolled back if the workflow execution is canceled.
    RollbackOnFailure bool
    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.
    enablePublishStatus Boolean
    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.
    rollbackOnCancel Boolean
    When set to true, the changes are automatically rolled back if the workflow execution is canceled.
    rollbackOnFailure Boolean
    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.
    enablePublishStatus boolean
    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.
    rollbackOnCancel boolean
    When set to true, the changes are automatically rolled back if the workflow execution is canceled.
    rollbackOnFailure boolean
    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_status bool
    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_cancel bool
    When set to true, the changes are automatically rolled back if the workflow execution is canceled.
    rollback_on_failure bool
    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.
    enablePublishStatus Boolean
    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.
    rollbackOnCancel Boolean
    When set to true, the changes are automatically rolled back if the workflow execution is canceled.
    rollbackOnFailure Boolean
    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<GetWorkflowWorkflowDefinitionResultAncestor>
    Catalogs List<GetWorkflowWorkflowDefinitionResultCatalog>
    ClassId string
    ClonedFroms List<GetWorkflowWorkflowDefinitionResultClonedFrom>
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InputDefinitions List<GetWorkflowWorkflowDefinitionResultInputDefinition>
    InputParameterSets List<GetWorkflowWorkflowDefinitionResultInputParameterSet>
    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.
    MaxTaskCount double
    The maximum number of tasks that can be executed on this workflow.
    MaxWorkerTaskCount double
    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<GetWorkflowWorkflowDefinitionResultOutputDefinition>
    OutputParameters string
    Owners List<string>
    Parents List<GetWorkflowWorkflowDefinitionResultParent>
    PermissionResources List<GetWorkflowWorkflowDefinitionResultPermissionResource>
    Properties List<GetWorkflowWorkflowDefinitionResultProperty>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetWorkflowWorkflowDefinitionResultTag>
    Tasks List<GetWorkflowWorkflowDefinitionResultTask>
    UiInputFilters List<GetWorkflowWorkflowDefinitionResultUiInputFilter>
    UiRenderingData string
    ValidationInformations List<GetWorkflowWorkflowDefinitionResultValidationInformation>
    VariableDefinitions List<GetWorkflowWorkflowDefinitionResultVariableDefinition>
    VersionContexts List<GetWorkflowWorkflowDefinitionResultVersionContext>
    WorkflowMetadatas List<GetWorkflowWorkflowDefinitionResultWorkflowMetadata>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowWorkflowDefinitionResultAncestor
    Catalogs []GetWorkflowWorkflowDefinitionResultCatalog
    ClassId string
    ClonedFroms []GetWorkflowWorkflowDefinitionResultClonedFrom
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InputDefinitions []GetWorkflowWorkflowDefinitionResultInputDefinition
    InputParameterSets []GetWorkflowWorkflowDefinitionResultInputParameterSet
    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.
    MaxTaskCount float64
    The maximum number of tasks that can be executed on this workflow.
    MaxWorkerTaskCount float64
    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 []GetWorkflowWorkflowDefinitionResultOutputDefinition
    OutputParameters string
    Owners []string
    Parents []GetWorkflowWorkflowDefinitionResultParent
    PermissionResources []GetWorkflowWorkflowDefinitionResultPermissionResource
    Properties []GetWorkflowWorkflowDefinitionResultProperty
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetWorkflowWorkflowDefinitionResultTag
    Tasks []GetWorkflowWorkflowDefinitionResultTask
    UiInputFilters []GetWorkflowWorkflowDefinitionResultUiInputFilter
    UiRenderingData string
    ValidationInformations []GetWorkflowWorkflowDefinitionResultValidationInformation
    VariableDefinitions []GetWorkflowWorkflowDefinitionResultVariableDefinition
    VersionContexts []GetWorkflowWorkflowDefinitionResultVersionContext
    WorkflowMetadatas []GetWorkflowWorkflowDefinitionResultWorkflowMetadata
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowWorkflowDefinitionResultAncestor>
    catalogs List<GetWorkflowWorkflowDefinitionResultCatalog>
    classId String
    clonedFroms List<GetWorkflowWorkflowDefinitionResultClonedFrom>
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inputDefinitions List<GetWorkflowWorkflowDefinitionResultInputDefinition>
    inputParameterSets List<GetWorkflowWorkflowDefinitionResultInputParameterSet>
    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.
    maxTaskCount Double
    The maximum number of tasks that can be executed on this workflow.
    maxWorkerTaskCount Double
    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<GetWorkflowWorkflowDefinitionResultOutputDefinition>
    outputParameters String
    owners List<String>
    parents List<GetWorkflowWorkflowDefinitionResultParent>
    permissionResources List<GetWorkflowWorkflowDefinitionResultPermissionResource>
    properties List<GetWorkflowWorkflowDefinitionResultProperty>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetWorkflowWorkflowDefinitionResultTag>
    tasks List<GetWorkflowWorkflowDefinitionResultTask>
    uiInputFilters List<GetWorkflowWorkflowDefinitionResultUiInputFilter>
    uiRenderingData String
    validationInformations List<GetWorkflowWorkflowDefinitionResultValidationInformation>
    variableDefinitions List<GetWorkflowWorkflowDefinitionResultVariableDefinition>
    versionContexts List<GetWorkflowWorkflowDefinitionResultVersionContext>
    workflowMetadatas List<GetWorkflowWorkflowDefinitionResultWorkflowMetadata>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowWorkflowDefinitionResultAncestor[]
    catalogs GetWorkflowWorkflowDefinitionResultCatalog[]
    classId string
    clonedFroms GetWorkflowWorkflowDefinitionResultClonedFrom[]
    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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    inputDefinitions GetWorkflowWorkflowDefinitionResultInputDefinition[]
    inputParameterSets GetWorkflowWorkflowDefinitionResultInputParameterSet[]
    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.
    maxTaskCount number
    The maximum number of tasks that can be executed on this workflow.
    maxWorkerTaskCount number
    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 GetWorkflowWorkflowDefinitionResultOutputDefinition[]
    outputParameters string
    owners string[]
    parents GetWorkflowWorkflowDefinitionResultParent[]
    permissionResources GetWorkflowWorkflowDefinitionResultPermissionResource[]
    properties GetWorkflowWorkflowDefinitionResultProperty[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetWorkflowWorkflowDefinitionResultTag[]
    tasks GetWorkflowWorkflowDefinitionResultTask[]
    uiInputFilters GetWorkflowWorkflowDefinitionResultUiInputFilter[]
    uiRenderingData string
    validationInformations GetWorkflowWorkflowDefinitionResultValidationInformation[]
    variableDefinitions GetWorkflowWorkflowDefinitionResultVariableDefinition[]
    versionContexts GetWorkflowWorkflowDefinitionResultVersionContext[]
    workflowMetadatas GetWorkflowWorkflowDefinitionResultWorkflowMetadata[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowWorkflowDefinitionResultAncestor]
    catalogs Sequence[GetWorkflowWorkflowDefinitionResultCatalog]
    class_id str
    cloned_froms Sequence[GetWorkflowWorkflowDefinitionResultClonedFrom]
    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_moid str
    The DomainGroup ID for this managed object.
    input_definitions Sequence[GetWorkflowWorkflowDefinitionResultInputDefinition]
    input_parameter_sets Sequence[GetWorkflowWorkflowDefinitionResultInputParameterSet]
    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_count float
    The maximum number of tasks that can be executed on this workflow.
    max_worker_task_count float
    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[GetWorkflowWorkflowDefinitionResultOutputDefinition]
    output_parameters str
    owners Sequence[str]
    parents Sequence[GetWorkflowWorkflowDefinitionResultParent]
    permission_resources Sequence[GetWorkflowWorkflowDefinitionResultPermissionResource]
    properties Sequence[GetWorkflowWorkflowDefinitionResultProperty]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetWorkflowWorkflowDefinitionResultTag]
    tasks Sequence[GetWorkflowWorkflowDefinitionResultTask]
    ui_input_filters Sequence[GetWorkflowWorkflowDefinitionResultUiInputFilter]
    ui_rendering_data str
    validation_informations Sequence[GetWorkflowWorkflowDefinitionResultValidationInformation]
    variable_definitions Sequence[GetWorkflowWorkflowDefinitionResultVariableDefinition]
    version_contexts Sequence[GetWorkflowWorkflowDefinitionResultVersionContext]
    workflow_metadatas Sequence[GetWorkflowWorkflowDefinitionResultWorkflowMetadata]
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inputDefinitions List<Property Map>
    inputParameterSets List<Property Map>
    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.
    maxTaskCount Number
    The maximum number of tasks that can be executed on this workflow.
    maxWorkerTaskCount Number
    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>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    tasks List<Property Map>
    uiInputFilters List<Property Map>
    uiRenderingData String
    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<GetWorkflowWorkflowDefinitionResultInputDefinitionDefault>
    Description string
    The description for this workflow.
    DisplayMetas List<GetWorkflowWorkflowDefinitionResultInputDefinitionDisplayMeta>
    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 []GetWorkflowWorkflowDefinitionResultInputDefinitionDefault
    Description string
    The description for this workflow.
    DisplayMetas []GetWorkflowWorkflowDefinitionResultInputDefinitionDisplayMeta
    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<GetWorkflowWorkflowDefinitionResultInputDefinitionDefault>
    description String
    The description for this workflow.
    displayMetas List<GetWorkflowWorkflowDefinitionResultInputDefinitionDisplayMeta>
    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 GetWorkflowWorkflowDefinitionResultInputDefinitionDefault[]
    description string
    The description for this workflow.
    displayMetas GetWorkflowWorkflowDefinitionResultInputDefinitionDisplayMeta[]
    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[GetWorkflowWorkflowDefinitionResultInputDefinitionDefault]
    description str
    The description for this workflow.
    display_metas Sequence[GetWorkflowWorkflowDefinitionResultInputDefinitionDisplayMeta]
    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
    isValueSet Boolean
    objectType String
    override Boolean
    value String
    additionalProperties string
    classId string
    isValueSet boolean
    objectType string
    override boolean
    value string
    additionalProperties String
    classId String
    isValueSet Boolean
    objectType String
    override Boolean
    value String

    GetWorkflowWorkflowDefinitionResultInputDefinitionDisplayMeta

    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<GetWorkflowWorkflowDefinitionResultOutputDefinitionDefault>
    Description string
    The description for this workflow.
    DisplayMetas List<GetWorkflowWorkflowDefinitionResultOutputDefinitionDisplayMeta>
    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 []GetWorkflowWorkflowDefinitionResultOutputDefinitionDefault
    Description string
    The description for this workflow.
    DisplayMetas []GetWorkflowWorkflowDefinitionResultOutputDefinitionDisplayMeta
    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<GetWorkflowWorkflowDefinitionResultOutputDefinitionDefault>
    description String
    The description for this workflow.
    displayMetas List<GetWorkflowWorkflowDefinitionResultOutputDefinitionDisplayMeta>
    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 GetWorkflowWorkflowDefinitionResultOutputDefinitionDefault[]
    description string
    The description for this workflow.
    displayMetas GetWorkflowWorkflowDefinitionResultOutputDefinitionDisplayMeta[]
    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[GetWorkflowWorkflowDefinitionResultOutputDefinitionDefault]
    description str
    The description for this workflow.
    display_metas Sequence[GetWorkflowWorkflowDefinitionResultOutputDefinitionDisplayMeta]
    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
    isValueSet Boolean
    objectType String
    override Boolean
    value String
    additionalProperties string
    classId string
    isValueSet boolean
    objectType string
    override boolean
    value string
    additionalProperties String
    classId String
    isValueSet Boolean
    objectType String
    override Boolean
    value String

    GetWorkflowWorkflowDefinitionResultOutputDefinitionDisplayMeta

    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

    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
    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
    UserHelpMessage string
    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
    UserHelpMessage string
    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
    userHelpMessage String
    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
    userHelpMessage string
    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_message str
    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
    userHelpMessage String

    GetWorkflowWorkflowDefinitionResultValidationInformation

    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
    additionalProperties String
    classId String
    errorLog String
    field String
    objectType String
    taskName String
    transitionName String

    GetWorkflowWorkflowDefinitionResultVariableDefinition

    AdditionalProperties string
    ClassId string
    Defaults List<GetWorkflowWorkflowDefinitionResultVariableDefinitionDefault>
    Description string
    The description for this workflow.
    DisplayMetas List<GetWorkflowWorkflowDefinitionResultVariableDefinitionDisplayMeta>
    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 []GetWorkflowWorkflowDefinitionResultVariableDefinitionDefault
    Description string
    The description for this workflow.
    DisplayMetas []GetWorkflowWorkflowDefinitionResultVariableDefinitionDisplayMeta
    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<GetWorkflowWorkflowDefinitionResultVariableDefinitionDefault>
    description String
    The description for this workflow.
    displayMetas List<GetWorkflowWorkflowDefinitionResultVariableDefinitionDisplayMeta>
    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 GetWorkflowWorkflowDefinitionResultVariableDefinitionDefault[]
    description string
    The description for this workflow.
    displayMetas GetWorkflowWorkflowDefinitionResultVariableDefinitionDisplayMeta[]
    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[GetWorkflowWorkflowDefinitionResultVariableDefinitionDefault]
    description str
    The description for this workflow.
    display_metas Sequence[GetWorkflowWorkflowDefinitionResultVariableDefinitionDisplayMeta]
    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
    isValueSet Boolean
    objectType String
    override Boolean
    value String
    additionalProperties string
    classId string
    isValueSet boolean
    objectType string
    override boolean
    value string
    additionalProperties String
    classId String
    isValueSet Boolean
    objectType String
    override Boolean
    value String

    GetWorkflowWorkflowDefinitionResultVariableDefinitionDisplayMeta

    GetWorkflowWorkflowDefinitionResultVersionContext

    additionalProperties String
    classId String
    interestedMos List<Property Map>
    markedForDeletion Boolean
    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.
    UserHelpMessage string
    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.
    UserHelpMessage string
    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.
    userHelpMessage String
    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.
    userHelpMessage string
    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_message str
    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.
    userHelpMessage String
    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<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.
    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 []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.
    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<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.
    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 GetWorkflowWorkflowDefinitionValidationInformationValidationError[]
    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[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.
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDefault
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDefault
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDisplayMeta
    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_ GetWorkflowWorkflowDefinitionVariableDefinitionDefault
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDefault
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDisplayMeta
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDefault
    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 GetWorkflowWorkflowDefinitionVariableDefinitionDisplayMeta
    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.
    IsValueSet bool
    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.
    IsValueSet bool
    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.
    isValueSet Boolean
    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.
    isValueSet boolean
    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_set bool
    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.
    isValueSet Boolean
    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<GetWorkflowWorkflowDefinitionVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the 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 GetWorkflowWorkflowDefinitionVersionContextRefMo
    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 []GetWorkflowWorkflowDefinitionVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the 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 GetWorkflowWorkflowDefinitionVersionContextRefMo
    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<GetWorkflowWorkflowDefinitionVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the 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 GetWorkflowWorkflowDefinitionVersionContextRefMo
    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 GetWorkflowWorkflowDefinitionVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the 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 GetWorkflowWorkflowDefinitionVersionContextRefMo
    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[GetWorkflowWorkflowDefinitionVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the 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 GetWorkflowWorkflowDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the 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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    Package Details

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