intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowServiceItemDefinition
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Service Item definition is a collection of actions and associated workflow definition that can be used to deploy a service item.
Using getWorkflowServiceItemDefinition
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 getWorkflowServiceItemDefinition(args: GetWorkflowServiceItemDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowServiceItemDefinitionResult>
function getWorkflowServiceItemDefinitionOutput(args: GetWorkflowServiceItemDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowServiceItemDefinitionResult>def get_workflow_service_item_definition(account_moid: Optional[str] = None,
                                         action_definitions: Optional[Sequence[GetWorkflowServiceItemDefinitionActionDefinition]] = None,
                                         additional_properties: Optional[str] = None,
                                         allow_multiple_service_item_instances: Optional[bool] = None,
                                         ancestors: Optional[Sequence[GetWorkflowServiceItemDefinitionAncestor]] = None,
                                         attribute_definitions: Optional[Sequence[GetWorkflowServiceItemDefinitionAttributeDefinition]] = None,
                                         catalog: Optional[GetWorkflowServiceItemDefinitionCatalog] = None,
                                         class_id: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         create_user: Optional[str] = None,
                                         cvd_id: Optional[str] = None,
                                         default_version: Optional[bool] = None,
                                         delete_instance_on_decommission: Optional[bool] = None,
                                         description: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         id: Optional[str] = None,
                                         label: Optional[str] = None,
                                         license_entitlement: Optional[str] = None,
                                         mod_time: Optional[str] = None,
                                         mod_user: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         nr_version: Optional[float] = None,
                                         object_type: Optional[str] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetWorkflowServiceItemDefinitionParent] = None,
                                         permission_resources: Optional[Sequence[GetWorkflowServiceItemDefinitionPermissionResource]] = None,
                                         publish_status: Optional[str] = None,
                                         shared_scope: Optional[str] = None,
                                         status: Optional[str] = None,
                                         support_status: Optional[str] = None,
                                         tags: Optional[Sequence[GetWorkflowServiceItemDefinitionTag]] = None,
                                         user_id_or_email: Optional[str] = None,
                                         validation_information: Optional[GetWorkflowServiceItemDefinitionValidationInformation] = None,
                                         version_context: Optional[GetWorkflowServiceItemDefinitionVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetWorkflowServiceItemDefinitionResult
def get_workflow_service_item_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         action_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemDefinitionActionDefinitionArgs]]]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         allow_multiple_service_item_instances: Optional[pulumi.Input[bool]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemDefinitionAncestorArgs]]]] = None,
                                         attribute_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemDefinitionAttributeDefinitionArgs]]]] = None,
                                         catalog: Optional[pulumi.Input[GetWorkflowServiceItemDefinitionCatalogArgs]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         create_user: Optional[pulumi.Input[str]] = None,
                                         cvd_id: Optional[pulumi.Input[str]] = None,
                                         default_version: Optional[pulumi.Input[bool]] = None,
                                         delete_instance_on_decommission: Optional[pulumi.Input[bool]] = None,
                                         description: Optional[pulumi.Input[str]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         label: Optional[pulumi.Input[str]] = None,
                                         license_entitlement: Optional[pulumi.Input[str]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         mod_user: Optional[pulumi.Input[str]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         nr_version: Optional[pulumi.Input[float]] = None,
                                         object_type: Optional[pulumi.Input[str]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetWorkflowServiceItemDefinitionParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemDefinitionPermissionResourceArgs]]]] = None,
                                         publish_status: Optional[pulumi.Input[str]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         status: Optional[pulumi.Input[str]] = None,
                                         support_status: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemDefinitionTagArgs]]]] = None,
                                         user_id_or_email: Optional[pulumi.Input[str]] = None,
                                         validation_information: Optional[pulumi.Input[GetWorkflowServiceItemDefinitionValidationInformationArgs]] = None,
                                         version_context: Optional[pulumi.Input[GetWorkflowServiceItemDefinitionVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowServiceItemDefinitionResult]func LookupWorkflowServiceItemDefinition(ctx *Context, args *LookupWorkflowServiceItemDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemDefinitionResult, error)
func LookupWorkflowServiceItemDefinitionOutput(ctx *Context, args *LookupWorkflowServiceItemDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemDefinitionResultOutput> Note: This function is named LookupWorkflowServiceItemDefinition in the Go SDK.
public static class GetWorkflowServiceItemDefinition 
{
    public static Task<GetWorkflowServiceItemDefinitionResult> InvokeAsync(GetWorkflowServiceItemDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowServiceItemDefinitionResult> Invoke(GetWorkflowServiceItemDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowServiceItemDefinitionResult> getWorkflowServiceItemDefinition(GetWorkflowServiceItemDefinitionArgs args, InvokeOptions options)
public static Output<GetWorkflowServiceItemDefinitionResult> getWorkflowServiceItemDefinition(GetWorkflowServiceItemDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowServiceItemDefinition:getWorkflowServiceItemDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- ActionDefinitions List<GetWorkflow Service Item Definition Action Definition> 
- AdditionalProperties string
- AllowMultiple boolService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
List<GetWorkflow Service Item Definition Ancestor> 
- AttributeDefinitions List<GetWorkflow Service Item Definition Attribute Definition> 
- Catalog
GetWorkflow Service Item Definition Catalog 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the service item definition.
- CvdId string
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- DefaultVersion bool
- The flag to indicate that this is the default version of the service item.
- DeleteInstance boolOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- NrVersion double
- The version of the service item to support multiple versions.
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Service Item Definition Parent 
- PermissionResources List<GetWorkflow Service Item Definition Permission Resource> 
- PublishStatus string
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- Status string
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- SupportStatus string
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
List<GetWorkflow Service Item Definition Tag> 
- UserId stringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- ValidationInformation GetWorkflow Service Item Definition Validation Information 
- VersionContext GetWorkflow Service Item Definition Version Context 
- AccountMoid string
- The Account ID for this managed object.
- ActionDefinitions []GetWorkflow Service Item Definition Action Definition 
- AdditionalProperties string
- AllowMultiple boolService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
[]GetWorkflow Service Item Definition Ancestor 
- AttributeDefinitions []GetWorkflow Service Item Definition Attribute Definition 
- Catalog
GetWorkflow Service Item Definition Catalog 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the service item definition.
- CvdId string
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- DefaultVersion bool
- The flag to indicate that this is the default version of the service item.
- DeleteInstance boolOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- NrVersion float64
- The version of the service item to support multiple versions.
- ObjectType string
- Owners []string
- Parent
GetWorkflow Service Item Definition Parent 
- PermissionResources []GetWorkflow Service Item Definition Permission Resource 
- PublishStatus string
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- Status string
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- SupportStatus string
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
[]GetWorkflow Service Item Definition Tag 
- UserId stringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- ValidationInformation GetWorkflow Service Item Definition Validation Information 
- VersionContext GetWorkflow Service Item Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- actionDefinitions List<GetWorkflow Service Item Definition Action Definition> 
- additionalProperties String
- allowMultiple BooleanService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
List<GetWorkflow Service Item Definition Ancestor> 
- attributeDefinitions List<GetWorkflow Service Item Definition Attribute Definition> 
- catalog
GetWorkflow Service Item Definition Catalog 
- classId String
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the service item definition.
- cvdId String
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- defaultVersion Boolean
- The flag to indicate that this is the default version of the service item.
- deleteInstance BooleanOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nrVersion Double
- The version of the service item to support multiple versions.
- objectType String
- owners List<String>
- parent
GetWorkflow Service Item Definition Parent 
- permissionResources List<GetWorkflow Service Item Definition Permission Resource> 
- publishStatus String
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status String
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- supportStatus String
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
List<GetWorkflow Service Item Definition Tag> 
- userId StringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- validationInformation GetWorkflow Service Item Definition Validation Information 
- versionContext GetWorkflow Service Item Definition Version Context 
- accountMoid string
- The Account ID for this managed object.
- actionDefinitions GetWorkflow Service Item Definition Action Definition[] 
- additionalProperties string
- allowMultiple booleanService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
GetWorkflow Service Item Definition Ancestor[] 
- attributeDefinitions GetWorkflow Service Item Definition Attribute Definition[] 
- catalog
GetWorkflow Service Item Definition Catalog 
- classId string
- createTime string
- The time when this managed object was created.
- createUser string
- The user identifier who created or cloned the service item definition.
- cvdId string
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- defaultVersion boolean
- The flag to indicate that this is the default version of the service item.
- deleteInstance booleanOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- licenseEntitlement string
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime string
- The time when this managed object was last modified.
- modUser string
- The user identifier who last updated the service item definition.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nrVersion number
- The version of the service item to support multiple versions.
- objectType string
- owners string[]
- parent
GetWorkflow Service Item Definition Parent 
- permissionResources GetWorkflow Service Item Definition Permission Resource[] 
- publishStatus string
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status string
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- supportStatus string
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
GetWorkflow Service Item Definition Tag[] 
- userId stringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- validationInformation GetWorkflow Service Item Definition Validation Information 
- versionContext GetWorkflow Service Item Definition Version Context 
- account_moid str
- The Account ID for this managed object.
- action_definitions Sequence[GetWorkflow Service Item Definition Action Definition] 
- additional_properties str
- allow_multiple_ boolservice_ item_ instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
Sequence[GetWorkflow Service Item Definition Ancestor] 
- attribute_definitions Sequence[GetWorkflow Service Item Definition Attribute Definition] 
- catalog
GetWorkflow Service Item Definition Catalog 
- class_id str
- create_time str
- The time when this managed object was created.
- create_user str
- The user identifier who created or cloned the service item definition.
- cvd_id str
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- default_version bool
- The flag to indicate that this is the default version of the service item.
- delete_instance_ boolon_ decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description str
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- label str
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license_entitlement str
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- mod_time str
- The time when this managed object was last modified.
- mod_user str
- The user identifier who last updated the service item definition.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr_version float
- The version of the service item to support multiple versions.
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Service Item Definition Parent 
- permission_resources Sequence[GetWorkflow Service Item Definition Permission Resource] 
- publish_status str
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status str
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- support_status str
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
Sequence[GetWorkflow Service Item Definition Tag] 
- user_id_ stror_ email 
- This attribute is deprecated and replaced by createUser and modUser.
- validation_information GetWorkflow Service Item Definition Validation Information 
- version_context GetWorkflow Service Item Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- actionDefinitions List<Property Map>
- additionalProperties String
- allowMultiple BooleanService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors List<Property Map>
- attributeDefinitions List<Property Map>
- catalog Property Map
- classId String
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the service item definition.
- cvdId String
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- defaultVersion Boolean
- The flag to indicate that this is the default version of the service item.
- deleteInstance BooleanOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nrVersion Number
- The version of the service item to support multiple versions.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- publishStatus String
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status String
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- supportStatus String
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- List<Property Map>
- userId StringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- validationInformation Property Map
- versionContext Property Map
getWorkflowServiceItemDefinition Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Service Item Definition Result> 
- AccountMoid string
- ActionDefinitions List<GetWorkflow Service Item Definition Action Definition> 
- AdditionalProperties string
- AllowMultiple boolService Item Instances 
- Ancestors
List<GetWorkflow Service Item Definition Ancestor> 
- AttributeDefinitions List<GetWorkflow Service Item Definition Attribute Definition> 
- Catalog
GetWorkflow Service Item Definition Catalog 
- ClassId string
- CreateTime string
- CreateUser string
- CvdId string
- DefaultVersion bool
- DeleteInstance boolOn Decommission 
- Description string
- DomainGroup stringMoid 
- Label string
- LicenseEntitlement string
- ModTime string
- ModUser string
- Moid string
- Name string
- NrVersion double
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Service Item Definition Parent 
- PermissionResources List<GetWorkflow Service Item Definition Permission Resource> 
- PublishStatus string
- string
- Status string
- SupportStatus string
- 
List<GetWorkflow Service Item Definition Tag> 
- UserId stringOr Email 
- ValidationInformation GetWorkflow Service Item Definition Validation Information 
- VersionContext GetWorkflow Service Item Definition Version Context 
- Id string
- Results
[]GetWorkflow Service Item Definition Result 
- AccountMoid string
- ActionDefinitions []GetWorkflow Service Item Definition Action Definition 
- AdditionalProperties string
- AllowMultiple boolService Item Instances 
- Ancestors
[]GetWorkflow Service Item Definition Ancestor 
- AttributeDefinitions []GetWorkflow Service Item Definition Attribute Definition 
- Catalog
GetWorkflow Service Item Definition Catalog 
- ClassId string
- CreateTime string
- CreateUser string
- CvdId string
- DefaultVersion bool
- DeleteInstance boolOn Decommission 
- Description string
- DomainGroup stringMoid 
- Label string
- LicenseEntitlement string
- ModTime string
- ModUser string
- Moid string
- Name string
- NrVersion float64
- ObjectType string
- Owners []string
- Parent
GetWorkflow Service Item Definition Parent 
- PermissionResources []GetWorkflow Service Item Definition Permission Resource 
- PublishStatus string
- string
- Status string
- SupportStatus string
- 
[]GetWorkflow Service Item Definition Tag 
- UserId stringOr Email 
- ValidationInformation GetWorkflow Service Item Definition Validation Information 
- VersionContext GetWorkflow Service Item Definition Version Context 
- id String
- results
List<GetWorkflow Service Item Definition Result> 
- accountMoid String
- actionDefinitions List<GetWorkflow Service Item Definition Action Definition> 
- additionalProperties String
- allowMultiple BooleanService Item Instances 
- ancestors
List<GetWorkflow Service Item Definition Ancestor> 
- attributeDefinitions List<GetWorkflow Service Item Definition Attribute Definition> 
- catalog
GetWorkflow Service Item Definition Catalog 
- classId String
- createTime String
- createUser String
- cvdId String
- defaultVersion Boolean
- deleteInstance BooleanOn Decommission 
- description String
- domainGroup StringMoid 
- label String
- licenseEntitlement String
- modTime String
- modUser String
- moid String
- name String
- nrVersion Double
- objectType String
- owners List<String>
- parent
GetWorkflow Service Item Definition Parent 
- permissionResources List<GetWorkflow Service Item Definition Permission Resource> 
- publishStatus String
- String
- status String
- supportStatus String
- 
List<GetWorkflow Service Item Definition Tag> 
- userId StringOr Email 
- validationInformation GetWorkflow Service Item Definition Validation Information 
- versionContext GetWorkflow Service Item Definition Version Context 
- id string
- results
GetWorkflow Service Item Definition Result[] 
- accountMoid string
- actionDefinitions GetWorkflow Service Item Definition Action Definition[] 
- additionalProperties string
- allowMultiple booleanService Item Instances 
- ancestors
GetWorkflow Service Item Definition Ancestor[] 
- attributeDefinitions GetWorkflow Service Item Definition Attribute Definition[] 
- catalog
GetWorkflow Service Item Definition Catalog 
- classId string
- createTime string
- createUser string
- cvdId string
- defaultVersion boolean
- deleteInstance booleanOn Decommission 
- description string
- domainGroup stringMoid 
- label string
- licenseEntitlement string
- modTime string
- modUser string
- moid string
- name string
- nrVersion number
- objectType string
- owners string[]
- parent
GetWorkflow Service Item Definition Parent 
- permissionResources GetWorkflow Service Item Definition Permission Resource[] 
- publishStatus string
- string
- status string
- supportStatus string
- 
GetWorkflow Service Item Definition Tag[] 
- userId stringOr Email 
- validationInformation GetWorkflow Service Item Definition Validation Information 
- versionContext GetWorkflow Service Item Definition Version Context 
- id str
- results
Sequence[GetWorkflow Service Item Definition Result] 
- account_moid str
- action_definitions Sequence[GetWorkflow Service Item Definition Action Definition] 
- additional_properties str
- allow_multiple_ boolservice_ item_ instances 
- ancestors
Sequence[GetWorkflow Service Item Definition Ancestor] 
- attribute_definitions Sequence[GetWorkflow Service Item Definition Attribute Definition] 
- catalog
GetWorkflow Service Item Definition Catalog 
- class_id str
- create_time str
- create_user str
- cvd_id str
- default_version bool
- delete_instance_ boolon_ decommission 
- description str
- domain_group_ strmoid 
- label str
- license_entitlement str
- mod_time str
- mod_user str
- moid str
- name str
- nr_version float
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Service Item Definition Parent 
- permission_resources Sequence[GetWorkflow Service Item Definition Permission Resource] 
- publish_status str
- str
- status str
- support_status str
- 
Sequence[GetWorkflow Service Item Definition Tag] 
- user_id_ stror_ email 
- validation_information GetWorkflow Service Item Definition Validation Information 
- version_context GetWorkflow Service Item Definition Version Context 
- id String
- results List<Property Map>
- accountMoid String
- actionDefinitions List<Property Map>
- additionalProperties String
- allowMultiple BooleanService Item Instances 
- ancestors List<Property Map>
- attributeDefinitions List<Property Map>
- catalog Property Map
- classId String
- createTime String
- createUser String
- cvdId String
- defaultVersion Boolean
- deleteInstance BooleanOn Decommission 
- description String
- domainGroup StringMoid 
- label String
- licenseEntitlement String
- modTime String
- modUser String
- moid String
- name String
- nrVersion Number
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- publishStatus String
- String
- status String
- supportStatus String
- List<Property Map>
- userId StringOr Email 
- validationInformation Property Map
- versionContext Property Map
Supporting Types
GetWorkflowServiceItemDefinitionActionDefinition      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemDefinitionAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemDefinitionAttributeDefinition      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Service Item Definition Attribute Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DisplayMeta GetWorkflow Service Item Definition Attribute Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
GetWorkflow Service Item Definition Attribute Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DisplayMeta GetWorkflow Service Item Definition Attribute Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- InputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
GetWorkflow Service Item Definition Attribute Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- displayMeta GetWorkflow Service Item Definition Attribute Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters String
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Service Item Definition Attribute Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- displayMeta GetWorkflow Service Item Definition Attribute Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- inputParameters string
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
GetWorkflow Service Item Definition Attribute Definition Default 
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description str
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- display_meta GetWorkflow Service Item Definition Attribute Definition Display Meta 
- Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input_parameters str
- JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label str
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default Property Map
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- 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 service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
GetWorkflowServiceItemDefinitionAttributeDefinitionDefault       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- IsValue boolSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue booleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is_value_ boolset 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- isValue BooleanSet 
- A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
GetWorkflowServiceItemDefinitionAttributeDefinitionDisplayMeta        
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
 
GetWorkflowServiceItemDefinitionCatalog     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemDefinitionParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemDefinitionPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemDefinitionResult     
- AccountMoid string
- The Account ID for this managed object.
- ActionDefinitions List<GetWorkflow Service Item Definition Result Action Definition> 
- AdditionalProperties string
- AllowMultiple boolService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
List<GetWorkflow Service Item Definition Result Ancestor> 
- AttributeDefinitions List<GetWorkflow Service Item Definition Result Attribute Definition> 
- Catalogs
List<GetWorkflow Service Item Definition Result Catalog> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the service item definition.
- CvdId string
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- DefaultVersion bool
- The flag to indicate that this is the default version of the service item.
- DeleteInstance boolOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- NrVersion double
- The version of the service item to support multiple versions.
- ObjectType string
- Owners List<string>
- Parents
List<GetWorkflow Service Item Definition Result Parent> 
- PermissionResources List<GetWorkflow Service Item Definition Result Permission Resource> 
- PublishStatus string
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- Status string
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- SupportStatus string
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
List<GetWorkflow Service Item Definition Result Tag> 
- UserId stringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- ValidationInformations List<GetWorkflow Service Item Definition Result Validation Information> 
- VersionContexts List<GetWorkflow Service Item Definition Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- ActionDefinitions []GetWorkflow Service Item Definition Result Action Definition 
- AdditionalProperties string
- AllowMultiple boolService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
[]GetWorkflow Service Item Definition Result Ancestor 
- AttributeDefinitions []GetWorkflow Service Item Definition Result Attribute Definition 
- Catalogs
[]GetWorkflow Service Item Definition Result Catalog 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created or cloned the service item definition.
- CvdId string
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- DefaultVersion bool
- The flag to indicate that this is the default version of the service item.
- DeleteInstance boolOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- LicenseEntitlement string
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- NrVersion float64
- The version of the service item to support multiple versions.
- ObjectType string
- Owners []string
- Parents
[]GetWorkflow Service Item Definition Result Parent 
- PermissionResources []GetWorkflow Service Item Definition Result Permission Resource 
- PublishStatus string
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- Status string
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- SupportStatus string
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
[]GetWorkflow Service Item Definition Result Tag 
- UserId stringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- ValidationInformations []GetWorkflow Service Item Definition Result Validation Information 
- VersionContexts []GetWorkflow Service Item Definition Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- actionDefinitions List<GetWorkflow Service Item Definition Result Action Definition> 
- additionalProperties String
- allowMultiple BooleanService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
List<GetWorkflow Service Item Definition Result Ancestor> 
- attributeDefinitions List<GetWorkflow Service Item Definition Result Attribute Definition> 
- catalogs
List<GetWorkflow Service Item Definition Result Catalog> 
- classId String
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the service item definition.
- cvdId String
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- defaultVersion Boolean
- The flag to indicate that this is the default version of the service item.
- deleteInstance BooleanOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nrVersion Double
- The version of the service item to support multiple versions.
- objectType String
- owners List<String>
- parents
List<GetWorkflow Service Item Definition Result Parent> 
- permissionResources List<GetWorkflow Service Item Definition Result Permission Resource> 
- publishStatus String
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status String
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- supportStatus String
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
List<GetWorkflow Service Item Definition Result Tag> 
- userId StringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- validationInformations List<GetWorkflow Service Item Definition Result Validation Information> 
- versionContexts List<GetWorkflow Service Item Definition Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- actionDefinitions GetWorkflow Service Item Definition Result Action Definition[] 
- additionalProperties string
- allowMultiple booleanService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
GetWorkflow Service Item Definition Result Ancestor[] 
- attributeDefinitions GetWorkflow Service Item Definition Result Attribute Definition[] 
- catalogs
GetWorkflow Service Item Definition Result Catalog[] 
- classId string
- createTime string
- The time when this managed object was created.
- createUser string
- The user identifier who created or cloned the service item definition.
- cvdId string
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- defaultVersion boolean
- The flag to indicate that this is the default version of the service item.
- deleteInstance booleanOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- licenseEntitlement string
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime string
- The time when this managed object was last modified.
- modUser string
- The user identifier who last updated the service item definition.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nrVersion number
- The version of the service item to support multiple versions.
- objectType string
- owners string[]
- parents
GetWorkflow Service Item Definition Result Parent[] 
- permissionResources GetWorkflow Service Item Definition Result Permission Resource[] 
- publishStatus string
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status string
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- supportStatus string
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
GetWorkflow Service Item Definition Result Tag[] 
- userId stringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- validationInformations GetWorkflow Service Item Definition Result Validation Information[] 
- versionContexts GetWorkflow Service Item Definition Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- action_definitions Sequence[GetWorkflow Service Item Definition Result Action Definition] 
- additional_properties str
- allow_multiple_ boolservice_ item_ instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
Sequence[GetWorkflow Service Item Definition Result Ancestor] 
- attribute_definitions Sequence[GetWorkflow Service Item Definition Result Attribute Definition] 
- catalogs
Sequence[GetWorkflow Service Item Definition Result Catalog] 
- class_id str
- create_time str
- The time when this managed object was created.
- create_user str
- The user identifier who created or cloned the service item definition.
- cvd_id str
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- default_version bool
- The flag to indicate that this is the default version of the service item.
- delete_instance_ boolon_ decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description str
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- label str
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license_entitlement str
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- mod_time str
- The time when this managed object was last modified.
- mod_user str
- The user identifier who last updated the service item definition.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr_version float
- The version of the service item to support multiple versions.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetWorkflow Service Item Definition Result Parent] 
- permission_resources Sequence[GetWorkflow Service Item Definition Result Permission Resource] 
- publish_status str
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status str
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- support_status str
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- 
Sequence[GetWorkflow Service Item Definition Result Tag] 
- user_id_ stror_ email 
- This attribute is deprecated and replaced by createUser and modUser.
- validation_informations Sequence[GetWorkflow Service Item Definition Result Validation Information] 
- version_contexts Sequence[GetWorkflow Service Item Definition Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- actionDefinitions List<Property Map>
- additionalProperties String
- allowMultiple BooleanService Item Instances 
- Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors List<Property Map>
- attributeDefinitions List<Property Map>
- catalogs List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created or cloned the service item definition.
- cvdId String
- The Cisco Validated Design (CVD) Identifier that this service item provides.
- defaultVersion Boolean
- The flag to indicate that this is the default version of the service item.
- deleteInstance BooleanOn Decommission 
- The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- licenseEntitlement String
- License entitlement required to run this service item.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nrVersion Number
- The version of the service item to support multiple versions.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- publishStatus String
- The publish status of service item (Draft, Published, Archived).* Draft- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.
- 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.
- status String
- State of service item considering the state of underlying service item actions definitions.* Okay- Deployment and other post-deployment actions are in valid state.*Critical- Deployment action is not in valid state.*Warning- Deployment action is in valid state, and one or more post-deployment actions are not in valid state.
- supportStatus String
- The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.* Supported- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.
- List<Property Map>
- userId StringOr Email 
- This attribute is deprecated and replaced by createUser and modUser.
- validationInformations List<Property Map>
- versionContexts List<Property Map>
GetWorkflowServiceItemDefinitionResultActionDefinition       
- 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
GetWorkflowServiceItemDefinitionResultAncestor      
- 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
GetWorkflowServiceItemDefinitionResultAttributeDefinition       
- AdditionalProperties string
- ClassId string
- Defaults
List<GetWorkflow Service Item Definition Result Attribute Definition Default> 
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DisplayMetas List<GetWorkflow Service Item Definition Result Attribute Definition Display Meta> 
- InputParameters string
- Label string
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- ObjectType string
- Required bool
- AdditionalProperties string
- ClassId string
- Defaults
[]GetWorkflow Service Item Definition Result Attribute Definition Default 
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- DisplayMetas []GetWorkflow Service Item Definition Result Attribute Definition Display Meta 
- InputParameters string
- Label string
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- ObjectType string
- Required bool
- additionalProperties String
- classId String
- defaults
List<GetWorkflow Service Item Definition Result Attribute Definition Default> 
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- displayMetas List<GetWorkflow Service Item Definition Result Attribute Definition Display Meta> 
- inputParameters String
- label String
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- objectType String
- required Boolean
- additionalProperties string
- classId string
- defaults
GetWorkflow Service Item Definition Result Attribute Definition Default[] 
- description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- displayMetas GetWorkflow Service Item Definition Result Attribute Definition Display Meta[] 
- inputParameters string
- label string
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- objectType string
- required boolean
- additional_properties str
- class_id str
- defaults
Sequence[GetWorkflow Service Item Definition Result Attribute Definition Default] 
- description str
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- display_metas Sequence[GetWorkflow Service Item Definition Result Attribute Definition Display Meta] 
- input_parameters str
- label str
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- object_type str
- required bool
- additionalProperties String
- classId String
- defaults List<Property Map>
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- displayMetas List<Property Map>
- inputParameters String
- label String
- A user friendly short name to identify the service item. 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 service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- objectType String
- required Boolean
GetWorkflowServiceItemDefinitionResultAttributeDefinitionDefault        
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- AdditionalProperties string
- ClassId string
- IsValue boolSet 
- ObjectType string
- Override bool
- Value string
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
- additionalProperties string
- classId string
- isValue booleanSet 
- objectType string
- override boolean
- value string
- additional_properties str
- class_id str
- is_value_ boolset 
- object_type str
- override bool
- value str
- additionalProperties String
- classId String
- isValue BooleanSet 
- objectType String
- override Boolean
- value String
GetWorkflowServiceItemDefinitionResultAttributeDefinitionDisplayMeta         
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- AdditionalProperties string
- ClassId string
- InventorySelector bool
- ObjectType string
- WidgetType string
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
- additionalProperties string
- classId string
- inventorySelector boolean
- objectType string
- widgetType string
- additional_properties str
- class_id str
- inventory_selector bool
- object_type str
- widget_type str
- additionalProperties String
- classId String
- inventorySelector Boolean
- objectType String
- widgetType String
GetWorkflowServiceItemDefinitionResultCatalog      
- 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
GetWorkflowServiceItemDefinitionResultParent      
- 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
GetWorkflowServiceItemDefinitionResultPermissionResource       
- 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
GetWorkflowServiceItemDefinitionResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowServiceItemDefinitionResultValidationInformation       
- additionalProperties String
- classId String
- engineState String
- objectType String
- state String
- validationErrors List<Property Map>
GetWorkflowServiceItemDefinitionResultValidationInformationValidationError         
- AdditionalProperties string
- ClassId string
- ErrorLog string
- Field string
- ObjectType string
- TaskName string
- TransitionName string
- AdditionalProperties string
- ClassId string
- ErrorLog string
- Field string
- ObjectType string
- TaskName string
- TransitionName string
- additionalProperties String
- classId String
- errorLog String
- field String
- objectType String
- taskName String
- transitionName String
- additionalProperties string
- classId string
- errorLog string
- field string
- objectType string
- taskName string
- transitionName string
- additional_properties str
- class_id str
- error_log str
- field str
- object_type str
- task_name str
- transition_name str
- additionalProperties String
- classId String
- errorLog String
- field String
- objectType String
- taskName String
- transitionName String
GetWorkflowServiceItemDefinitionResultVersionContext       
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetWorkflow Service Item Definition Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the service item to support multiple versions.
- ObjectType string
- RefMos List<GetWorkflow Service Item Definition Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetWorkflow Service Item Definition Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the service item to support multiple versions.
- ObjectType string
- RefMos []GetWorkflow Service Item Definition Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetWorkflow Service Item Definition Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- The version of the service item to support multiple versions.
- objectType String
- refMos List<GetWorkflow Service Item Definition Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetWorkflow Service Item Definition Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- The version of the service item to support multiple versions.
- objectType string
- refMos GetWorkflow Service Item Definition Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetWorkflow Service Item Definition Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- The version of the service item to support multiple versions.
- object_type str
- ref_mos Sequence[GetWorkflow Service Item Definition Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- The version of the service item to support multiple versions.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowServiceItemDefinitionResultVersionContextInterestedMo         
- 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
GetWorkflowServiceItemDefinitionResultVersionContextRefMo         
- 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
GetWorkflowServiceItemDefinitionTag     
- 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.
GetWorkflowServiceItemDefinitionValidationInformation      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EngineState string
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- ValidationErrors List<GetWorkflow Service Item Definition Validation Information Validation Error> 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EngineState string
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- ValidationErrors []GetWorkflow Service Item Definition Validation Information Validation Error 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engineState String
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validationErrors List<GetWorkflow Service Item Definition Validation Information Validation Error> 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engineState string
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validationErrors GetWorkflow Service Item Definition Validation Information Validation Error[] 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engine_state str
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state str
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validation_errors Sequence[GetWorkflow Service Item Definition Validation Information Validation Error] 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engineState String
- The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.- NotUpdated- The workflow and task definition metadata is not yet updated in the workflow engine.
- Updating- The workflow and task definition metadata is in the processing of being updated in the workflow engine.
- UpdateFailed- The workflow and task definition metadata failed to be updated in the workflow engine.
- Updated- The workflow and task definition metadata was updated successfully in the workflow engine.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).- NotValidated- The state when workflow definition has not been validated.
- Valid- The state when workflow definition is valid.
- Invalid- The state when workflow definition is invalid.
 
- validationErrors List<Property Map>
GetWorkflowServiceItemDefinitionValidationInformationValidationError        
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
GetWorkflowServiceItemDefinitionVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Service Item Definition Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the service item to support multiple versions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Service Item Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Service Item Definition Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the service item to support multiple versions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Service Item Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Service Item Definition Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the service item to support multiple versions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Service Item Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Service Item Definition Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the service item to support multiple versions.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Service Item Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow Service Item Definition Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the service item to support multiple versions.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetWorkflow Service Item Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the service item to support multiple versions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetWorkflowServiceItemDefinitionVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemDefinitionVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet