intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getWorkflowCatalogItemDefinition
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
Catalog Item definition is a collection of Service items which are associated with workflow definition that can be used to deploy and manage service items.
Using getWorkflowCatalogItemDefinition
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 getWorkflowCatalogItemDefinition(args: GetWorkflowCatalogItemDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowCatalogItemDefinitionResult>
function getWorkflowCatalogItemDefinitionOutput(args: GetWorkflowCatalogItemDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowCatalogItemDefinitionResult>
def get_workflow_catalog_item_definition(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetWorkflowCatalogItemDefinitionAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
label: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_version: Optional[float] = None,
object_type: Optional[str] = None,
organization: Optional[GetWorkflowCatalogItemDefinitionOrganization] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetWorkflowCatalogItemDefinitionParent] = None,
permission_resources: Optional[Sequence[GetWorkflowCatalogItemDefinitionPermissionResource]] = None,
publish_status: Optional[str] = None,
service_items: Optional[Sequence[GetWorkflowCatalogItemDefinitionServiceItem]] = None,
shared_scope: Optional[str] = None,
support_status: Optional[str] = None,
tags: Optional[Sequence[GetWorkflowCatalogItemDefinitionTag]] = None,
user_id_or_email: Optional[str] = None,
validation_information: Optional[GetWorkflowCatalogItemDefinitionValidationInformation] = None,
version_context: Optional[GetWorkflowCatalogItemDefinitionVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkflowCatalogItemDefinitionResult
def get_workflow_catalog_item_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogItemDefinitionAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
label: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
nr_version: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[GetWorkflowCatalogItemDefinitionOrganizationArgs]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetWorkflowCatalogItemDefinitionParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogItemDefinitionPermissionResourceArgs]]]] = None,
publish_status: Optional[pulumi.Input[str]] = None,
service_items: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogItemDefinitionServiceItemArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
support_status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogItemDefinitionTagArgs]]]] = None,
user_id_or_email: Optional[pulumi.Input[str]] = None,
validation_information: Optional[pulumi.Input[GetWorkflowCatalogItemDefinitionValidationInformationArgs]] = None,
version_context: Optional[pulumi.Input[GetWorkflowCatalogItemDefinitionVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowCatalogItemDefinitionResult]
func LookupWorkflowCatalogItemDefinition(ctx *Context, args *LookupWorkflowCatalogItemDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowCatalogItemDefinitionResult, error)
func LookupWorkflowCatalogItemDefinitionOutput(ctx *Context, args *LookupWorkflowCatalogItemDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowCatalogItemDefinitionResultOutput
> Note: This function is named LookupWorkflowCatalogItemDefinition
in the Go SDK.
public static class GetWorkflowCatalogItemDefinition
{
public static Task<GetWorkflowCatalogItemDefinitionResult> InvokeAsync(GetWorkflowCatalogItemDefinitionArgs args, InvokeOptions? opts = null)
public static Output<GetWorkflowCatalogItemDefinitionResult> Invoke(GetWorkflowCatalogItemDefinitionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkflowCatalogItemDefinitionResult> getWorkflowCatalogItemDefinition(GetWorkflowCatalogItemDefinitionArgs args, InvokeOptions options)
public static Output<GetWorkflowCatalogItemDefinitionResult> getWorkflowCatalogItemDefinition(GetWorkflowCatalogItemDefinitionArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getWorkflowCatalogItemDefinition:getWorkflowCatalogItemDefinition
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Catalog Item Definition Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Label string
- A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this catalog item definition. You can have multiple versions of the catalog 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 double - The version of the catalog item to support multiple versions.
- Object
Type string - Organization
Get
Workflow Catalog Item Definition Organization - Owners List<string>
- Parent
Get
Workflow Catalog Item Definition Parent - Permission
Resources List<GetWorkflow Catalog Item Definition Permission Resource> - Publish
Status string - Publish status of the catalog item.*
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. - Service
Items List<GetWorkflow Catalog Item Definition Service Item> - 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.
- Support
Status string - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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<Get
Workflow Catalog Item Definition Tag> - User
Id stringOr Email - The user identifier who created or updated the catalog item definition.
- Validation
Information GetWorkflow Catalog Item Definition Validation Information - Version
Context GetWorkflow Catalog Item Definition Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Catalog Item Definition Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Label string
- A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this catalog item definition. You can have multiple versions of the catalog 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 float64 - The version of the catalog item to support multiple versions.
- Object
Type string - Organization
Get
Workflow Catalog Item Definition Organization - Owners []string
- Parent
Get
Workflow Catalog Item Definition Parent - Permission
Resources []GetWorkflow Catalog Item Definition Permission Resource - Publish
Status string - Publish status of the catalog item.*
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. - Service
Items []GetWorkflow Catalog Item Definition Service Item - 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.
- Support
Status string - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. - []Get
Workflow Catalog Item Definition Tag - User
Id stringOr Email - The user identifier who created or updated the catalog item definition.
- Validation
Information GetWorkflow Catalog Item Definition Validation Information - Version
Context GetWorkflow Catalog Item Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Catalog Item Definition Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- description String
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- label String
- A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this catalog item definition. You can have multiple versions of the catalog 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 Double - The version of the catalog item to support multiple versions.
- object
Type String - organization
Get
Workflow Catalog Item Definition Organization - owners List<String>
- parent
Get
Workflow Catalog Item Definition Parent - permission
Resources List<GetWorkflow Catalog Item Definition Permission Resource> - publish
Status String - Publish status of the catalog item.*
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. - service
Items List<GetWorkflow Catalog Item Definition Service Item> - 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.
- support
Status String - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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<Get
Workflow Catalog Item Definition Tag> - user
Id StringOr Email - The user identifier who created or updated the catalog item definition.
- validation
Information GetWorkflow Catalog Item Definition Validation Information - version
Context GetWorkflow Catalog Item Definition Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Catalog Item Definition Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- label string
- A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name for this catalog item definition. You can have multiple versions of the catalog 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 number - The version of the catalog item to support multiple versions.
- object
Type string - organization
Get
Workflow Catalog Item Definition Organization - owners string[]
- parent
Get
Workflow Catalog Item Definition Parent - permission
Resources GetWorkflow Catalog Item Definition Permission Resource[] - publish
Status string - Publish status of the catalog item.*
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. - service
Items GetWorkflow Catalog Item Definition Service Item[] - 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.
- support
Status string - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. - Get
Workflow Catalog Item Definition Tag[] - user
Id stringOr Email - The user identifier who created or updated the catalog item definition.
- validation
Information GetWorkflow Catalog Item Definition Validation Information - version
Context GetWorkflow Catalog Item Definition Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow Catalog Item Definition Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- description str
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- label str
- A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name for this catalog item definition. You can have multiple versions of the catalog 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 catalog item to support multiple versions.
- object_
type str - organization
Get
Workflow Catalog Item Definition Organization - owners Sequence[str]
- parent
Get
Workflow Catalog Item Definition Parent - permission_
resources Sequence[GetWorkflow Catalog Item Definition Permission Resource] - publish_
status str - Publish status of the catalog item.*
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. - service_
items Sequence[GetWorkflow Catalog Item Definition Service Item] - 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.
- support_
status str - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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[Get
Workflow Catalog Item Definition Tag] - user_
id_ stror_ email - The user identifier who created or updated the catalog item definition.
- validation_
information GetWorkflow Catalog Item Definition Validation Information - version_
context GetWorkflow Catalog Item Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- label String
- A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this catalog item definition. You can have multiple versions of the catalog 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 Number - The version of the catalog item to support multiple versions.
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - publish
Status String - Publish status of the catalog item.*
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. - service
Items List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- support
Status String - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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>
- user
Id StringOr Email - The user identifier who created or updated the catalog item definition.
- validation
Information Property Map - version
Context Property Map
getWorkflowCatalogItemDefinition Result
The following output properties are available:
- Id string
- Results
List<Get
Workflow Catalog Item Definition Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Workflow Catalog Item Definition Ancestor> - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Label string
- Mod
Time string - Moid string
- Name string
- Nr
Version double - Object
Type string - Organization
Get
Workflow Catalog Item Definition Organization - Owners List<string>
- Parent
Get
Workflow Catalog Item Definition Parent - Permission
Resources List<GetWorkflow Catalog Item Definition Permission Resource> - Publish
Status string - Service
Items List<GetWorkflow Catalog Item Definition Service Item> - string
- Support
Status string - List<Get
Workflow Catalog Item Definition Tag> - User
Id stringOr Email - Validation
Information GetWorkflow Catalog Item Definition Validation Information - Version
Context GetWorkflow Catalog Item Definition Version Context
- Id string
- Results
[]Get
Workflow Catalog Item Definition Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Workflow Catalog Item Definition Ancestor - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Label string
- Mod
Time string - Moid string
- Name string
- Nr
Version float64 - Object
Type string - Organization
Get
Workflow Catalog Item Definition Organization - Owners []string
- Parent
Get
Workflow Catalog Item Definition Parent - Permission
Resources []GetWorkflow Catalog Item Definition Permission Resource - Publish
Status string - Service
Items []GetWorkflow Catalog Item Definition Service Item - string
- Support
Status string - []Get
Workflow Catalog Item Definition Tag - User
Id stringOr Email - Validation
Information GetWorkflow Catalog Item Definition Validation Information - Version
Context GetWorkflow Catalog Item Definition Version Context
- id String
- results
List<Get
Workflow Catalog Item Definition Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Workflow Catalog Item Definition Ancestor> - class
Id String - create
Time String - description String
- domain
Group StringMoid - label String
- mod
Time String - moid String
- name String
- nr
Version Double - object
Type String - organization
Get
Workflow Catalog Item Definition Organization - owners List<String>
- parent
Get
Workflow Catalog Item Definition Parent - permission
Resources List<GetWorkflow Catalog Item Definition Permission Resource> - publish
Status String - service
Items List<GetWorkflow Catalog Item Definition Service Item> - String
- support
Status String - List<Get
Workflow Catalog Item Definition Tag> - user
Id StringOr Email - validation
Information GetWorkflow Catalog Item Definition Validation Information - version
Context GetWorkflow Catalog Item Definition Version Context
- id string
- results
Get
Workflow Catalog Item Definition Result[] - account
Moid string - additional
Properties string - ancestors
Get
Workflow Catalog Item Definition Ancestor[] - class
Id string - create
Time string - description string
- domain
Group stringMoid - label string
- mod
Time string - moid string
- name string
- nr
Version number - object
Type string - organization
Get
Workflow Catalog Item Definition Organization - owners string[]
- parent
Get
Workflow Catalog Item Definition Parent - permission
Resources GetWorkflow Catalog Item Definition Permission Resource[] - publish
Status string - service
Items GetWorkflow Catalog Item Definition Service Item[] - string
- support
Status string - Get
Workflow Catalog Item Definition Tag[] - user
Id stringOr Email - validation
Information GetWorkflow Catalog Item Definition Validation Information - version
Context GetWorkflow Catalog Item Definition Version Context
- id str
- results
Sequence[Get
Workflow Catalog Item Definition Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Workflow Catalog Item Definition Ancestor] - class_
id str - create_
time str - description str
- domain_
group_ strmoid - label str
- mod_
time str - moid str
- name str
- nr_
version float - object_
type str - organization
Get
Workflow Catalog Item Definition Organization - owners Sequence[str]
- parent
Get
Workflow Catalog Item Definition Parent - permission_
resources Sequence[GetWorkflow Catalog Item Definition Permission Resource] - publish_
status str - service_
items Sequence[GetWorkflow Catalog Item Definition Service Item] - str
- support_
status str - Sequence[Get
Workflow Catalog Item Definition Tag] - user_
id_ stror_ email - validation_
information GetWorkflow Catalog Item Definition Validation Information - version_
context GetWorkflow Catalog Item Definition Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - description String
- domain
Group StringMoid - label String
- mod
Time String - moid String
- name String
- nr
Version Number - object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - publish
Status String - service
Items List<Property Map> - String
- support
Status String - List<Property Map>
- user
Id StringOr Email - validation
Information Property Map - version
Context Property Map
Supporting Types
GetWorkflowCatalogItemDefinitionAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowCatalogItemDefinitionOrganization
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowCatalogItemDefinitionParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowCatalogItemDefinitionPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowCatalogItemDefinitionResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetWorkflow Catalog Item Definition Result Ancestor> - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Label
This property is required. string - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. double - The version of the catalog item to support multiple versions.
- Object
Type This property is required. string - Organizations
This property is required. List<GetWorkflow Catalog Item Definition Result Organization> - Owners
This property is required. List<string> - Parents
This property is required. List<GetWorkflow Catalog Item Definition Result Parent> - Permission
Resources This property is required. List<GetWorkflow Catalog Item Definition Result Permission Resource> - Publish
Status This property is required. string - Publish status of the catalog item.*
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. - Service
Items This property is required. List<GetWorkflow Catalog Item Definition Result Service Item> This property is required. 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.
- Support
Status This property is required. string - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. This property is required. List<GetWorkflow Catalog Item Definition Result Tag> - User
Id Or Email This property is required. string - The user identifier who created or updated the catalog item definition.
- Validation
Informations This property is required. List<GetWorkflow Catalog Item Definition Result Validation Information> - Version
Contexts This property is required. List<GetWorkflow Catalog Item Definition Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetWorkflow Catalog Item Definition Result Ancestor - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Label
This property is required. string - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. float64 - The version of the catalog item to support multiple versions.
- Object
Type This property is required. string - Organizations
This property is required. []GetWorkflow Catalog Item Definition Result Organization - Owners
This property is required. []string - Parents
This property is required. []GetWorkflow Catalog Item Definition Result Parent - Permission
Resources This property is required. []GetWorkflow Catalog Item Definition Result Permission Resource - Publish
Status This property is required. string - Publish status of the catalog item.*
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. - Service
Items This property is required. []GetWorkflow Catalog Item Definition Result Service Item This property is required. 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.
- Support
Status This property is required. string - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. This property is required. []GetWorkflow Catalog Item Definition Result Tag - User
Id Or Email This property is required. string - The user identifier who created or updated the catalog item definition.
- Validation
Informations This property is required. []GetWorkflow Catalog Item Definition Result Validation Information - Version
Contexts This property is required. []GetWorkflow Catalog Item Definition Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetWorkflow Catalog Item Definition Result Ancestor> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- label
This property is required. String - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. Double - The version of the catalog item to support multiple versions.
- object
Type This property is required. String - organizations
This property is required. List<GetWorkflow Catalog Item Definition Result Organization> - owners
This property is required. List<String> - parents
This property is required. List<GetWorkflow Catalog Item Definition Result Parent> - permission
Resources This property is required. List<GetWorkflow Catalog Item Definition Result Permission Resource> - publish
Status This property is required. String - Publish status of the catalog item.*
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. - service
Items This property is required. List<GetWorkflow Catalog Item Definition Result Service Item> This property is required. 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.
- support
Status This property is required. String - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. This property is required. List<GetWorkflow Catalog Item Definition Result Tag> - user
Id Or Email This property is required. String - The user identifier who created or updated the catalog item definition.
- validation
Informations This property is required. List<GetWorkflow Catalog Item Definition Result Validation Information> - version
Contexts This property is required. List<GetWorkflow Catalog Item Definition Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetWorkflow Catalog Item Definition Result Ancestor[] - class
Id This property is required. string - create
Time This property is required. string - The time when this managed object was created.
- description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- label
This property is required. string - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod
Time This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. number - The version of the catalog item to support multiple versions.
- object
Type This property is required. string - organizations
This property is required. GetWorkflow Catalog Item Definition Result Organization[] - owners
This property is required. string[] - parents
This property is required. GetWorkflow Catalog Item Definition Result Parent[] - permission
Resources This property is required. GetWorkflow Catalog Item Definition Result Permission Resource[] - publish
Status This property is required. string - Publish status of the catalog item.*
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. - service
Items This property is required. GetWorkflow Catalog Item Definition Result Service Item[] This property is required. 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.
- support
Status This property is required. string - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. This property is required. GetWorkflow Catalog Item Definition Result Tag[] - user
Id Or Email This property is required. string - The user identifier who created or updated the catalog item definition.
- validation
Informations This property is required. GetWorkflow Catalog Item Definition Result Validation Information[] - version
Contexts This property is required. GetWorkflow Catalog Item Definition Result Version Context[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetWorkflow Catalog Item Definition Result Ancestor] - class_
id This property is required. str - create_
time This property is required. str - The time when this managed object was created.
- description
This property is required. str - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- label
This property is required. str - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod_
time This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. float - The version of the catalog item to support multiple versions.
- object_
type This property is required. str - organizations
This property is required. Sequence[GetWorkflow Catalog Item Definition Result Organization] - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetWorkflow Catalog Item Definition Result Parent] - permission_
resources This property is required. Sequence[GetWorkflow Catalog Item Definition Result Permission Resource] - publish_
status This property is required. str - Publish status of the catalog item.*
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. - service_
items This property is required. Sequence[GetWorkflow Catalog Item Definition Result Service Item] This property is required. 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.
- support_
status This property is required. str - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. This property is required. Sequence[GetWorkflow Catalog Item Definition Result Tag] - user_
id_ or_ email This property is required. str - The user identifier who created or updated the catalog item definition.
- validation_
informations This property is required. Sequence[GetWorkflow Catalog Item Definition Result Validation Information] - version_
contexts This property is required. Sequence[GetWorkflow Catalog Item Definition Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- label
This property is required. String - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. Number - The version of the catalog item to support multiple versions.
- object
Type This property is required. String - organizations
This property is required. List<Property Map> - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - publish
Status This property is required. String - Publish status of the catalog item.*
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. - service
Items This property is required. List<Property Map> This property is required. 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.
- support
Status This property is required. String - The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.*
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. This property is required. List<Property Map>- user
Id Or Email This property is required. String - The user identifier who created or updated the catalog item definition.
- validation
Informations This property is required. List<Property Map> - version
Contexts This property is required. List<Property Map>
GetWorkflowCatalogItemDefinitionResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionResultOrganization
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionResultServiceItem
- Additional
Properties This property is required. string - Class
Id This property is required. string - Description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. string - Service
Item Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Definition> - Service
Item Input Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition>
- Additional
Properties This property is required. string - Class
Id This property is required. string - Description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. string - Service
Item Definitions This property is required. []GetWorkflow Catalog Item Definition Result Service Item Service Item Definition - Service
Item Input Definitions This property is required. []GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition
- additional
Properties This property is required. String - class
Id This property is required. String - description
This property is required. String - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name
This property is required. String - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. String - service
Item Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Definition> - service
Item Input Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition>
- additional
Properties This property is required. string - class
Id This property is required. string - description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. string - service
Item Definitions This property is required. GetWorkflow Catalog Item Definition Result Service Item Service Item Definition[] - service
Item Input Definitions This property is required. GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition[]
- additional_
properties This property is required. str - class_
id This property is required. str - description
This property is required. str - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name
This property is required. str - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. str - service_
item_ definitions This property is required. Sequence[GetWorkflow Catalog Item Definition Result Service Item Service Item Definition] - service_
item_ input_ definitions This property is required. Sequence[GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition]
- additional
Properties This property is required. String - class
Id This property is required. String - description
This property is required. String - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name
This property is required. String - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. String - service
Item Definitions This property is required. List<Property Map> - service
Item Input Definitions This property is required. List<Property Map>
GetWorkflowCatalogItemDefinitionResultServiceItemServiceItemDefinition
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionResultServiceItemServiceItemInputDefinition
- Action
Name This property is required. string - Additional
Properties This property is required. string - Class
Id This property is required. string - Input
Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition> - Input
Parameters This property is required. string - Object
Type This property is required. string - Operation
Type This property is required. string - Service
Item Action Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Service Item Action Definition>
- Action
Name This property is required. string - Additional
Properties This property is required. string - Class
Id This property is required. string - Input
Definitions This property is required. []GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition - Input
Parameters This property is required. string - Object
Type This property is required. string - Operation
Type This property is required. string - Service
Item Action Definitions This property is required. []GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Service Item Action Definition
- action
Name This property is required. String - additional
Properties This property is required. String - class
Id This property is required. String - input
Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition> - input
Parameters This property is required. String - object
Type This property is required. String - operation
Type This property is required. String - service
Item Action Definitions This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Service Item Action Definition>
- action
Name This property is required. string - additional
Properties This property is required. string - class
Id This property is required. string - input
Definitions This property is required. GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition[] - input
Parameters This property is required. string - object
Type This property is required. string - operation
Type This property is required. string - service
Item Action Definitions This property is required. GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Service Item Action Definition[]
- action_
name This property is required. str - additional_
properties This property is required. str - class_
id This property is required. str - input_
definitions This property is required. Sequence[GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition] - input_
parameters This property is required. str - object_
type This property is required. str - operation_
type This property is required. str - service_
item_ action_ definitions This property is required. Sequence[GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Service Item Action Definition]
- action
Name This property is required. String - additional
Properties This property is required. String - class
Id This property is required. String - input
Definitions This property is required. List<Property Map> - input
Parameters This property is required. String - object
Type This property is required. String - operation
Type This property is required. String - service
Item Action Definitions This property is required. List<Property Map>
GetWorkflowCatalogItemDefinitionResultServiceItemServiceItemInputDefinitionInputDefinition
- Additional
Properties This property is required. string - Class
Id This property is required. string - Defaults
This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Default> - Description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Display
Metas This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Display Meta> - Input
Parameters This property is required. string - Label
This property is required. string - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. string - Required
This property is required. bool
- Additional
Properties This property is required. string - Class
Id This property is required. string - Defaults
This property is required. []GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Default - Description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Display
Metas This property is required. []GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Display Meta - Input
Parameters This property is required. string - Label
This property is required. string - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. string - Required
This property is required. bool
- additional
Properties This property is required. String - class
Id This property is required. String - defaults
This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Default> - description
This property is required. String - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display
Metas This property is required. List<GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Display Meta> - input
Parameters This property is required. String - label
This property is required. String - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- name
This property is required. String - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. String - required
This property is required. Boolean
- additional
Properties This property is required. string - class
Id This property is required. string - defaults
This property is required. GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Default[] - description
This property is required. string - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display
Metas This property is required. GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Display Meta[] - input
Parameters This property is required. string - label
This property is required. string - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- name
This property is required. string - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. string - required
This property is required. boolean
- additional_
properties This property is required. str - class_
id This property is required. str - defaults
This property is required. Sequence[GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Default] - description
This property is required. str - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display_
metas This property is required. Sequence[GetWorkflow Catalog Item Definition Result Service Item Service Item Input Definition Input Definition Display Meta] - input_
parameters This property is required. str - label
This property is required. str - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- name
This property is required. str - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. str - required
This property is required. bool
- additional
Properties This property is required. String - class
Id This property is required. String - defaults
This property is required. List<Property Map> - description
This property is required. String - The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display
Metas This property is required. List<Property Map> - input
Parameters This property is required. String - label
This property is required. String - A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- name
This property is required. String - The name for this catalog item definition. You can have multiple versions of the catalog 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 This property is required. String - required
This property is required. Boolean
GetWorkflowCatalogItemDefinitionResultServiceItemServiceItemInputDefinitionInputDefinitionDefault
- Additional
Properties This property is required. string - Class
Id This property is required. string - Is
Value Set This property is required. bool - Object
Type This property is required. string - Override
This property is required. bool - Value
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Is
Value Set This property is required. bool - Object
Type This property is required. string - Override
This property is required. bool - Value
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - is
Value Set This property is required. Boolean - object
Type This property is required. String - override
This property is required. Boolean - value
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - is
Value Set This property is required. boolean - object
Type This property is required. string - override
This property is required. boolean - value
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - is_
value_ set This property is required. bool - object_
type This property is required. str - override
This property is required. bool - value
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - is
Value Set This property is required. Boolean - object
Type This property is required. String - override
This property is required. Boolean - value
This property is required. String
GetWorkflowCatalogItemDefinitionResultServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta
- Additional
Properties This property is required. string - Class
Id This property is required. string - Inventory
Selector This property is required. bool - Object
Type This property is required. string - Widget
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Inventory
Selector This property is required. bool - Object
Type This property is required. string - Widget
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - inventory
Selector This property is required. Boolean - object
Type This property is required. String - widget
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - inventory
Selector This property is required. boolean - object
Type This property is required. string - widget
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - inventory_
selector This property is required. bool - object_
type This property is required. str - widget_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - inventory
Selector This property is required. Boolean - object
Type This property is required. String - widget
Type This property is required. String
GetWorkflowCatalogItemDefinitionResultServiceItemServiceItemInputDefinitionServiceItemActionDefinition
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetWorkflowCatalogItemDefinitionResultValidationInformation
- Additional
Properties This property is required. string - Class
Id This property is required. string - Engine
State This property is required. string - Object
Type This property is required. string - State
This property is required. string - Validation
Errors This property is required. List<GetWorkflow Catalog Item Definition Result Validation Information Validation Error>
- Additional
Properties This property is required. string - Class
Id This property is required. string - Engine
State This property is required. string - Object
Type This property is required. string - State
This property is required. string - Validation
Errors This property is required. []GetWorkflow Catalog Item Definition Result Validation Information Validation Error
- additional
Properties This property is required. String - class
Id This property is required. String - engine
State This property is required. String - object
Type This property is required. String - state
This property is required. String - validation
Errors This property is required. List<GetWorkflow Catalog Item Definition Result Validation Information Validation Error>
- additional
Properties This property is required. string - class
Id This property is required. string - engine
State This property is required. string - object
Type This property is required. string - state
This property is required. string - validation
Errors This property is required. GetWorkflow Catalog Item Definition Result Validation Information Validation Error[]
- additional_
properties This property is required. str - class_
id This property is required. str - engine_
state This property is required. str - object_
type This property is required. str - state
This property is required. str - validation_
errors This property is required. Sequence[GetWorkflow Catalog Item Definition Result Validation Information Validation Error]
- additional
Properties This property is required. String - class
Id This property is required. String - engine
State This property is required. String - object
Type This property is required. String - state
This property is required. String - validation
Errors This property is required. List<Property Map>
GetWorkflowCatalogItemDefinitionResultValidationInformationValidationError
- Additional
Properties This property is required. string - Class
Id This property is required. string - Error
Log This property is required. string - Field
This property is required. string - Object
Type This property is required. string - Task
Name This property is required. string - Transition
Name This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Error
Log This property is required. string - Field
This property is required. string - Object
Type This property is required. string - Task
Name This property is required. string - Transition
Name This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - error
Log This property is required. String - field
This property is required. String - object
Type This property is required. String - task
Name This property is required. String - transition
Name This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - error
Log This property is required. string - field
This property is required. string - object
Type This property is required. string - task
Name This property is required. string - transition
Name This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - error_
log This property is required. str - field
This property is required. str - object_
type This property is required. str - task_
name This property is required. str - transition_
name This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - error
Log This property is required. String - field
This property is required. String - object
Type This property is required. String - task
Name This property is required. String - transition
Name This property is required. String
GetWorkflowCatalogItemDefinitionResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetWorkflow Catalog Item Definition Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - The version of the catalog item to support multiple versions.
- Object
Type This property is required. string - Ref
Mos This property is required. List<GetWorkflow Catalog Item Definition Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetWorkflow Catalog Item Definition Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - The version of the catalog item to support multiple versions.
- Object
Type This property is required. string - Ref
Mos This property is required. []GetWorkflow Catalog Item Definition Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetWorkflow Catalog Item Definition Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - The version of the catalog item to support multiple versions.
- object
Type This property is required. String - ref
Mos This property is required. List<GetWorkflow Catalog Item Definition Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetWorkflow Catalog Item Definition Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - The version of the catalog item to support multiple versions.
- object
Type This property is required. string - ref
Mos This property is required. GetWorkflow Catalog Item Definition Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetWorkflow Catalog Item Definition Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - The version of the catalog item to support multiple versions.
- object_
type This property is required. str - ref_
mos This property is required. Sequence[GetWorkflow Catalog Item Definition Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - The version of the catalog item to support multiple versions.
- object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetWorkflowCatalogItemDefinitionResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetWorkflowCatalogItemDefinitionServiceItem
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Name string
- The name for this catalog item definition. You can have multiple versions of the catalog 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Service
Item GetDefinition Workflow Catalog Item Definition Service Item Service Item Definition - Specify the service items that are associated with the catalog item.
- Service
Item List<GetInput Definitions Workflow Catalog Item Definition Service Item Service Item Input Definition>
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Name string
- The name for this catalog item definition. You can have multiple versions of the catalog 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Service
Item GetDefinition Workflow Catalog Item Definition Service Item Service Item Definition - Specify the service items that are associated with the catalog item.
- Service
Item []GetInput Definitions Workflow Catalog Item Definition Service Item Service Item Input Definition
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name String
- The name for this catalog item definition. You can have multiple versions of the catalog 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- service
Item GetDefinition Workflow Catalog Item Definition Service Item Service Item Definition - Specify the service items that are associated with the catalog item.
- service
Item List<GetInput Definitions Workflow Catalog Item Definition Service Item Service Item Input Definition>
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name string
- The name for this catalog item definition. You can have multiple versions of the catalog 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- service
Item GetDefinition Workflow Catalog Item Definition Service Item Service Item Definition - Specify the service items that are associated with the catalog item.
- service
Item GetInput Definitions Workflow Catalog Item Definition Service Item Service Item Input Definition[]
- 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.
- description str
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name str
- The name for this catalog item definition. You can have multiple versions of the catalog 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.
- service_
item_ Getdefinition Workflow Catalog Item Definition Service Item Service Item Definition - Specify the service items that are associated with the catalog item.
- service_
item_ Sequence[Getinput_ definitions Workflow Catalog Item Definition Service Item Service Item Input Definition]
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- name String
- The name for this catalog item definition. You can have multiple versions of the catalog 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- service
Item Property MapDefinition - Specify the service items that are associated with the catalog item.
- service
Item List<Property Map>Input Definitions
GetWorkflowCatalogItemDefinitionServiceItemServiceItemDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinition
- Action
Name string - The name of the service item action.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Input
Definitions List<GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition> - Input
Parameters string - Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation
Type string - Type of action operation to be executed on the service item.
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- Service
Item GetAction Definition Workflow Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition - Specify the service item action for which input definition is associated.
- Action
Name string - The name of the service item action.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Input
Definitions []GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition - Input
Parameters string - Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation
Type string - Type of action operation to be executed on the service item.
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- Service
Item GetAction Definition Workflow Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition - Specify the service item action for which input definition is associated.
- action
Name String - The name of the service item action.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- input
Definitions List<GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition> - input
Parameters String - Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
Type String - Type of action operation to be executed on the service item.
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- service
Item GetAction Definition Workflow Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition - Specify the service item action for which input definition is associated.
- action
Name string - The name of the service item action.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- input
Definitions GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition[] - input
Parameters string - Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
Type string - Type of action operation to be executed on the service item.
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- service
Item GetAction Definition Workflow Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition - Specify the service item action for which input definition is associated.
- action_
name str - The name of the service item action.
- 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.
- input_
definitions Sequence[GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition] - input_
parameters str - Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation_
type str - Type of action operation to be executed on the service item.
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- service_
item_ Getaction_ definition Workflow Catalog Item Definition Service Item Service Item Input Definition Service Item Action Definition - Specify the service item action for which input definition is associated.
- action
Name String - The name of the service item action.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- input
Definitions List<Property Map> - input
Parameters String - Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
Type String - Type of action operation to be executed on the service item.
PostDeployment
- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.Deployment
- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.Decommission
- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.Migration
- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
- service
Item Property MapAction Definition - Specify the service item action for which input definition is associated.
GetWorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
Get
Workflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Default - Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Display
Meta GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- Input
Parameters string - JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the catalog 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 catalog item definition. You can have multiple versions of the catalog 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Default
Get
Workflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Default - Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- Display
Meta GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- Input
Parameters string - JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- Label string
- A user friendly short name to identify the catalog 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 catalog item definition. You can have multiple versions of the catalog 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Required bool
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default_
Get
Workflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Default - Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display
Meta GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input
Parameters String - JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the catalog 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 catalog item definition. You can have multiple versions of the catalog 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 String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required Boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
Get
Workflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Default - Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description string
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display
Meta GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input
Parameters string - JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label string
- A user friendly short name to identify the catalog 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 catalog item definition. You can have multiple versions of the catalog 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- required boolean
- Specifies whether this parameter is required. The field is applicable for task and workflow.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default
Get
Workflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Default - Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description str
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display_
meta GetWorkflow Catalog Item Definition Service Item Service Item Input Definition Input Definition Display Meta - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input_
parameters str - JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label str
- A user friendly short name to identify the catalog 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 catalog item definition. You can have multiple versions of the catalog 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- default Property Map
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- description String
- The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.
- display
Meta Property Map - Captures the meta data needed for displaying workflow data types in Intersight User Interface.
- input
Parameters String - JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
- label String
- A user friendly short name to identify the catalog 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 catalog item definition. You can have multiple versions of the catalog 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 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.
GetWorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDefault
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Is
Value boolSet - A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Is
Value boolSet - A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- Value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value BooleanSet - A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value booleanSet - A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value string
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is_
value_ boolset - A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override bool
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value str
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Value BooleanSet - A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- override Boolean
- Override the default value provided for the data type. When true, allow the user to enter value for the data type.
- value String
- Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
GetWorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionInputDefinitionDisplayMeta
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type string - Specify the widget type for data display.
None
- Display none of the widget types.Radio
- Display the widget as a radio button.Dropdown
- Display the widget as a dropdown.GridSelector
- Display the widget as a selector.DrawerSelector
- Display the widget as a selector.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Inventory
Selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Widget
Type string - Specify the widget type for data display.
None
- Display none of the widget types.Radio
- Display the widget as a radio button.Dropdown
- Display the widget as a dropdown.GridSelector
- Display the widget as a selector.DrawerSelector
- Display the widget as a selector.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type String - Specify the widget type for data display.
None
- Display none of the widget types.Radio
- Display the widget as a radio button.Dropdown
- Display the widget as a dropdown.GridSelector
- Display the widget as a selector.DrawerSelector
- Display the widget as a selector.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type string - Specify the widget type for data display.
None
- Display none of the widget types.Radio
- Display the widget as a radio button.Dropdown
- Display the widget as a dropdown.GridSelector
- Display the widget as a selector.DrawerSelector
- Display the widget as a selector.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory_
selector bool - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget_
type str - Specify the widget type for data display.
None
- Display none of the widget types.Radio
- Display the widget as a radio button.Dropdown
- Display the widget as a dropdown.GridSelector
- Display the widget as a selector.DrawerSelector
- Display the widget as a selector.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- inventory
Selector Boolean - Inventory selector specified for primitive data property should be used in Intersight User Interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- widget
Type String - Specify the widget type for data display.
None
- Display none of the widget types.Radio
- Display the widget as a radio button.Dropdown
- Display the widget as a dropdown.GridSelector
- Display the widget as a selector.DrawerSelector
- Display the widget as a selector.
GetWorkflowCatalogItemDefinitionServiceItemServiceItemInputDefinitionServiceItemActionDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowCatalogItemDefinitionTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowCatalogItemDefinitionValidationInformation
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Engine
State 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.
- Object
Type 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.
- Validation
Errors List<GetWorkflow Catalog Item Definition Validation Information Validation Error>
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Engine
State 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.
- Object
Type 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.
- Validation
Errors []GetWorkflow Catalog Item Definition Validation Information Validation Error
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engine
State 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.
- object
Type 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.
- validation
Errors List<GetWorkflow Catalog Item Definition Validation Information Validation Error>
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engine
State 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.
- object
Type 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.
- validation
Errors GetWorkflow Catalog 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 Catalog Item Definition Validation Information Validation Error]
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- engine
State 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.
- object
Type 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.
- validation
Errors List<Property Map>
GetWorkflowCatalogItemDefinitionValidationInformationValidationError
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Error
Log string - Description of the error.
- Field string
- When populated this refers to the input or output field within the workflow or task.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Task
Name string - The task name on which the error is found, when empty the error applies to the top level workflow.
- Transition
Name 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Error
Log string - Description of the error.
- Field string
- When populated this refers to the input or output field within the workflow or task.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Task
Name string - The task name on which the error is found, when empty the error applies to the top level workflow.
- Transition
Name 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- error
Log String - Description of the error.
- field String
- When populated this refers to the input or output field within the workflow or task.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task
Name String - The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- error
Log string - Description of the error.
- field string
- When populated this refers to the input or output field within the workflow or task.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task
Name string - The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- error
Log String - Description of the error.
- field String
- When populated this refers to the input or output field within the workflow or task.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task
Name String - The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name 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.
GetWorkflowCatalogItemDefinitionVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetWorkflow Catalog 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 string - The version of the catalog item to support multiple versions.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetWorkflow Catalog Item Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetWorkflow Catalog 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 string - The version of the catalog item to support multiple versions.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetWorkflow Catalog Item Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetWorkflow Catalog Item Definition Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the catalog item to support multiple versions.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetWorkflow Catalog Item Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetWorkflow Catalog Item Definition Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the catalog item to support multiple versions.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetWorkflow Catalog Item Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetWorkflow Catalog 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 catalog 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 Catalog 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the catalog item to support multiple versions.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetWorkflowCatalogItemDefinitionVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowCatalogItemDefinitionVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet