intersight.WorkflowServiceItemDefinition
Explore with Pulumi AI
Service Item definition is a collection of actions and associated workflow definition that can be used to deploy a service item.
Allowed Types in AdditionalProperties
workflow.ArrayDataType
This data type represents an array of a given type. It can be an array of primitive data or of custom data.
array_item_type
:(HashMap) - Data item within the array data type. This complex property has following sub-properties: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.
max
:(int) Specify the maximum value of the array.min
:(int) Specify the minimum value of the array.
workflow.CustomDataType
This data type represents a custom data object.
properties
:(HashMap) - Captures the custom data type properties. This complex property has following sub-properties:catalog_moid
:(string) Specify the catalog moid that this custom data type belongs.custom_data_type_id
:(string)(ReadOnly) The resolved custom data type definition managed object.custom_data_type_name
:(string) Name of the custom data type for this input.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
workflow.DynamicTemplateParserDataType
Data type to fetch a generic template from given selector and parse it using an api to give an array of secure and non-secure keys for form generation. URL used to fetch the template object is based on the templateType. Final input passed to the workflow using this data type is a JSON containing {‘Template’:’’, ‘Keys’:[{’
is_template_secure
:(bool) When set to true, the template is marked as secure and the content is encrypted and stored.template_type
:(string) Template type decides on the API to be used to fetch the placeholders present inside the template.*OsInstall
- This refers to the OS configuration template MO.
workflow.MoInventoryDataType
The data type to represent the selected properties of an Intersight managed object. This data type is used only in Service items to define the schema of resources and their attributes.
properties
:(Array) This complex property has following sub-properties:attributes
: (Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.reference_object_type
:(string) ObjectType for which the attributes need to be collected.reference_type
:(string) Defines how the reference to the shadow resource is done. Base case is via an Moid, but reference via a selector is also possible.*Moid
- The reference to the original resource is via an Moid.*Selector
- The reference to the original resource is via a selector query. This can potentially lead to tracking data for multiple resources.
workflow.MoReferenceAutoDataType
The data type to capture an Intersight managed object reference that is automatically selected by the system based on a given selection criteria.
properties
:(Array) This complex property has following sub-properties:display_attributes
: (Array of schema.TypeString) -filters
: (Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.order_by
:(string) Determines properties that are used to sort the collection of resources.rule
:(HashMap) - The rule can be obtained directly from a Resource Selection Criteria or provided as inline resource filter conditions. This complex property has following sub-properties: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.
workflow.MoReferenceDataType
Data type to capture an Intersight Managed object reference.
properties
:(Array) This complex property has following sub-properties:display_attributes
: (Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.selector
:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options.selector_property
:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation. This complex property has following sub-properties:body
:(JSON as string) Content of the request body to send for POST request.method
:(string) The HTTP method to be used.*GET
- The HTTP GET method requests a representation of the specified resource.*POST
- The HTTP POST method sends data to the server.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
value_attribute
:(string) A property from the Intersight object, value of which can be used as value for referenced input definition.
workflow.PrimitiveDataType
This data type is used to represent primitives like string, floats and integers.
properties
:(HashMap) - Primitive data type properties. This complex property has following sub-properties:constraints
:(HashMap) - Constraints that must be applied to the parameter value supplied for this data type. This complex property has following sub-properties:enum_list
:(Array) This complex property has following sub-properties:label
:(string) Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote (’), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.value
:(string) Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), round parenthesis ( () ), forward slash (/), or an underscore (_).
max
:(float) Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (21023 * (253 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.min
:(float) Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.regex
:(string) When the parameter is a string this regular expression is used to ensure the value is valid.data_source_selector
:(Array) This complex property has following sub-properties:display_attributes
: (Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.selector
:(string) This field holds mapping information used to provide suggestions to the user. The mapping should be in the ‘${workflow.input.property}’ format. It supports workflow input mapping for workflows, and for User Actions, it supports workflow inputs, workflow outputs, workflow variables, and outputs from previous tasks.value_attribute
:(string) A property from the mapped parameter, value of which can be used as value for referenced input definition.
inventory_selector
:(Array) This complex property has following sub-properties:display_attributes
: (Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.selector
:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options.selector_property
:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation. This complex property has following sub-properties:body
:(JSON as string) Content of the request body to send for POST request.method
:(string) The HTTP method to be used.*GET
- The HTTP GET method requests a representation of the specified resource.*POST
- The HTTP POST method sends data to the server.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
value_attribute
:(string) A property from the Intersight object, value of which can be used as value for referenced input definition.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.secure
:(bool) Intersight supports secure properties as task input/output. The values ofthese properties are encrypted and stored in Intersight.This flag marks the property to be secure when it is set to true.type
:(string) Specify the enum type for primitive data type.*string
- Enum to specify a string data type.*integer
- Enum to specify an integer32 data type.*float
- Enum to specify a float64 data type.*boolean
- Enum to specify a boolean data type.*json
- Enum to specify a json data type.*enum
- Enum to specify a enum data type which is a list of pre-defined strings.
workflow.TargetDataType
Data type to capture a target endpoint or device.
custom_data_type_properties
:(HashMap) - Reference to custom data type definition. This complex property has following sub-properties:catalog_moid
:(string) Specify the catalog moid that this custom data type belongs.custom_data_type_id
:(string)(ReadOnly) The resolved custom data type definition managed object.custom_data_type_name
:(string) Name of the custom data type for this input.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
is_array
:(bool) When this property is true then an array of targets can be passed as input.max
:(int) Specify the maximum value of the array.min
:(int) Specify the minimum value of the array.properties
:(Array) This complex property has following sub-properties:connector_attribute
:(string) A singleton value which will contain the path to connector object from the selected object.constraint_attributes
: (Array of schema.TypeString) -display_attributes
: (Array of schema.TypeString) -object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.platform_type
: (Array of schema.TypeString) -selector
:(string) Field to hold an Intersight API along with an optional filter to narrow down the search options for target device.selector_property
:(HashMap) - Selector properties to define HTTP method and ‘body’ in case of upsert operation. This complex property has following sub-properties:body
:(JSON as string) Content of the request body to send for POST request.method
:(string) The HTTP method to be used.*GET
- The HTTP GET method requests a representation of the specified resource.*POST
- The HTTP POST method sends data to the server.object_type
:(string) The fully-qualified name of the instantiated, concrete type.The value should be the same as the ‘ClassId’ property.
supported_objects
: (Array of schema.TypeString) -
Create WorkflowServiceItemDefinition Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkflowServiceItemDefinition(name: string, args?: WorkflowServiceItemDefinitionArgs, opts?: CustomResourceOptions);
@overload
def WorkflowServiceItemDefinition(resource_name: str,
args: Optional[WorkflowServiceItemDefinitionArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkflowServiceItemDefinition(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
action_definitions: Optional[Sequence[WorkflowServiceItemDefinitionActionDefinitionArgs]] = None,
additional_properties: Optional[str] = None,
allow_multiple_service_item_instances: Optional[bool] = None,
ancestors: Optional[Sequence[WorkflowServiceItemDefinitionAncestorArgs]] = None,
attribute_definitions: Optional[Sequence[WorkflowServiceItemDefinitionAttributeDefinitionArgs]] = None,
catalogs: Optional[Sequence[WorkflowServiceItemDefinitionCatalogArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
create_user: Optional[str] = None,
cvd_id: Optional[str] = None,
default_version: Optional[bool] = None,
delete_instance_on_decommission: Optional[bool] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
label: Optional[str] = None,
license_entitlement: Optional[str] = None,
mod_time: Optional[str] = None,
mod_user: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_version: Optional[float] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowServiceItemDefinitionParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowServiceItemDefinitionPermissionResourceArgs]] = None,
publish_status: Optional[str] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
support_status: Optional[str] = None,
tags: Optional[Sequence[WorkflowServiceItemDefinitionTagArgs]] = None,
user_id_or_email: Optional[str] = None,
validation_informations: Optional[Sequence[WorkflowServiceItemDefinitionValidationInformationArgs]] = None,
version_contexts: Optional[Sequence[WorkflowServiceItemDefinitionVersionContextArgs]] = None,
workflow_service_item_definition_id: Optional[str] = None)
func NewWorkflowServiceItemDefinition(ctx *Context, name string, args *WorkflowServiceItemDefinitionArgs, opts ...ResourceOption) (*WorkflowServiceItemDefinition, error)
public WorkflowServiceItemDefinition(string name, WorkflowServiceItemDefinitionArgs? args = null, CustomResourceOptions? opts = null)
public WorkflowServiceItemDefinition(String name, WorkflowServiceItemDefinitionArgs args)
public WorkflowServiceItemDefinition(String name, WorkflowServiceItemDefinitionArgs args, CustomResourceOptions options)
type: intersight:WorkflowServiceItemDefinition
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WorkflowServiceItemDefinitionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkflowServiceItemDefinitionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkflowServiceItemDefinitionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowServiceItemDefinitionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowServiceItemDefinitionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var workflowServiceItemDefinitionResource = new Intersight.WorkflowServiceItemDefinition("workflowServiceItemDefinitionResource", new()
{
AccountMoid = "string",
ActionDefinitions = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionActionDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
AdditionalProperties = "string",
AllowMultipleServiceItemInstances = false,
Ancestors = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
AttributeDefinitions = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionAttributeDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Defaults = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionAttributeDefinitionDefaultArgs
{
AdditionalProperties = "string",
ClassId = "string",
IsValueSet = false,
ObjectType = "string",
Override = false,
Value = "string",
},
},
Description = "string",
DisplayMetas = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionAttributeDefinitionDisplayMetaArgs
{
AdditionalProperties = "string",
ClassId = "string",
InventorySelector = false,
ObjectType = "string",
WidgetType = "string",
},
},
InputParameters = "string",
Label = "string",
Name = "string",
ObjectType = "string",
Required = false,
},
},
Catalogs = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionCatalogArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
CreateUser = "string",
CvdId = "string",
DefaultVersion = false,
DeleteInstanceOnDecommission = false,
Description = "string",
DomainGroupMoid = "string",
Label = "string",
LicenseEntitlement = "string",
ModTime = "string",
ModUser = "string",
Moid = "string",
Name = "string",
NrVersion = 0,
ObjectType = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PublishStatus = "string",
SharedScope = "string",
Status = "string",
SupportStatus = "string",
Tags = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
UserIdOrEmail = "string",
ValidationInformations = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionValidationInformationArgs
{
AdditionalProperties = "string",
ClassId = "string",
EngineState = "string",
ObjectType = "string",
State = "string",
ValidationErrors = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionValidationInformationValidationErrorArgs
{
AdditionalProperties = "string",
ClassId = "string",
ErrorLog = "string",
Field = "string",
ObjectType = "string",
TaskName = "string",
TransitionName = "string",
},
},
},
},
VersionContexts = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.WorkflowServiceItemDefinitionVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WorkflowServiceItemDefinitionId = "string",
});
example, err := intersight.NewWorkflowServiceItemDefinition(ctx, "workflowServiceItemDefinitionResource", &intersight.WorkflowServiceItemDefinitionArgs{
AccountMoid: pulumi.String("string"),
ActionDefinitions: intersight.WorkflowServiceItemDefinitionActionDefinitionArray{
&intersight.WorkflowServiceItemDefinitionActionDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AdditionalProperties: pulumi.String("string"),
AllowMultipleServiceItemInstances: pulumi.Bool(false),
Ancestors: intersight.WorkflowServiceItemDefinitionAncestorArray{
&intersight.WorkflowServiceItemDefinitionAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AttributeDefinitions: intersight.WorkflowServiceItemDefinitionAttributeDefinitionArray{
&intersight.WorkflowServiceItemDefinitionAttributeDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Defaults: intersight.WorkflowServiceItemDefinitionAttributeDefinitionDefaultArray{
&intersight.WorkflowServiceItemDefinitionAttributeDefinitionDefaultArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
IsValueSet: pulumi.Bool(false),
ObjectType: pulumi.String("string"),
Override: pulumi.Bool(false),
Value: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
DisplayMetas: intersight.WorkflowServiceItemDefinitionAttributeDefinitionDisplayMetaArray{
&intersight.WorkflowServiceItemDefinitionAttributeDefinitionDisplayMetaArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InventorySelector: pulumi.Bool(false),
ObjectType: pulumi.String("string"),
WidgetType: pulumi.String("string"),
},
},
InputParameters: pulumi.String("string"),
Label: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Required: pulumi.Bool(false),
},
},
Catalogs: intersight.WorkflowServiceItemDefinitionCatalogArray{
&intersight.WorkflowServiceItemDefinitionCatalogArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
CreateUser: pulumi.String("string"),
CvdId: pulumi.String("string"),
DefaultVersion: pulumi.Bool(false),
DeleteInstanceOnDecommission: pulumi.Bool(false),
Description: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
Label: pulumi.String("string"),
LicenseEntitlement: pulumi.String("string"),
ModTime: pulumi.String("string"),
ModUser: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
NrVersion: pulumi.Float64(0),
ObjectType: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.WorkflowServiceItemDefinitionParentArray{
&intersight.WorkflowServiceItemDefinitionParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.WorkflowServiceItemDefinitionPermissionResourceArray{
&intersight.WorkflowServiceItemDefinitionPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PublishStatus: pulumi.String("string"),
SharedScope: pulumi.String("string"),
Status: pulumi.String("string"),
SupportStatus: pulumi.String("string"),
Tags: intersight.WorkflowServiceItemDefinitionTagArray{
&intersight.WorkflowServiceItemDefinitionTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
UserIdOrEmail: pulumi.String("string"),
ValidationInformations: intersight.WorkflowServiceItemDefinitionValidationInformationArray{
&intersight.WorkflowServiceItemDefinitionValidationInformationArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
EngineState: pulumi.String("string"),
ObjectType: pulumi.String("string"),
State: pulumi.String("string"),
ValidationErrors: intersight.WorkflowServiceItemDefinitionValidationInformationValidationErrorArray{
&intersight.WorkflowServiceItemDefinitionValidationInformationValidationErrorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ErrorLog: pulumi.String("string"),
Field: pulumi.String("string"),
ObjectType: pulumi.String("string"),
TaskName: pulumi.String("string"),
TransitionName: pulumi.String("string"),
},
},
},
},
VersionContexts: intersight.WorkflowServiceItemDefinitionVersionContextArray{
&intersight.WorkflowServiceItemDefinitionVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.WorkflowServiceItemDefinitionVersionContextInterestedMoArray{
&intersight.WorkflowServiceItemDefinitionVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.WorkflowServiceItemDefinitionVersionContextRefMoArray{
&intersight.WorkflowServiceItemDefinitionVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
WorkflowServiceItemDefinitionId: pulumi.String("string"),
})
var workflowServiceItemDefinitionResource = new WorkflowServiceItemDefinition("workflowServiceItemDefinitionResource", WorkflowServiceItemDefinitionArgs.builder()
.accountMoid("string")
.actionDefinitions(WorkflowServiceItemDefinitionActionDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.additionalProperties("string")
.allowMultipleServiceItemInstances(false)
.ancestors(WorkflowServiceItemDefinitionAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.attributeDefinitions(WorkflowServiceItemDefinitionAttributeDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.defaults(WorkflowServiceItemDefinitionAttributeDefinitionDefaultArgs.builder()
.additionalProperties("string")
.classId("string")
.isValueSet(false)
.objectType("string")
.override(false)
.value("string")
.build())
.description("string")
.displayMetas(WorkflowServiceItemDefinitionAttributeDefinitionDisplayMetaArgs.builder()
.additionalProperties("string")
.classId("string")
.inventorySelector(false)
.objectType("string")
.widgetType("string")
.build())
.inputParameters("string")
.label("string")
.name("string")
.objectType("string")
.required(false)
.build())
.catalogs(WorkflowServiceItemDefinitionCatalogArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.createUser("string")
.cvdId("string")
.defaultVersion(false)
.deleteInstanceOnDecommission(false)
.description("string")
.domainGroupMoid("string")
.label("string")
.licenseEntitlement("string")
.modTime("string")
.modUser("string")
.moid("string")
.name("string")
.nrVersion(0)
.objectType("string")
.owners("string")
.parents(WorkflowServiceItemDefinitionParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(WorkflowServiceItemDefinitionPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.publishStatus("string")
.sharedScope("string")
.status("string")
.supportStatus("string")
.tags(WorkflowServiceItemDefinitionTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.userIdOrEmail("string")
.validationInformations(WorkflowServiceItemDefinitionValidationInformationArgs.builder()
.additionalProperties("string")
.classId("string")
.engineState("string")
.objectType("string")
.state("string")
.validationErrors(WorkflowServiceItemDefinitionValidationInformationValidationErrorArgs.builder()
.additionalProperties("string")
.classId("string")
.errorLog("string")
.field("string")
.objectType("string")
.taskName("string")
.transitionName("string")
.build())
.build())
.versionContexts(WorkflowServiceItemDefinitionVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(WorkflowServiceItemDefinitionVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(WorkflowServiceItemDefinitionVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.workflowServiceItemDefinitionId("string")
.build());
workflow_service_item_definition_resource = intersight.WorkflowServiceItemDefinition("workflowServiceItemDefinitionResource",
account_moid="string",
action_definitions=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
additional_properties="string",
allow_multiple_service_item_instances=False,
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
attribute_definitions=[{
"additional_properties": "string",
"class_id": "string",
"defaults": [{
"additional_properties": "string",
"class_id": "string",
"is_value_set": False,
"object_type": "string",
"override": False,
"value": "string",
}],
"description": "string",
"display_metas": [{
"additional_properties": "string",
"class_id": "string",
"inventory_selector": False,
"object_type": "string",
"widget_type": "string",
}],
"input_parameters": "string",
"label": "string",
"name": "string",
"object_type": "string",
"required": False,
}],
catalogs=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
create_user="string",
cvd_id="string",
default_version=False,
delete_instance_on_decommission=False,
description="string",
domain_group_moid="string",
label="string",
license_entitlement="string",
mod_time="string",
mod_user="string",
moid="string",
name="string",
nr_version=0,
object_type="string",
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
publish_status="string",
shared_scope="string",
status="string",
support_status="string",
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
user_id_or_email="string",
validation_informations=[{
"additional_properties": "string",
"class_id": "string",
"engine_state": "string",
"object_type": "string",
"state": "string",
"validation_errors": [{
"additional_properties": "string",
"class_id": "string",
"error_log": "string",
"field": "string",
"object_type": "string",
"task_name": "string",
"transition_name": "string",
}],
}],
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}],
workflow_service_item_definition_id="string")
const workflowServiceItemDefinitionResource = new intersight.WorkflowServiceItemDefinition("workflowServiceItemDefinitionResource", {
accountMoid: "string",
actionDefinitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
additionalProperties: "string",
allowMultipleServiceItemInstances: false,
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
attributeDefinitions: [{
additionalProperties: "string",
classId: "string",
defaults: [{
additionalProperties: "string",
classId: "string",
isValueSet: false,
objectType: "string",
override: false,
value: "string",
}],
description: "string",
displayMetas: [{
additionalProperties: "string",
classId: "string",
inventorySelector: false,
objectType: "string",
widgetType: "string",
}],
inputParameters: "string",
label: "string",
name: "string",
objectType: "string",
required: false,
}],
catalogs: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
createUser: "string",
cvdId: "string",
defaultVersion: false,
deleteInstanceOnDecommission: false,
description: "string",
domainGroupMoid: "string",
label: "string",
licenseEntitlement: "string",
modTime: "string",
modUser: "string",
moid: "string",
name: "string",
nrVersion: 0,
objectType: "string",
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
publishStatus: "string",
sharedScope: "string",
status: "string",
supportStatus: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
userIdOrEmail: "string",
validationInformations: [{
additionalProperties: "string",
classId: "string",
engineState: "string",
objectType: "string",
state: "string",
validationErrors: [{
additionalProperties: "string",
classId: "string",
errorLog: "string",
field: "string",
objectType: "string",
taskName: "string",
transitionName: "string",
}],
}],
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
workflowServiceItemDefinitionId: "string",
});
type: intersight:WorkflowServiceItemDefinition
properties:
accountMoid: string
actionDefinitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
additionalProperties: string
allowMultipleServiceItemInstances: false
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
attributeDefinitions:
- additionalProperties: string
classId: string
defaults:
- additionalProperties: string
classId: string
isValueSet: false
objectType: string
override: false
value: string
description: string
displayMetas:
- additionalProperties: string
classId: string
inventorySelector: false
objectType: string
widgetType: string
inputParameters: string
label: string
name: string
objectType: string
required: false
catalogs:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
createUser: string
cvdId: string
defaultVersion: false
deleteInstanceOnDecommission: false
description: string
domainGroupMoid: string
label: string
licenseEntitlement: string
modTime: string
modUser: string
moid: string
name: string
nrVersion: 0
objectType: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
publishStatus: string
sharedScope: string
status: string
supportStatus: string
tags:
- additionalProperties: string
key: string
value: string
userIdOrEmail: string
validationInformations:
- additionalProperties: string
classId: string
engineState: string
objectType: string
state: string
validationErrors:
- additionalProperties: string
classId: string
errorLog: string
field: string
objectType: string
taskName: string
transitionName: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
workflowServiceItemDefinitionId: string
WorkflowServiceItemDefinition Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WorkflowServiceItemDefinition resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action
Definitions List<WorkflowService Item Definition Action Definition> - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- Additional
Properties string - Allow
Multiple boolService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
List<Workflow
Service Item Definition Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Attribute
Definitions List<WorkflowService Item Definition Attribute Definition> - This complex property has following sub-properties:
- Catalogs
List<Workflow
Service Item Definition Catalog> - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Create
User string - (ReadOnly) The user identifier who created or cloned the service item definition.
- Cvd
Id string - The Cisco Validated Design (CVD) Identifier that this service item provides.
- Default
Version bool - The flag to indicate that this is the default version of the service item.
- Delete
Instance boolOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- License
Entitlement string - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Mod
User string - (ReadOnly) The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- Nr
Version double - The version of the service 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.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Workflow
Service Item Definition Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<WorkflowService Item Definition Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Publish
Status string - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - Support
Status string - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - List<Workflow
Service Item Definition Tag> - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- Validation
Informations List<WorkflowService Item Definition Validation Information> - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- Version
Contexts List<WorkflowService Item Definition Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Service stringItem Definition Id
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action
Definitions []WorkflowService Item Definition Action Definition Args - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- Additional
Properties string - Allow
Multiple boolService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
[]Workflow
Service Item Definition Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Attribute
Definitions []WorkflowService Item Definition Attribute Definition Args - This complex property has following sub-properties:
- Catalogs
[]Workflow
Service Item Definition Catalog Args - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Create
User string - (ReadOnly) The user identifier who created or cloned the service item definition.
- Cvd
Id string - The Cisco Validated Design (CVD) Identifier that this service item provides.
- Default
Version bool - The flag to indicate that this is the default version of the service item.
- Delete
Instance boolOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- License
Entitlement string - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Mod
User string - (ReadOnly) The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- Nr
Version float64 - The version of the service 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.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Workflow
Service Item Definition Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []WorkflowService Item Definition Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Publish
Status string - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - Support
Status string - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - []Workflow
Service Item Definition Tag Args - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- Validation
Informations []WorkflowService Item Definition Validation Information Args - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- Version
Contexts []WorkflowService Item Definition Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Service stringItem Definition Id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action
Definitions List<WorkflowService Item Definition Action Definition> - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional
Properties String - allow
Multiple BooleanService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
List<Workflow
Service Item Definition Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute
Definitions List<WorkflowService Item Definition Attribute Definition> - This complex property has following sub-properties:
- catalogs
List<Workflow
Service Item Definition Catalog> - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- create
User String - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd
Id String - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default
Version Boolean - The flag to indicate that this is the default version of the service item.
- delete
Instance BooleanOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license
Entitlement String - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- mod
User String - (ReadOnly) The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr
Version Double - The version of the service 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.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Workflow
Service Item Definition Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<WorkflowService Item Definition Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish
Status String - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support
Status String - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - List<Workflow
Service Item Definition Tag> - This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation
Informations List<WorkflowService Item Definition Validation Information> - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version
Contexts List<WorkflowService Item Definition Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Service StringItem Definition Id
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- action
Definitions WorkflowService Item Definition Action Definition[] - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional
Properties string - allow
Multiple booleanService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
Workflow
Service Item Definition Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute
Definitions WorkflowService Item Definition Attribute Definition[] - This complex property has following sub-properties:
- catalogs
Workflow
Service Item Definition Catalog[] - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- create
User string - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd
Id string - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default
Version boolean - The flag to indicate that this is the default version of the service item.
- delete
Instance booleanOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license
Entitlement string - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- mod
User string - (ReadOnly) The user identifier who last updated the service item definition.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr
Version number - The version of the service 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.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Workflow
Service Item Definition Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources WorkflowService Item Definition Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish
Status string - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support
Status string - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - Workflow
Service Item Definition Tag[] - This complex property has following sub-properties:
- user
Id stringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation
Informations WorkflowService Item Definition Validation Information[] - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version
Contexts WorkflowService Item Definition Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Service stringItem Definition Id
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- action_
definitions Sequence[WorkflowService Item Definition Action Definition Args] - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional_
properties str - allow_
multiple_ boolservice_ item_ instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
Sequence[Workflow
Service Item Definition Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute_
definitions Sequence[WorkflowService Item Definition Attribute Definition Args] - This complex property has following sub-properties:
- catalogs
Sequence[Workflow
Service Item Definition Catalog Args] - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- create_
user str - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd_
id str - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default_
version bool - The flag to indicate that this is the default version of the service item.
- delete_
instance_ boolon_ decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description str
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- label str
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license_
entitlement str - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- mod_
user str - (ReadOnly) The user identifier who last updated the service item definition.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr_
version float - The version of the service item to support multiple versions.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Workflow
Service Item Definition Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[WorkflowService Item Definition Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish_
status str - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support_
status str - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - Sequence[Workflow
Service Item Definition Tag Args] - This complex property has following sub-properties:
- user_
id_ stror_ email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation_
informations Sequence[WorkflowService Item Definition Validation Information Args] - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version_
contexts Sequence[WorkflowService Item Definition Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_
service_ stritem_ definition_ id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action
Definitions List<Property Map> - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional
Properties String - allow
Multiple BooleanService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute
Definitions List<Property Map> - This complex property has following sub-properties:
- catalogs List<Property Map>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- create
User String - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd
Id String - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default
Version Boolean - The flag to indicate that this is the default version of the service item.
- delete
Instance BooleanOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license
Entitlement String - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- mod
User String - (ReadOnly) The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr
Version Number - The version of the service 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.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish
Status String - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support
Status String - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - List<Property Map>
- This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation
Informations List<Property Map> - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Service StringItem Definition Id
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowServiceItemDefinition resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing WorkflowServiceItemDefinition Resource
Get an existing WorkflowServiceItemDefinition resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WorkflowServiceItemDefinitionState, opts?: CustomResourceOptions): WorkflowServiceItemDefinition
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
action_definitions: Optional[Sequence[WorkflowServiceItemDefinitionActionDefinitionArgs]] = None,
additional_properties: Optional[str] = None,
allow_multiple_service_item_instances: Optional[bool] = None,
ancestors: Optional[Sequence[WorkflowServiceItemDefinitionAncestorArgs]] = None,
attribute_definitions: Optional[Sequence[WorkflowServiceItemDefinitionAttributeDefinitionArgs]] = None,
catalogs: Optional[Sequence[WorkflowServiceItemDefinitionCatalogArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
create_user: Optional[str] = None,
cvd_id: Optional[str] = None,
default_version: Optional[bool] = None,
delete_instance_on_decommission: Optional[bool] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
label: Optional[str] = None,
license_entitlement: Optional[str] = None,
mod_time: Optional[str] = None,
mod_user: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_version: Optional[float] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[WorkflowServiceItemDefinitionParentArgs]] = None,
permission_resources: Optional[Sequence[WorkflowServiceItemDefinitionPermissionResourceArgs]] = None,
publish_status: Optional[str] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
support_status: Optional[str] = None,
tags: Optional[Sequence[WorkflowServiceItemDefinitionTagArgs]] = None,
user_id_or_email: Optional[str] = None,
validation_informations: Optional[Sequence[WorkflowServiceItemDefinitionValidationInformationArgs]] = None,
version_contexts: Optional[Sequence[WorkflowServiceItemDefinitionVersionContextArgs]] = None,
workflow_service_item_definition_id: Optional[str] = None) -> WorkflowServiceItemDefinition
func GetWorkflowServiceItemDefinition(ctx *Context, name string, id IDInput, state *WorkflowServiceItemDefinitionState, opts ...ResourceOption) (*WorkflowServiceItemDefinition, error)
public static WorkflowServiceItemDefinition Get(string name, Input<string> id, WorkflowServiceItemDefinitionState? state, CustomResourceOptions? opts = null)
public static WorkflowServiceItemDefinition get(String name, Output<String> id, WorkflowServiceItemDefinitionState state, CustomResourceOptions options)
resources: _: type: intersight:WorkflowServiceItemDefinition get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action
Definitions List<WorkflowService Item Definition Action Definition> - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- Additional
Properties string - Allow
Multiple boolService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
List<Workflow
Service Item Definition Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Attribute
Definitions List<WorkflowService Item Definition Attribute Definition> - This complex property has following sub-properties:
- Catalogs
List<Workflow
Service Item Definition Catalog> - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Create
User string - (ReadOnly) The user identifier who created or cloned the service item definition.
- Cvd
Id string - The Cisco Validated Design (CVD) Identifier that this service item provides.
- Default
Version bool - The flag to indicate that this is the default version of the service item.
- Delete
Instance boolOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- License
Entitlement string - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Mod
User string - (ReadOnly) The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- Nr
Version double - The version of the service 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.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Workflow
Service Item Definition Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<WorkflowService Item Definition Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Publish
Status string - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - Support
Status string - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - List<Workflow
Service Item Definition Tag> - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- Validation
Informations List<WorkflowService Item Definition Validation Information> - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- Version
Contexts List<WorkflowService Item Definition Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Service stringItem Definition Id
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action
Definitions []WorkflowService Item Definition Action Definition Args - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- Additional
Properties string - Allow
Multiple boolService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- Ancestors
[]Workflow
Service Item Definition Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Attribute
Definitions []WorkflowService Item Definition Attribute Definition Args - This complex property has following sub-properties:
- Catalogs
[]Workflow
Service Item Definition Catalog Args - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Create
User string - (ReadOnly) The user identifier who created or cloned the service item definition.
- Cvd
Id string - The Cisco Validated Design (CVD) Identifier that this service item provides.
- Default
Version bool - The flag to indicate that this is the default version of the service item.
- Delete
Instance boolOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- Description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- License
Entitlement string - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Mod
User string - (ReadOnly) The user identifier who last updated the service item definition.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- Nr
Version float64 - The version of the service 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.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Workflow
Service Item Definition Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []WorkflowService Item Definition Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Publish
Status string - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - Support
Status string - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - []Workflow
Service Item Definition Tag Args - This complex property has following sub-properties:
- User
Id stringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- Validation
Informations []WorkflowService Item Definition Validation Information Args - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- Version
Contexts []WorkflowService Item Definition Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workflow
Service stringItem Definition Id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action
Definitions List<WorkflowService Item Definition Action Definition> - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional
Properties String - allow
Multiple BooleanService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
List<Workflow
Service Item Definition Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute
Definitions List<WorkflowService Item Definition Attribute Definition> - This complex property has following sub-properties:
- catalogs
List<Workflow
Service Item Definition Catalog> - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- create
User String - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd
Id String - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default
Version Boolean - The flag to indicate that this is the default version of the service item.
- delete
Instance BooleanOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license
Entitlement String - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- mod
User String - (ReadOnly) The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr
Version Double - The version of the service 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.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Workflow
Service Item Definition Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<WorkflowService Item Definition Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish
Status String - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support
Status String - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - List<Workflow
Service Item Definition Tag> - This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation
Informations List<WorkflowService Item Definition Validation Information> - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version
Contexts List<WorkflowService Item Definition Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Service StringItem Definition Id
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- action
Definitions WorkflowService Item Definition Action Definition[] - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional
Properties string - allow
Multiple booleanService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
Workflow
Service Item Definition Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute
Definitions WorkflowService Item Definition Attribute Definition[] - This complex property has following sub-properties:
- catalogs
Workflow
Service Item Definition Catalog[] - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- create
User string - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd
Id string - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default
Version boolean - The flag to indicate that this is the default version of the service item.
- delete
Instance booleanOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description string
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- label string
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license
Entitlement string - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- mod
User string - (ReadOnly) The user identifier who last updated the service item definition.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr
Version number - The version of the service 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.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Workflow
Service Item Definition Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources WorkflowService Item Definition Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish
Status string - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support
Status string - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - Workflow
Service Item Definition Tag[] - This complex property has following sub-properties:
- user
Id stringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation
Informations WorkflowService Item Definition Validation Information[] - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version
Contexts WorkflowService Item Definition Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Service stringItem Definition Id
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- action_
definitions Sequence[WorkflowService Item Definition Action Definition Args] - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional_
properties str - allow_
multiple_ boolservice_ item_ instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors
Sequence[Workflow
Service Item Definition Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute_
definitions Sequence[WorkflowService Item Definition Attribute Definition Args] - This complex property has following sub-properties:
- catalogs
Sequence[Workflow
Service Item Definition Catalog Args] - A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- create_
user str - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd_
id str - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default_
version bool - The flag to indicate that this is the default version of the service item.
- delete_
instance_ boolon_ decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description str
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- label str
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license_
entitlement str - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- mod_
user str - (ReadOnly) The user identifier who last updated the service item definition.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr_
version float - The version of the service item to support multiple versions.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Workflow
Service Item Definition Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[WorkflowService Item Definition Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish_
status str - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support_
status str - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - Sequence[Workflow
Service Item Definition Tag Args] - This complex property has following sub-properties:
- user_
id_ stror_ email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation_
informations Sequence[WorkflowService Item Definition Validation Information Args] - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version_
contexts Sequence[WorkflowService Item Definition Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow_
service_ stritem_ definition_ id
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action
Definitions List<Property Map> - An array of relationships to workflowServiceItemActionDefinition resources. This complex property has following sub-properties:
- additional
Properties String - allow
Multiple BooleanService Item Instances - Service item definition can declare that only one instance can be allowed within the customer account.
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- attribute
Definitions List<Property Map> - This complex property has following sub-properties:
- catalogs List<Property Map>
- A reference to a workflowCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- create
User String - (ReadOnly) The user identifier who created or cloned the service item definition.
- cvd
Id String - The Cisco Validated Design (CVD) Identifier that this service item provides.
- default
Version Boolean - The flag to indicate that this is the default version of the service item.
- delete
Instance BooleanOn Decommission - The flag to indicate that service item instance will be deleted after the completion of decommission action.
- description String
- The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- label String
- A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- license
Entitlement String - (ReadOnly) License entitlement required to run this service item.*
Base
- Base as a License type. It is default license type.*Essential
- Essential as a License type.*Standard
- Standard as a License type.*Advantage
- Advantage as a License type.*Premier
- Premier as a License type.*IWO-Essential
- IWO-Essential as a License type.*IWO-Advantage
- IWO-Advantage as a License type.*IWO-Premier
- IWO-Premier as a License type.*IKS-Advantage
- IKS-Advantage as a License type.*INC-Premier-1GFixed
- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed
- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed
- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot
- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot
- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed
- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod
- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot
- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot
- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage
- Advantage license tier for ERP workflows.*IntersightTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial
- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- mod
User String - (ReadOnly) The user identifier who last updated the service item definition.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).
- nr
Version Number - The version of the service 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.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- publish
Status String - The publish status of service item (Draft, Published, Archived).*
Draft
- The enum specifies the option as Draft which means the meta definition is being designed and tested.*Published
- The enum specifies the option as Published which means the meta definition is ready for consumption.*Archived
- The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. - String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- (ReadOnly) State of service item considering the state of underlying service item actions definitions.*
Okay
- Deployment and other post-deployment actions are in valid state.*Critical
- Deployment action is not in valid state.*Warning
- Deployment action is in valid state, and one or more post-deployment actions are not in valid state. - support
Status String - The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.*
Supported
- The definition is a supported version and there will be no changes to the mandatory inputs or outputs.*Beta
- The definition is a Beta version and this version can under go changes until the version is marked supported.*Deprecated
- The version of definition is deprecated and typically there will be a higher version of the same definition that has been added. - List<Property Map>
- This complex property has following sub-properties:
- user
Id StringOr Email - (ReadOnly) This attribute is deprecated and replaced by createUser and modUser.
- validation
Informations List<Property Map> - (ReadOnly) The current validation state and associated validation errors when state is invalid. This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workflow
Service StringItem Definition Id
Supporting Types
WorkflowServiceItemDefinitionActionDefinition, WorkflowServiceItemDefinitionActionDefinitionArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowServiceItemDefinitionAncestor, WorkflowServiceItemDefinitionAncestorArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowServiceItemDefinitionAttributeDefinition, WorkflowServiceItemDefinitionAttributeDefinitionArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Defaults
List<Workflow
Service Item Definition Attribute Definition Default> - Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
- Description string
- Provide a detailed description of the data type.
- Display
Metas List<WorkflowService Item Definition Attribute Definition Display Meta> - Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
- 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
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- Name string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Defaults
[]Workflow
Service Item Definition Attribute Definition Default - Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
- Description string
- Provide a detailed description of the data type.
- Display
Metas []WorkflowService Item Definition Attribute Definition Display Meta - Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
- 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
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- Name string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - defaults
List<Workflow
Service Item Definition Attribute Definition Default> - Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
- description String
- Provide a detailed description of the data type.
- display
Metas List<WorkflowService Item Definition Attribute Definition Display Meta> - Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
- 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
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name String
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - defaults
Workflow
Service Item Definition Attribute Definition Default[] - Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
- description string
- Provide a detailed description of the data type.
- display
Metas WorkflowService Item Definition Attribute Definition Display Meta[] - Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
- 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
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name string
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - defaults
Sequence[Workflow
Service Item Definition Attribute Definition Default] - Default value for the data type. If default value was provided and the input was required the default value will be used as the input. This complex property has following sub-properties:
- description str
- Provide a detailed description of the data type.
- display_
metas Sequence[WorkflowService Item Definition Attribute Definition Display Meta] - Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
- 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
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name str
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - defaults List<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. This complex property has following sub-properties:
- description String
- Provide a detailed description of the data type.
- display
Metas List<Property Map> - Captures the meta data needed for displaying workflow data types in Intersight User Interface. This complex property has following sub-properties:
- 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
- Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
- name String
- Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
- 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.
WorkflowServiceItemDefinitionAttributeDefinitionDefault, WorkflowServiceItemDefinitionAttributeDefinitionDefaultArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Is
Value boolSet - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Is
Value boolSet - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - is
Value BooleanSet - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - is
Value booleanSet - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - is_
value_ boolset - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - is
Value BooleanSet - (ReadOnly) 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.
WorkflowServiceItemDefinitionAttributeDefinitionDisplayMeta, WorkflowServiceItemDefinitionAttributeDefinitionDisplayMetaArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - 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.
WorkflowServiceItemDefinitionCatalog, WorkflowServiceItemDefinitionCatalogArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowServiceItemDefinitionParent, WorkflowServiceItemDefinitionParentArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowServiceItemDefinitionPermissionResource, WorkflowServiceItemDefinitionPermissionResourceArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowServiceItemDefinitionTag, WorkflowServiceItemDefinitionTagArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
WorkflowServiceItemDefinitionValidationInformation, WorkflowServiceItemDefinitionValidationInformationArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Engine
State string - (ReadOnly) 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
- (ReadOnly) 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<WorkflowService Item Definition Validation Information Validation Error> - This complex property has following sub-properties:
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Engine
State string - (ReadOnly) 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
- (ReadOnly) 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 []WorkflowService Item Definition Validation Information Validation Error - This complex property has following sub-properties:
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - engine
State String - (ReadOnly) 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
- (ReadOnly) 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<WorkflowService Item Definition Validation Information Validation Error> - This complex property has following sub-properties:
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - engine
State string - (ReadOnly) 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
- (ReadOnly) 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 WorkflowService Item Definition Validation Information Validation Error[] - This complex property has following sub-properties:
- additional_
properties str - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - engine_
state str - (ReadOnly) 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
- (ReadOnly) 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[WorkflowService Item Definition Validation Information Validation Error] - This complex property has following sub-properties:
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - engine
State String - (ReadOnly) 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
- (ReadOnly) 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> - This complex property has following sub-properties:
WorkflowServiceItemDefinitionValidationInformationValidationError, WorkflowServiceItemDefinitionValidationInformationValidationErrorArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Error
Log string - (ReadOnly) Description of the error.
- Field string
- (ReadOnly) 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 - (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
- Transition
Name string - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Error
Log string - (ReadOnly) Description of the error.
- Field string
- (ReadOnly) 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 - (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
- Transition
Name string - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - error
Log String - (ReadOnly) Description of the error.
- field String
- (ReadOnly) 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 - (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name String - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - error
Log string - (ReadOnly) Description of the error.
- field string
- (ReadOnly) 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 - (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name string - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - error_
log str - (ReadOnly) Description of the error.
- field str
- (ReadOnly) 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 - (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
- transition_
name str - (ReadOnly) 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - error
Log String - (ReadOnly) Description of the error.
- field String
- (ReadOnly) 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 - (ReadOnly) The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name String - (ReadOnly) 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.
WorkflowServiceItemDefinitionVersionContext, WorkflowServiceItemDefinitionVersionContextArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Interested
Mos List<WorkflowService Item Definition Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<WorkflowService Item Definition Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Interested
Mos []WorkflowService Item Definition Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []WorkflowService Item Definition Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - interested
Mos List<WorkflowService Item Definition Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<WorkflowService Item Definition Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - interested
Mos WorkflowService Item Definition Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) 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 - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos WorkflowService Item Definition Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) 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 intendedto 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - interested_
mos Sequence[WorkflowService Item Definition Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) 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 - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[WorkflowService Item Definition Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) 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 intendedto 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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.
WorkflowServiceItemDefinitionVersionContextInterestedMo, WorkflowServiceItemDefinitionVersionContextInterestedMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
WorkflowServiceItemDefinitionVersionContextRefMo, WorkflowServiceItemDefinitionVersionContextRefMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id string - moid string
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class_
id str - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: workflow.ArrayDataType workflow.CustomDataType workflow.DynamicTemplateParserDataType workflow.MoInventoryDataType workflow.MoReferenceAutoDataType workflow.MoReferenceDataType workflow.PrimitiveDataType workflow.TargetDataType - class
Id String - moid String
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_workflow_service_item_definition
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/workflowServiceItemDefinition:WorkflowServiceItemDefinition example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.