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

intersight.getWorkflowServiceItemActionDefinition

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Definition to capture the details needed to execute an action on the service item.

    Using getWorkflowServiceItemActionDefinition

    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 getWorkflowServiceItemActionDefinition(args: GetWorkflowServiceItemActionDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowServiceItemActionDefinitionResult>
    function getWorkflowServiceItemActionDefinitionOutput(args: GetWorkflowServiceItemActionDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowServiceItemActionDefinitionResult>
    def get_workflow_service_item_action_definition(account_moid: Optional[str] = None,
                                                    action_properties: Optional[GetWorkflowServiceItemActionDefinitionActionProperties] = None,
                                                    action_type: Optional[str] = None,
                                                    additional_properties: Optional[str] = None,
                                                    allowed_instance_states: Optional[Sequence[str]] = None,
                                                    ancestors: Optional[Sequence[GetWorkflowServiceItemActionDefinitionAncestor]] = None,
                                                    associated_roles: Optional[Sequence[GetWorkflowServiceItemActionDefinitionAssociatedRole]] = None,
                                                    attribute_parameters: Optional[str] = None,
                                                    class_id: Optional[str] = None,
                                                    core_workflows: Optional[Sequence[GetWorkflowServiceItemActionDefinitionCoreWorkflow]] = None,
                                                    create_time: Optional[str] = None,
                                                    description: Optional[str] = None,
                                                    domain_group_moid: Optional[str] = None,
                                                    id: Optional[str] = None,
                                                    input_definitions: Optional[Sequence[GetWorkflowServiceItemActionDefinitionInputDefinition]] = None,
                                                    label: Optional[str] = None,
                                                    mod_time: Optional[str] = None,
                                                    moid: Optional[str] = None,
                                                    name: Optional[str] = None,
                                                    object_type: Optional[str] = None,
                                                    owners: Optional[Sequence[str]] = None,
                                                    parent: Optional[GetWorkflowServiceItemActionDefinitionParent] = None,
                                                    periodicity: Optional[float] = None,
                                                    permission_resources: Optional[Sequence[GetWorkflowServiceItemActionDefinitionPermissionResource]] = None,
                                                    post_core_workflows: Optional[Sequence[GetWorkflowServiceItemActionDefinitionPostCoreWorkflow]] = None,
                                                    pre_core_workflows: Optional[Sequence[GetWorkflowServiceItemActionDefinitionPreCoreWorkflow]] = None,
                                                    restrict_on_private_appliance: Optional[bool] = None,
                                                    service_item_definition: Optional[GetWorkflowServiceItemActionDefinitionServiceItemDefinition] = None,
                                                    shared_scope: Optional[str] = None,
                                                    stop_workflows: Optional[Sequence[GetWorkflowServiceItemActionDefinitionStopWorkflow]] = None,
                                                    tags: Optional[Sequence[GetWorkflowServiceItemActionDefinitionTag]] = None,
                                                    user_id_or_email: Optional[str] = None,
                                                    validation_information: Optional[GetWorkflowServiceItemActionDefinitionValidationInformation] = None,
                                                    validation_workflows: Optional[Sequence[GetWorkflowServiceItemActionDefinitionValidationWorkflow]] = None,
                                                    version_context: Optional[GetWorkflowServiceItemActionDefinitionVersionContext] = None,
                                                    workflow_definition: Optional[GetWorkflowServiceItemActionDefinitionWorkflowDefinition] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetWorkflowServiceItemActionDefinitionResult
    def get_workflow_service_item_action_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                    action_properties: Optional[pulumi.Input[GetWorkflowServiceItemActionDefinitionActionPropertiesArgs]] = None,
                                                    action_type: Optional[pulumi.Input[str]] = None,
                                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                                    allowed_instance_states: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionAncestorArgs]]]] = None,
                                                    associated_roles: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionAssociatedRoleArgs]]]] = None,
                                                    attribute_parameters: Optional[pulumi.Input[str]] = None,
                                                    class_id: Optional[pulumi.Input[str]] = None,
                                                    core_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionCoreWorkflowArgs]]]] = None,
                                                    create_time: Optional[pulumi.Input[str]] = 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[GetWorkflowServiceItemActionDefinitionInputDefinitionArgs]]]] = None,
                                                    label: Optional[pulumi.Input[str]] = None,
                                                    mod_time: Optional[pulumi.Input[str]] = None,
                                                    moid: Optional[pulumi.Input[str]] = None,
                                                    name: Optional[pulumi.Input[str]] = None,
                                                    object_type: Optional[pulumi.Input[str]] = None,
                                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                    parent: Optional[pulumi.Input[GetWorkflowServiceItemActionDefinitionParentArgs]] = None,
                                                    periodicity: Optional[pulumi.Input[float]] = None,
                                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionPermissionResourceArgs]]]] = None,
                                                    post_core_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionPostCoreWorkflowArgs]]]] = None,
                                                    pre_core_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionPreCoreWorkflowArgs]]]] = None,
                                                    restrict_on_private_appliance: Optional[pulumi.Input[bool]] = None,
                                                    service_item_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionDefinitionServiceItemDefinitionArgs]] = None,
                                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                                    stop_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionStopWorkflowArgs]]]] = None,
                                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionTagArgs]]]] = None,
                                                    user_id_or_email: Optional[pulumi.Input[str]] = None,
                                                    validation_information: Optional[pulumi.Input[GetWorkflowServiceItemActionDefinitionValidationInformationArgs]] = None,
                                                    validation_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionDefinitionValidationWorkflowArgs]]]] = None,
                                                    version_context: Optional[pulumi.Input[GetWorkflowServiceItemActionDefinitionVersionContextArgs]] = None,
                                                    workflow_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionDefinitionWorkflowDefinitionArgs]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowServiceItemActionDefinitionResult]
    func LookupWorkflowServiceItemActionDefinition(ctx *Context, args *LookupWorkflowServiceItemActionDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemActionDefinitionResult, error)
    func LookupWorkflowServiceItemActionDefinitionOutput(ctx *Context, args *LookupWorkflowServiceItemActionDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemActionDefinitionResultOutput

    > Note: This function is named LookupWorkflowServiceItemActionDefinition in the Go SDK.

    public static class GetWorkflowServiceItemActionDefinition 
    {
        public static Task<GetWorkflowServiceItemActionDefinitionResult> InvokeAsync(GetWorkflowServiceItemActionDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowServiceItemActionDefinitionResult> Invoke(GetWorkflowServiceItemActionDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowServiceItemActionDefinitionResult> getWorkflowServiceItemActionDefinition(GetWorkflowServiceItemActionDefinitionArgs args, InvokeOptions options)
    public static Output<GetWorkflowServiceItemActionDefinitionResult> getWorkflowServiceItemActionDefinition(GetWorkflowServiceItemActionDefinitionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getWorkflowServiceItemActionDefinition:getWorkflowServiceItemActionDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    ActionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    ActionType string
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    AdditionalProperties string
    AllowedInstanceStates List<string>
    Ancestors List<GetWorkflowServiceItemActionDefinitionAncestor>
    AssociatedRoles List<GetWorkflowServiceItemActionDefinitionAssociatedRole>
    AttributeParameters string
    ClassId string
    CoreWorkflows List<GetWorkflowServiceItemActionDefinitionCoreWorkflow>
    CreateTime string
    The time when this managed object was created.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InputDefinitions List<GetWorkflowServiceItemActionDefinitionInputDefinition>
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    ObjectType string
    Owners List<string>
    Parent GetWorkflowServiceItemActionDefinitionParent
    Periodicity double
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    PermissionResources List<GetWorkflowServiceItemActionDefinitionPermissionResource>
    PostCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPostCoreWorkflow>
    PreCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPreCoreWorkflow>
    RestrictOnPrivateAppliance bool
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    ServiceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    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.
    StopWorkflows List<GetWorkflowServiceItemActionDefinitionStopWorkflow>
    Tags List<GetWorkflowServiceItemActionDefinitionTag>
    UserIdOrEmail string
    The user identifier who created or updated the service item action definition.
    ValidationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    ValidationWorkflows List<GetWorkflowServiceItemActionDefinitionValidationWorkflow>
    VersionContext GetWorkflowServiceItemActionDefinitionVersionContext
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    AccountMoid string
    The Account ID for this managed object.
    ActionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    ActionType string
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    AdditionalProperties string
    AllowedInstanceStates []string
    Ancestors []GetWorkflowServiceItemActionDefinitionAncestor
    AssociatedRoles []GetWorkflowServiceItemActionDefinitionAssociatedRole
    AttributeParameters string
    ClassId string
    CoreWorkflows []GetWorkflowServiceItemActionDefinitionCoreWorkflow
    CreateTime string
    The time when this managed object was created.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InputDefinitions []GetWorkflowServiceItemActionDefinitionInputDefinition
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    ObjectType string
    Owners []string
    Parent GetWorkflowServiceItemActionDefinitionParent
    Periodicity float64
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    PermissionResources []GetWorkflowServiceItemActionDefinitionPermissionResource
    PostCoreWorkflows []GetWorkflowServiceItemActionDefinitionPostCoreWorkflow
    PreCoreWorkflows []GetWorkflowServiceItemActionDefinitionPreCoreWorkflow
    RestrictOnPrivateAppliance bool
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    ServiceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    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.
    StopWorkflows []GetWorkflowServiceItemActionDefinitionStopWorkflow
    Tags []GetWorkflowServiceItemActionDefinitionTag
    UserIdOrEmail string
    The user identifier who created or updated the service item action definition.
    ValidationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    ValidationWorkflows []GetWorkflowServiceItemActionDefinitionValidationWorkflow
    VersionContext GetWorkflowServiceItemActionDefinitionVersionContext
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    accountMoid String
    The Account ID for this managed object.
    actionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    actionType String
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additionalProperties String
    allowedInstanceStates List<String>
    ancestors List<GetWorkflowServiceItemActionDefinitionAncestor>
    associatedRoles List<GetWorkflowServiceItemActionDefinitionAssociatedRole>
    attributeParameters String
    classId String
    coreWorkflows List<GetWorkflowServiceItemActionDefinitionCoreWorkflow>
    createTime String
    The time when this managed object was created.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inputDefinitions List<GetWorkflowServiceItemActionDefinitionInputDefinition>
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType String
    owners List<String>
    parent GetWorkflowServiceItemActionDefinitionParent
    periodicity Double
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permissionResources List<GetWorkflowServiceItemActionDefinitionPermissionResource>
    postCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPostCoreWorkflow>
    preCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPreCoreWorkflow>
    restrictOnPrivateAppliance Boolean
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    serviceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    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.
    stopWorkflows List<GetWorkflowServiceItemActionDefinitionStopWorkflow>
    tags List<GetWorkflowServiceItemActionDefinitionTag>
    userIdOrEmail String
    The user identifier who created or updated the service item action definition.
    validationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    validationWorkflows List<GetWorkflowServiceItemActionDefinitionValidationWorkflow>
    versionContext GetWorkflowServiceItemActionDefinitionVersionContext
    workflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    accountMoid string
    The Account ID for this managed object.
    actionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    actionType string
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additionalProperties string
    allowedInstanceStates string[]
    ancestors GetWorkflowServiceItemActionDefinitionAncestor[]
    associatedRoles GetWorkflowServiceItemActionDefinitionAssociatedRole[]
    attributeParameters string
    classId string
    coreWorkflows GetWorkflowServiceItemActionDefinitionCoreWorkflow[]
    createTime string
    The time when this managed object was created.
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    inputDefinitions GetWorkflowServiceItemActionDefinitionInputDefinition[]
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType string
    owners string[]
    parent GetWorkflowServiceItemActionDefinitionParent
    periodicity number
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permissionResources GetWorkflowServiceItemActionDefinitionPermissionResource[]
    postCoreWorkflows GetWorkflowServiceItemActionDefinitionPostCoreWorkflow[]
    preCoreWorkflows GetWorkflowServiceItemActionDefinitionPreCoreWorkflow[]
    restrictOnPrivateAppliance boolean
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    serviceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    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.
    stopWorkflows GetWorkflowServiceItemActionDefinitionStopWorkflow[]
    tags GetWorkflowServiceItemActionDefinitionTag[]
    userIdOrEmail string
    The user identifier who created or updated the service item action definition.
    validationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    validationWorkflows GetWorkflowServiceItemActionDefinitionValidationWorkflow[]
    versionContext GetWorkflowServiceItemActionDefinitionVersionContext
    workflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    account_moid str
    The Account ID for this managed object.
    action_properties GetWorkflowServiceItemActionDefinitionActionProperties
    action_type str
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additional_properties str
    allowed_instance_states Sequence[str]
    ancestors Sequence[GetWorkflowServiceItemActionDefinitionAncestor]
    associated_roles Sequence[GetWorkflowServiceItemActionDefinitionAssociatedRole]
    attribute_parameters str
    class_id str
    core_workflows Sequence[GetWorkflowServiceItemActionDefinitionCoreWorkflow]
    create_time str
    The time when this managed object was created.
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    input_definitions Sequence[GetWorkflowServiceItemActionDefinitionInputDefinition]
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    object_type str
    owners Sequence[str]
    parent GetWorkflowServiceItemActionDefinitionParent
    periodicity float
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permission_resources Sequence[GetWorkflowServiceItemActionDefinitionPermissionResource]
    post_core_workflows Sequence[GetWorkflowServiceItemActionDefinitionPostCoreWorkflow]
    pre_core_workflows Sequence[GetWorkflowServiceItemActionDefinitionPreCoreWorkflow]
    restrict_on_private_appliance bool
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    service_item_definition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    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.
    stop_workflows Sequence[GetWorkflowServiceItemActionDefinitionStopWorkflow]
    tags Sequence[GetWorkflowServiceItemActionDefinitionTag]
    user_id_or_email str
    The user identifier who created or updated the service item action definition.
    validation_information GetWorkflowServiceItemActionDefinitionValidationInformation
    validation_workflows Sequence[GetWorkflowServiceItemActionDefinitionValidationWorkflow]
    version_context GetWorkflowServiceItemActionDefinitionVersionContext
    workflow_definition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    accountMoid String
    The Account ID for this managed object.
    actionProperties Property Map
    actionType String
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additionalProperties String
    allowedInstanceStates List<String>
    ancestors List<Property Map>
    associatedRoles List<Property Map>
    attributeParameters String
    classId String
    coreWorkflows List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inputDefinitions List<Property Map>
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType String
    owners List<String>
    parent Property Map
    periodicity Number
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permissionResources List<Property Map>
    postCoreWorkflows List<Property Map>
    preCoreWorkflows List<Property Map>
    restrictOnPrivateAppliance Boolean
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    serviceItemDefinition 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.
    stopWorkflows List<Property Map>
    tags List<Property Map>
    userIdOrEmail String
    The user identifier who created or updated the service item action definition.
    validationInformation Property Map
    validationWorkflows List<Property Map>
    versionContext Property Map
    workflowDefinition Property Map

    getWorkflowServiceItemActionDefinition Result

    The following output properties are available:

    Id string
    Results List<GetWorkflowServiceItemActionDefinitionResult>
    AccountMoid string
    ActionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    ActionType string
    AdditionalProperties string
    AllowedInstanceStates List<string>
    Ancestors List<GetWorkflowServiceItemActionDefinitionAncestor>
    AssociatedRoles List<GetWorkflowServiceItemActionDefinitionAssociatedRole>
    AttributeParameters string
    ClassId string
    CoreWorkflows List<GetWorkflowServiceItemActionDefinitionCoreWorkflow>
    CreateTime string
    Description string
    DomainGroupMoid string
    InputDefinitions List<GetWorkflowServiceItemActionDefinitionInputDefinition>
    Label string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetWorkflowServiceItemActionDefinitionParent
    Periodicity double
    PermissionResources List<GetWorkflowServiceItemActionDefinitionPermissionResource>
    PostCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPostCoreWorkflow>
    PreCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPreCoreWorkflow>
    RestrictOnPrivateAppliance bool
    ServiceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    SharedScope string
    StopWorkflows List<GetWorkflowServiceItemActionDefinitionStopWorkflow>
    Tags List<GetWorkflowServiceItemActionDefinitionTag>
    UserIdOrEmail string
    ValidationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    ValidationWorkflows List<GetWorkflowServiceItemActionDefinitionValidationWorkflow>
    VersionContext GetWorkflowServiceItemActionDefinitionVersionContext
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    Id string
    Results []GetWorkflowServiceItemActionDefinitionResult
    AccountMoid string
    ActionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    ActionType string
    AdditionalProperties string
    AllowedInstanceStates []string
    Ancestors []GetWorkflowServiceItemActionDefinitionAncestor
    AssociatedRoles []GetWorkflowServiceItemActionDefinitionAssociatedRole
    AttributeParameters string
    ClassId string
    CoreWorkflows []GetWorkflowServiceItemActionDefinitionCoreWorkflow
    CreateTime string
    Description string
    DomainGroupMoid string
    InputDefinitions []GetWorkflowServiceItemActionDefinitionInputDefinition
    Label string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetWorkflowServiceItemActionDefinitionParent
    Periodicity float64
    PermissionResources []GetWorkflowServiceItemActionDefinitionPermissionResource
    PostCoreWorkflows []GetWorkflowServiceItemActionDefinitionPostCoreWorkflow
    PreCoreWorkflows []GetWorkflowServiceItemActionDefinitionPreCoreWorkflow
    RestrictOnPrivateAppliance bool
    ServiceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    SharedScope string
    StopWorkflows []GetWorkflowServiceItemActionDefinitionStopWorkflow
    Tags []GetWorkflowServiceItemActionDefinitionTag
    UserIdOrEmail string
    ValidationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    ValidationWorkflows []GetWorkflowServiceItemActionDefinitionValidationWorkflow
    VersionContext GetWorkflowServiceItemActionDefinitionVersionContext
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    id String
    results List<GetWorkflowServiceItemActionDefinitionResult>
    accountMoid String
    actionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    actionType String
    additionalProperties String
    allowedInstanceStates List<String>
    ancestors List<GetWorkflowServiceItemActionDefinitionAncestor>
    associatedRoles List<GetWorkflowServiceItemActionDefinitionAssociatedRole>
    attributeParameters String
    classId String
    coreWorkflows List<GetWorkflowServiceItemActionDefinitionCoreWorkflow>
    createTime String
    description String
    domainGroupMoid String
    inputDefinitions List<GetWorkflowServiceItemActionDefinitionInputDefinition>
    label String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetWorkflowServiceItemActionDefinitionParent
    periodicity Double
    permissionResources List<GetWorkflowServiceItemActionDefinitionPermissionResource>
    postCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPostCoreWorkflow>
    preCoreWorkflows List<GetWorkflowServiceItemActionDefinitionPreCoreWorkflow>
    restrictOnPrivateAppliance Boolean
    serviceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    sharedScope String
    stopWorkflows List<GetWorkflowServiceItemActionDefinitionStopWorkflow>
    tags List<GetWorkflowServiceItemActionDefinitionTag>
    userIdOrEmail String
    validationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    validationWorkflows List<GetWorkflowServiceItemActionDefinitionValidationWorkflow>
    versionContext GetWorkflowServiceItemActionDefinitionVersionContext
    workflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    id string
    results GetWorkflowServiceItemActionDefinitionResult[]
    accountMoid string
    actionProperties GetWorkflowServiceItemActionDefinitionActionProperties
    actionType string
    additionalProperties string
    allowedInstanceStates string[]
    ancestors GetWorkflowServiceItemActionDefinitionAncestor[]
    associatedRoles GetWorkflowServiceItemActionDefinitionAssociatedRole[]
    attributeParameters string
    classId string
    coreWorkflows GetWorkflowServiceItemActionDefinitionCoreWorkflow[]
    createTime string
    description string
    domainGroupMoid string
    inputDefinitions GetWorkflowServiceItemActionDefinitionInputDefinition[]
    label string
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetWorkflowServiceItemActionDefinitionParent
    periodicity number
    permissionResources GetWorkflowServiceItemActionDefinitionPermissionResource[]
    postCoreWorkflows GetWorkflowServiceItemActionDefinitionPostCoreWorkflow[]
    preCoreWorkflows GetWorkflowServiceItemActionDefinitionPreCoreWorkflow[]
    restrictOnPrivateAppliance boolean
    serviceItemDefinition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    sharedScope string
    stopWorkflows GetWorkflowServiceItemActionDefinitionStopWorkflow[]
    tags GetWorkflowServiceItemActionDefinitionTag[]
    userIdOrEmail string
    validationInformation GetWorkflowServiceItemActionDefinitionValidationInformation
    validationWorkflows GetWorkflowServiceItemActionDefinitionValidationWorkflow[]
    versionContext GetWorkflowServiceItemActionDefinitionVersionContext
    workflowDefinition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    id str
    results Sequence[GetWorkflowServiceItemActionDefinitionResult]
    account_moid str
    action_properties GetWorkflowServiceItemActionDefinitionActionProperties
    action_type str
    additional_properties str
    allowed_instance_states Sequence[str]
    ancestors Sequence[GetWorkflowServiceItemActionDefinitionAncestor]
    associated_roles Sequence[GetWorkflowServiceItemActionDefinitionAssociatedRole]
    attribute_parameters str
    class_id str
    core_workflows Sequence[GetWorkflowServiceItemActionDefinitionCoreWorkflow]
    create_time str
    description str
    domain_group_moid str
    input_definitions Sequence[GetWorkflowServiceItemActionDefinitionInputDefinition]
    label str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetWorkflowServiceItemActionDefinitionParent
    periodicity float
    permission_resources Sequence[GetWorkflowServiceItemActionDefinitionPermissionResource]
    post_core_workflows Sequence[GetWorkflowServiceItemActionDefinitionPostCoreWorkflow]
    pre_core_workflows Sequence[GetWorkflowServiceItemActionDefinitionPreCoreWorkflow]
    restrict_on_private_appliance bool
    service_item_definition GetWorkflowServiceItemActionDefinitionServiceItemDefinition
    shared_scope str
    stop_workflows Sequence[GetWorkflowServiceItemActionDefinitionStopWorkflow]
    tags Sequence[GetWorkflowServiceItemActionDefinitionTag]
    user_id_or_email str
    validation_information GetWorkflowServiceItemActionDefinitionValidationInformation
    validation_workflows Sequence[GetWorkflowServiceItemActionDefinitionValidationWorkflow]
    version_context GetWorkflowServiceItemActionDefinitionVersionContext
    workflow_definition GetWorkflowServiceItemActionDefinitionWorkflowDefinition
    id String
    results List<Property Map>
    accountMoid String
    actionProperties Property Map
    actionType String
    additionalProperties String
    allowedInstanceStates List<String>
    ancestors List<Property Map>
    associatedRoles List<Property Map>
    attributeParameters String
    classId String
    coreWorkflows List<Property Map>
    createTime String
    description String
    domainGroupMoid String
    inputDefinitions List<Property Map>
    label String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent Property Map
    periodicity Number
    permissionResources List<Property Map>
    postCoreWorkflows List<Property Map>
    preCoreWorkflows List<Property Map>
    restrictOnPrivateAppliance Boolean
    serviceItemDefinition Property Map
    sharedScope String
    stopWorkflows List<Property Map>
    tags List<Property Map>
    userIdOrEmail String
    validationInformation Property Map
    validationWorkflows List<Property Map>
    versionContext Property Map
    workflowDefinition Property Map

    Supporting Types

    GetWorkflowServiceItemActionDefinitionActionProperties

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OperationType string
    Type of action operation to be executed on the service item.

    • PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
    • Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
    • Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
    • Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    Properties GetWorkflowServiceItemActionDefinitionActionPropertiesProperties
    The properties of the action. The actual structure of properties can vary based on the operationType.
    StopOnFailure bool
    When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OperationType string
    Type of action operation to be executed on the service item.

    • PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
    • Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
    • Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
    • Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    Properties GetWorkflowServiceItemActionDefinitionActionPropertiesProperties
    The properties of the action. The actual structure of properties can vary based on the operationType.
    StopOnFailure bool
    When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operationType String
    Type of action operation to be executed on the service item.

    • PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
    • Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
    • Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
    • Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    properties GetWorkflowServiceItemActionDefinitionActionPropertiesProperties
    The properties of the action. The actual structure of properties can vary based on the operationType.
    stopOnFailure Boolean
    When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operationType string
    Type of action operation to be executed on the service item.

    • PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
    • Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
    • Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
    • Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    properties GetWorkflowServiceItemActionDefinitionActionPropertiesProperties
    The properties of the action. The actual structure of properties can vary based on the operationType.
    stopOnFailure boolean
    When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operation_type str
    Type of action operation to be executed on the service item.

    • PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
    • Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
    • Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
    • Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    properties GetWorkflowServiceItemActionDefinitionActionPropertiesProperties
    The properties of the action. The actual structure of properties can vary based on the operationType.
    stop_on_failure bool
    When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operationType String
    Type of action operation to be executed on the service item.

    • PostDeployment - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
    • Deployment - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
    • Decommission - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
    • Migration - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
    properties Property Map
    The properties of the action. The actual structure of properties can vary based on the operationType.
    stopOnFailure Boolean
    When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.

    GetWorkflowServiceItemActionDefinitionActionPropertiesProperties

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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.
    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.
    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.
    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.
    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.
    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.
    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.

    GetWorkflowServiceItemActionDefinitionAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionAssociatedRole

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionCoreWorkflow

    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.
    additionalProperties string
    catalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName string
    The qualified name of workflow that should be executed.
    additional_properties str
    catalog_moid str
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflow_definition GetWorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflow_definition_name str
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition Property Map
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.

    GetWorkflowServiceItemActionDefinitionCoreWorkflowWorkflowDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionInputDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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 GetWorkflowServiceItemActionDefinitionInputDefinitionDefault
    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 action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DisplayMeta GetWorkflowServiceItemActionDefinitionInputDefinitionDisplayMeta
    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 action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    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 GetWorkflowServiceItemActionDefinitionInputDefinitionDefault
    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 action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DisplayMeta GetWorkflowServiceItemActionDefinitionInputDefinitionDisplayMeta
    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 action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    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_ GetWorkflowServiceItemActionDefinitionInputDefinitionDefault
    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 action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    displayMeta GetWorkflowServiceItemActionDefinitionInputDefinitionDisplayMeta
    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 action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    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 GetWorkflowServiceItemActionDefinitionInputDefinitionDefault
    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 action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    displayMeta GetWorkflowServiceItemActionDefinitionInputDefinitionDisplayMeta
    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 action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    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 GetWorkflowServiceItemActionDefinitionInputDefinitionDefault
    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 action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    display_meta GetWorkflowServiceItemActionDefinitionInputDefinitionDisplayMeta
    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 action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    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 action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    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 action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    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.

    GetWorkflowServiceItemActionDefinitionInputDefinitionDefault

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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.

    GetWorkflowServiceItemActionDefinitionInputDefinitionDisplayMeta

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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.

    GetWorkflowServiceItemActionDefinitionParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionPostCoreWorkflow

    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.
    additionalProperties string
    catalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName string
    The qualified name of workflow that should be executed.
    additional_properties str
    catalog_moid str
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflow_definition GetWorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflow_definition_name str
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition Property Map
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.

    GetWorkflowServiceItemActionDefinitionPostCoreWorkflowWorkflowDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionPreCoreWorkflow

    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.
    additionalProperties string
    catalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName string
    The qualified name of workflow that should be executed.
    additional_properties str
    catalog_moid str
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflow_definition GetWorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflow_definition_name str
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition Property Map
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.

    GetWorkflowServiceItemActionDefinitionPreCoreWorkflowWorkflowDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionResult

    AccountMoid string
    The Account ID for this managed object.
    ActionProperties List<GetWorkflowServiceItemActionDefinitionResultActionProperty>
    ActionType string
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    AdditionalProperties string
    AllowedInstanceStates List<string>
    Ancestors List<GetWorkflowServiceItemActionDefinitionResultAncestor>
    AssociatedRoles List<GetWorkflowServiceItemActionDefinitionResultAssociatedRole>
    AttributeParameters string
    ClassId string
    CoreWorkflows List<GetWorkflowServiceItemActionDefinitionResultCoreWorkflow>
    CreateTime string
    The time when this managed object was created.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InputDefinitions List<GetWorkflowServiceItemActionDefinitionResultInputDefinition>
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    ObjectType string
    Owners List<string>
    Parents List<GetWorkflowServiceItemActionDefinitionResultParent>
    Periodicity double
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    PermissionResources List<GetWorkflowServiceItemActionDefinitionResultPermissionResource>
    PostCoreWorkflows List<GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflow>
    PreCoreWorkflows List<GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflow>
    RestrictOnPrivateAppliance bool
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    ServiceItemDefinitions List<GetWorkflowServiceItemActionDefinitionResultServiceItemDefinition>
    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.
    StopWorkflows List<GetWorkflowServiceItemActionDefinitionResultStopWorkflow>
    Tags List<GetWorkflowServiceItemActionDefinitionResultTag>
    UserIdOrEmail string
    The user identifier who created or updated the service item action definition.
    ValidationInformations List<GetWorkflowServiceItemActionDefinitionResultValidationInformation>
    ValidationWorkflows List<GetWorkflowServiceItemActionDefinitionResultValidationWorkflow>
    VersionContexts List<GetWorkflowServiceItemActionDefinitionResultVersionContext>
    WorkflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultWorkflowDefinition>
    AccountMoid string
    The Account ID for this managed object.
    ActionProperties []GetWorkflowServiceItemActionDefinitionResultActionProperty
    ActionType string
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    AdditionalProperties string
    AllowedInstanceStates []string
    Ancestors []GetWorkflowServiceItemActionDefinitionResultAncestor
    AssociatedRoles []GetWorkflowServiceItemActionDefinitionResultAssociatedRole
    AttributeParameters string
    ClassId string
    CoreWorkflows []GetWorkflowServiceItemActionDefinitionResultCoreWorkflow
    CreateTime string
    The time when this managed object was created.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InputDefinitions []GetWorkflowServiceItemActionDefinitionResultInputDefinition
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    ObjectType string
    Owners []string
    Parents []GetWorkflowServiceItemActionDefinitionResultParent
    Periodicity float64
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    PermissionResources []GetWorkflowServiceItemActionDefinitionResultPermissionResource
    PostCoreWorkflows []GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflow
    PreCoreWorkflows []GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflow
    RestrictOnPrivateAppliance bool
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    ServiceItemDefinitions []GetWorkflowServiceItemActionDefinitionResultServiceItemDefinition
    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.
    StopWorkflows []GetWorkflowServiceItemActionDefinitionResultStopWorkflow
    Tags []GetWorkflowServiceItemActionDefinitionResultTag
    UserIdOrEmail string
    The user identifier who created or updated the service item action definition.
    ValidationInformations []GetWorkflowServiceItemActionDefinitionResultValidationInformation
    ValidationWorkflows []GetWorkflowServiceItemActionDefinitionResultValidationWorkflow
    VersionContexts []GetWorkflowServiceItemActionDefinitionResultVersionContext
    WorkflowDefinitions []GetWorkflowServiceItemActionDefinitionResultWorkflowDefinition
    accountMoid String
    The Account ID for this managed object.
    actionProperties List<GetWorkflowServiceItemActionDefinitionResultActionProperty>
    actionType String
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additionalProperties String
    allowedInstanceStates List<String>
    ancestors List<GetWorkflowServiceItemActionDefinitionResultAncestor>
    associatedRoles List<GetWorkflowServiceItemActionDefinitionResultAssociatedRole>
    attributeParameters String
    classId String
    coreWorkflows List<GetWorkflowServiceItemActionDefinitionResultCoreWorkflow>
    createTime String
    The time when this managed object was created.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inputDefinitions List<GetWorkflowServiceItemActionDefinitionResultInputDefinition>
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType String
    owners List<String>
    parents List<GetWorkflowServiceItemActionDefinitionResultParent>
    periodicity Double
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permissionResources List<GetWorkflowServiceItemActionDefinitionResultPermissionResource>
    postCoreWorkflows List<GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflow>
    preCoreWorkflows List<GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflow>
    restrictOnPrivateAppliance Boolean
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    serviceItemDefinitions List<GetWorkflowServiceItemActionDefinitionResultServiceItemDefinition>
    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.
    stopWorkflows List<GetWorkflowServiceItemActionDefinitionResultStopWorkflow>
    tags List<GetWorkflowServiceItemActionDefinitionResultTag>
    userIdOrEmail String
    The user identifier who created or updated the service item action definition.
    validationInformations List<GetWorkflowServiceItemActionDefinitionResultValidationInformation>
    validationWorkflows List<GetWorkflowServiceItemActionDefinitionResultValidationWorkflow>
    versionContexts List<GetWorkflowServiceItemActionDefinitionResultVersionContext>
    workflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultWorkflowDefinition>
    accountMoid string
    The Account ID for this managed object.
    actionProperties GetWorkflowServiceItemActionDefinitionResultActionProperty[]
    actionType string
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additionalProperties string
    allowedInstanceStates string[]
    ancestors GetWorkflowServiceItemActionDefinitionResultAncestor[]
    associatedRoles GetWorkflowServiceItemActionDefinitionResultAssociatedRole[]
    attributeParameters string
    classId string
    coreWorkflows GetWorkflowServiceItemActionDefinitionResultCoreWorkflow[]
    createTime string
    The time when this managed object was created.
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    inputDefinitions GetWorkflowServiceItemActionDefinitionResultInputDefinition[]
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType string
    owners string[]
    parents GetWorkflowServiceItemActionDefinitionResultParent[]
    periodicity number
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permissionResources GetWorkflowServiceItemActionDefinitionResultPermissionResource[]
    postCoreWorkflows GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflow[]
    preCoreWorkflows GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflow[]
    restrictOnPrivateAppliance boolean
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    serviceItemDefinitions GetWorkflowServiceItemActionDefinitionResultServiceItemDefinition[]
    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.
    stopWorkflows GetWorkflowServiceItemActionDefinitionResultStopWorkflow[]
    tags GetWorkflowServiceItemActionDefinitionResultTag[]
    userIdOrEmail string
    The user identifier who created or updated the service item action definition.
    validationInformations GetWorkflowServiceItemActionDefinitionResultValidationInformation[]
    validationWorkflows GetWorkflowServiceItemActionDefinitionResultValidationWorkflow[]
    versionContexts GetWorkflowServiceItemActionDefinitionResultVersionContext[]
    workflowDefinitions GetWorkflowServiceItemActionDefinitionResultWorkflowDefinition[]
    account_moid str
    The Account ID for this managed object.
    action_properties Sequence[GetWorkflowServiceItemActionDefinitionResultActionProperty]
    action_type str
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additional_properties str
    allowed_instance_states Sequence[str]
    ancestors Sequence[GetWorkflowServiceItemActionDefinitionResultAncestor]
    associated_roles Sequence[GetWorkflowServiceItemActionDefinitionResultAssociatedRole]
    attribute_parameters str
    class_id str
    core_workflows Sequence[GetWorkflowServiceItemActionDefinitionResultCoreWorkflow]
    create_time str
    The time when this managed object was created.
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    input_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultInputDefinition]
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    object_type str
    owners Sequence[str]
    parents Sequence[GetWorkflowServiceItemActionDefinitionResultParent]
    periodicity float
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permission_resources Sequence[GetWorkflowServiceItemActionDefinitionResultPermissionResource]
    post_core_workflows Sequence[GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflow]
    pre_core_workflows Sequence[GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflow]
    restrict_on_private_appliance bool
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    service_item_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultServiceItemDefinition]
    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.
    stop_workflows Sequence[GetWorkflowServiceItemActionDefinitionResultStopWorkflow]
    tags Sequence[GetWorkflowServiceItemActionDefinitionResultTag]
    user_id_or_email str
    The user identifier who created or updated the service item action definition.
    validation_informations Sequence[GetWorkflowServiceItemActionDefinitionResultValidationInformation]
    validation_workflows Sequence[GetWorkflowServiceItemActionDefinitionResultValidationWorkflow]
    version_contexts Sequence[GetWorkflowServiceItemActionDefinitionResultVersionContext]
    workflow_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultWorkflowDefinition]
    accountMoid String
    The Account ID for this managed object.
    actionProperties List<Property Map>
    actionType String
    Type of actionDefinition which decides on how to trigger the action.* External - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.* Internal - Internal action definition is used to trigger periodic actions on the service item instance.* Repetitive - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.
    additionalProperties String
    allowedInstanceStates List<String>
    ancestors List<Property Map>
    associatedRoles List<Property Map>
    attributeParameters String
    classId String
    coreWorkflows List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inputDefinitions List<Property Map>
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType String
    owners List<String>
    parents List<Property Map>
    periodicity Number
    Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.
    permissionResources List<Property Map>
    postCoreWorkflows List<Property Map>
    preCoreWorkflows List<Property Map>
    restrictOnPrivateAppliance Boolean
    The flag to indicate that action is restricted on a Private Virtual Appliance.
    serviceItemDefinitions 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.
    stopWorkflows List<Property Map>
    tags List<Property Map>
    userIdOrEmail String
    The user identifier who created or updated the service item action definition.
    validationInformations List<Property Map>
    validationWorkflows List<Property Map>
    versionContexts List<Property Map>
    workflowDefinitions List<Property Map>

    GetWorkflowServiceItemActionDefinitionResultActionProperty

    GetWorkflowServiceItemActionDefinitionResultActionPropertyProperty

    GetWorkflowServiceItemActionDefinitionResultAncestor

    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

    GetWorkflowServiceItemActionDefinitionResultAssociatedRole

    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

    GetWorkflowServiceItemActionDefinitionResultCoreWorkflow

    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultCoreWorkflowWorkflowDefinition>
    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions []GetWorkflowServiceItemActionDefinitionResultCoreWorkflowWorkflowDefinition
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultCoreWorkflowWorkflowDefinition>
    additionalProperties string
    catalogMoid string
    classId string
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    objectType string
    workflowDefinitionName string
    workflowDefinitions GetWorkflowServiceItemActionDefinitionResultCoreWorkflowWorkflowDefinition[]
    additional_properties str
    catalog_moid str
    class_id str
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    object_type str
    workflow_definition_name str
    workflow_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultCoreWorkflowWorkflowDefinition]
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<Property Map>

    GetWorkflowServiceItemActionDefinitionResultCoreWorkflowWorkflowDefinition

    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

    GetWorkflowServiceItemActionDefinitionResultInputDefinition

    AdditionalProperties string
    ClassId string
    Defaults List<GetWorkflowServiceItemActionDefinitionResultInputDefinitionDefault>
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DisplayMetas List<GetWorkflowServiceItemActionDefinitionResultInputDefinitionDisplayMeta>
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    ObjectType string
    Required bool
    AdditionalProperties string
    ClassId string
    Defaults []GetWorkflowServiceItemActionDefinitionResultInputDefinitionDefault
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    DisplayMetas []GetWorkflowServiceItemActionDefinitionResultInputDefinitionDisplayMeta
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    ObjectType string
    Required bool
    additionalProperties String
    classId String
    defaults List<GetWorkflowServiceItemActionDefinitionResultInputDefinitionDefault>
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    displayMetas List<GetWorkflowServiceItemActionDefinitionResultInputDefinitionDisplayMeta>
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType String
    required Boolean
    additionalProperties string
    classId string
    defaults GetWorkflowServiceItemActionDefinitionResultInputDefinitionDefault[]
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    displayMetas GetWorkflowServiceItemActionDefinitionResultInputDefinitionDisplayMeta[]
    inputParameters string
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType string
    required boolean
    additional_properties str
    class_id str
    defaults Sequence[GetWorkflowServiceItemActionDefinitionResultInputDefinitionDefault]
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    display_metas Sequence[GetWorkflowServiceItemActionDefinitionResultInputDefinitionDisplayMeta]
    input_parameters str
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    object_type str
    required bool
    additionalProperties String
    classId String
    defaults List<Property Map>
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    displayMetas List<Property Map>
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    objectType String
    required Boolean

    GetWorkflowServiceItemActionDefinitionResultInputDefinitionDefault

    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

    GetWorkflowServiceItemActionDefinitionResultInputDefinitionDisplayMeta

    GetWorkflowServiceItemActionDefinitionResultParent

    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

    GetWorkflowServiceItemActionDefinitionResultPermissionResource

    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

    GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflow

    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflowWorkflowDefinition>
    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions []GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflowWorkflowDefinition
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflowWorkflowDefinition>
    additionalProperties string
    catalogMoid string
    classId string
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    objectType string
    workflowDefinitionName string
    workflowDefinitions GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflowWorkflowDefinition[]
    additional_properties str
    catalog_moid str
    class_id str
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    object_type str
    workflow_definition_name str
    workflow_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflowWorkflowDefinition]
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<Property Map>

    GetWorkflowServiceItemActionDefinitionResultPostCoreWorkflowWorkflowDefinition

    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

    GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflow

    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflowWorkflowDefinition>
    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions []GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflowWorkflowDefinition
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflowWorkflowDefinition>
    additionalProperties string
    catalogMoid string
    classId string
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    objectType string
    workflowDefinitionName string
    workflowDefinitions GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflowWorkflowDefinition[]
    additional_properties str
    catalog_moid str
    class_id str
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    object_type str
    workflow_definition_name str
    workflow_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflowWorkflowDefinition]
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<Property Map>

    GetWorkflowServiceItemActionDefinitionResultPreCoreWorkflowWorkflowDefinition

    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

    GetWorkflowServiceItemActionDefinitionResultServiceItemDefinition

    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

    GetWorkflowServiceItemActionDefinitionResultStopWorkflow

    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultStopWorkflowWorkflowDefinition>
    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions []GetWorkflowServiceItemActionDefinitionResultStopWorkflowWorkflowDefinition
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultStopWorkflowWorkflowDefinition>
    additionalProperties string
    catalogMoid string
    classId string
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    objectType string
    workflowDefinitionName string
    workflowDefinitions GetWorkflowServiceItemActionDefinitionResultStopWorkflowWorkflowDefinition[]
    additional_properties str
    catalog_moid str
    class_id str
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    object_type str
    workflow_definition_name str
    workflow_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultStopWorkflowWorkflowDefinition]
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<Property Map>

    GetWorkflowServiceItemActionDefinitionResultStopWorkflowWorkflowDefinition

    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

    GetWorkflowServiceItemActionDefinitionResultTag

    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

    GetWorkflowServiceItemActionDefinitionResultValidationInformation

    GetWorkflowServiceItemActionDefinitionResultValidationInformationValidationError

    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

    GetWorkflowServiceItemActionDefinitionResultValidationWorkflow

    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultValidationWorkflowWorkflowDefinition>
    AdditionalProperties string
    CatalogMoid string
    ClassId string
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    ObjectType string
    WorkflowDefinitionName string
    WorkflowDefinitions []GetWorkflowServiceItemActionDefinitionResultValidationWorkflowWorkflowDefinition
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<GetWorkflowServiceItemActionDefinitionResultValidationWorkflowWorkflowDefinition>
    additionalProperties string
    catalogMoid string
    classId string
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    objectType string
    workflowDefinitionName string
    workflowDefinitions GetWorkflowServiceItemActionDefinitionResultValidationWorkflowWorkflowDefinition[]
    additional_properties str
    catalog_moid str
    class_id str
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    object_type str
    workflow_definition_name str
    workflow_definitions Sequence[GetWorkflowServiceItemActionDefinitionResultValidationWorkflowWorkflowDefinition]
    additionalProperties String
    catalogMoid String
    classId String
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    objectType String
    workflowDefinitionName String
    workflowDefinitions List<Property Map>

    GetWorkflowServiceItemActionDefinitionResultValidationWorkflowWorkflowDefinition

    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

    GetWorkflowServiceItemActionDefinitionResultVersionContext

    GetWorkflowServiceItemActionDefinitionResultVersionContextInterestedMo

    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

    GetWorkflowServiceItemActionDefinitionResultVersionContextRefMo

    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

    GetWorkflowServiceItemActionDefinitionResultWorkflowDefinition

    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

    GetWorkflowServiceItemActionDefinitionServiceItemDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionStopWorkflow

    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.
    additionalProperties string
    catalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName string
    The qualified name of workflow that should be executed.
    additional_properties str
    catalog_moid str
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflow_definition GetWorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflow_definition_name str
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition Property Map
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.

    GetWorkflowServiceItemActionDefinitionStopWorkflowWorkflowDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionTag

    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.

    GetWorkflowServiceItemActionDefinitionValidationInformation

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetWorkflowServiceItemActionDefinitionValidationInformationValidationError>
    AdditionalProperties string
    ClassId string
    The fully-qualified name 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 []GetWorkflowServiceItemActionDefinitionValidationInformationValidationError
    additionalProperties String
    classId String
    The fully-qualified name 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<GetWorkflowServiceItemActionDefinitionValidationInformationValidationError>
    additionalProperties string
    classId string
    The fully-qualified name 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 GetWorkflowServiceItemActionDefinitionValidationInformationValidationError[]
    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[GetWorkflowServiceItemActionDefinitionValidationInformationValidationError]
    additionalProperties String
    classId String
    The fully-qualified name 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>

    GetWorkflowServiceItemActionDefinitionValidationInformationValidationError

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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.

    GetWorkflowServiceItemActionDefinitionValidationWorkflow

    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    AdditionalProperties string
    CatalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    InputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    Label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    Name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    NrVersion float64
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowDefinition GetWorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinition
    The moid of the workflow definition.
    WorkflowDefinitionName string
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Double
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.
    additionalProperties string
    catalogMoid string
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description string
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters string
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label string
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name string
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition GetWorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflowDefinitionName string
    The qualified name of workflow that should be executed.
    additional_properties str
    catalog_moid str
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description str
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    input_parameters str
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label str
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name str
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nr_version float
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflow_definition GetWorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinition
    The moid of the workflow definition.
    workflow_definition_name str
    The qualified name of workflow that should be executed.
    additionalProperties String
    catalogMoid String
    Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    description String
    The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.
    inputParameters String
    Capture the mapping of ActionDefinition inputDefinition to workflow definition.
    label String
    A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
    name String
    The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.
    nrVersion Number
    The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowDefinition Property Map
    The moid of the workflow definition.
    workflowDefinitionName String
    The qualified name of workflow that should be executed.

    GetWorkflowServiceItemActionDefinitionValidationWorkflowWorkflowDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetWorkflowServiceItemActionDefinitionVersionContextInterestedMo>
    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 Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowServiceItemActionDefinitionVersionContextRefMo
    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 []GetWorkflowServiceItemActionDefinitionVersionContextInterestedMo
    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 Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetWorkflowServiceItemActionDefinitionVersionContextRefMo
    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<GetWorkflowServiceItemActionDefinitionVersionContextInterestedMo>
    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 Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowServiceItemActionDefinitionVersionContextRefMo
    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 GetWorkflowServiceItemActionDefinitionVersionContextInterestedMo[]
    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 Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetWorkflowServiceItemActionDefinitionVersionContextRefMo
    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[GetWorkflowServiceItemActionDefinitionVersionContextInterestedMo]
    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 Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetWorkflowServiceItemActionDefinitionVersionContextRefMo
    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 Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetWorkflowServiceItemActionDefinitionVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetWorkflowServiceItemActionDefinitionWorkflowDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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