intersight.getWorkflowErrorResponseHandler
Explore with Pulumi AI
Intersight allows generic API tasks to be created by taking the API request body and a response parser specification in the form of content.Grammar object. Error Response Handler allows to create a generic error response specification which can be used by multiple Batch API. The parameters provided in the Error Response Handler may be used to parse error responses from an API request, if the response specification provided for the API request does not define error parameters.
Using getWorkflowErrorResponseHandler
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkflowErrorResponseHandler(args: GetWorkflowErrorResponseHandlerArgs, opts?: InvokeOptions): Promise<GetWorkflowErrorResponseHandlerResult>
function getWorkflowErrorResponseHandlerOutput(args: GetWorkflowErrorResponseHandlerOutputArgs, opts?: InvokeOptions): Output<GetWorkflowErrorResponseHandlerResult>
def get_workflow_error_response_handler(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetWorkflowErrorResponseHandlerAncestor]] = None,
catalog: Optional[GetWorkflowErrorResponseHandlerCatalog] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parameters: Optional[Sequence[GetWorkflowErrorResponseHandlerParameter]] = None,
parent: Optional[GetWorkflowErrorResponseHandlerParent] = None,
permission_resources: Optional[Sequence[GetWorkflowErrorResponseHandlerPermissionResource]] = None,
platform_type: Optional[str] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetWorkflowErrorResponseHandlerTag]] = None,
types: Optional[Sequence[GetWorkflowErrorResponseHandlerType]] = None,
version_context: Optional[GetWorkflowErrorResponseHandlerVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkflowErrorResponseHandlerResult
def get_workflow_error_response_handler_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerAncestorArgs]]]] = None,
catalog: Optional[pulumi.Input[GetWorkflowErrorResponseHandlerCatalogArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerParameterArgs]]]] = None,
parent: Optional[pulumi.Input[GetWorkflowErrorResponseHandlerParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerPermissionResourceArgs]]]] = None,
platform_type: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerTagArgs]]]] = None,
types: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerTypeArgs]]]] = None,
version_context: Optional[pulumi.Input[GetWorkflowErrorResponseHandlerVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowErrorResponseHandlerResult]
func LookupWorkflowErrorResponseHandler(ctx *Context, args *LookupWorkflowErrorResponseHandlerArgs, opts ...InvokeOption) (*LookupWorkflowErrorResponseHandlerResult, error)
func LookupWorkflowErrorResponseHandlerOutput(ctx *Context, args *LookupWorkflowErrorResponseHandlerOutputArgs, opts ...InvokeOption) LookupWorkflowErrorResponseHandlerResultOutput
> Note: This function is named LookupWorkflowErrorResponseHandler
in the Go SDK.
public static class GetWorkflowErrorResponseHandler
{
public static Task<GetWorkflowErrorResponseHandlerResult> InvokeAsync(GetWorkflowErrorResponseHandlerArgs args, InvokeOptions? opts = null)
public static Output<GetWorkflowErrorResponseHandlerResult> Invoke(GetWorkflowErrorResponseHandlerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkflowErrorResponseHandlerResult> getWorkflowErrorResponseHandler(GetWorkflowErrorResponseHandlerArgs args, InvokeOptions options)
public static Output<GetWorkflowErrorResponseHandlerResult> getWorkflowErrorResponseHandler(GetWorkflowErrorResponseHandlerArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getWorkflowErrorResponseHandler:getWorkflowErrorResponseHandler
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Error Response Handler Ancestor> - Catalog
Get
Workflow Error Response Handler Catalog - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the error response handler.
- Object
Type string - Owners List<string>
- Parameters
List<Get
Workflow Error Response Handler Parameter> - Parent
Get
Workflow Error Response Handler Parent - Permission
Resources List<GetWorkflow Error Response Handler Permission Resource> - Platform
Type string - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Workflow Error Response Handler Tag> - Types
List<Get
Workflow Error Response Handler Type> - Version
Context GetWorkflow Error Response Handler Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Error Response Handler Ancestor - Catalog
Get
Workflow Error Response Handler Catalog - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the error response handler.
- Object
Type string - Owners []string
- Parameters
[]Get
Workflow Error Response Handler Parameter - Parent
Get
Workflow Error Response Handler Parent - Permission
Resources []GetWorkflow Error Response Handler Permission Resource - Platform
Type string - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Workflow Error Response Handler Tag - Types
[]Get
Workflow Error Response Handler Type - Version
Context GetWorkflow Error Response Handler Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Error Response Handler Ancestor> - catalog
Get
Workflow Error Response Handler Catalog - class
Id String - create
Time String - The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the error response handler.
- object
Type String - owners List<String>
- parameters
List<Get
Workflow Error Response Handler Parameter> - parent
Get
Workflow Error Response Handler Parent - permission
Resources List<GetWorkflow Error Response Handler Permission Resource> - platform
Type String - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Workflow Error Response Handler Tag> - types
List<Get
Workflow Error Response Handler Type> - version
Context GetWorkflow Error Response Handler Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Error Response Handler Ancestor[] - catalog
Get
Workflow Error Response Handler Catalog - class
Id string - create
Time string - The time when this managed object was created.
- description string
- A detailed description about the error response handler.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name for the error response handler.
- object
Type string - owners string[]
- parameters
Get
Workflow Error Response Handler Parameter[] - parent
Get
Workflow Error Response Handler Parent - permission
Resources GetWorkflow Error Response Handler Permission Resource[] - platform
Type string - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Workflow Error Response Handler Tag[] - types
Get
Workflow Error Response Handler Type[] - version
Context GetWorkflow Error Response Handler Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow Error Response Handler Ancestor] - catalog
Get
Workflow Error Response Handler Catalog - class_
id str - create_
time str - The time when this managed object was created.
- description str
- A detailed description about the error response handler.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name for the error response handler.
- object_
type str - owners Sequence[str]
- parameters
Sequence[Get
Workflow Error Response Handler Parameter] - parent
Get
Workflow Error Response Handler Parent - permission_
resources Sequence[GetWorkflow Error Response Handler Permission Resource] - platform_
type str - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Workflow Error Response Handler Tag] - types
Sequence[Get
Workflow Error Response Handler Type] - version_
context GetWorkflow Error Response Handler Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the error response handler.
- object
Type String - owners List<String>
- parameters List<Property Map>
- parent Property Map
- permission
Resources List<Property Map> - platform
Type String - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- types List<Property Map>
- version
Context Property Map
getWorkflowErrorResponseHandler Result
The following output properties are available:
- Id string
- Results
List<Get
Workflow Error Response Handler Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Workflow Error Response Handler Ancestor> - Catalog
Get
Workflow Error Response Handler Catalog - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parameters
List<Get
Workflow Error Response Handler Parameter> - Parent
Get
Workflow Error Response Handler Parent - Permission
Resources List<GetWorkflow Error Response Handler Permission Resource> - Platform
Type string - string
- List<Get
Workflow Error Response Handler Tag> - Types
List<Get
Workflow Error Response Handler Type> - Version
Context GetWorkflow Error Response Handler Version Context
- Id string
- Results
[]Get
Workflow Error Response Handler Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Workflow Error Response Handler Ancestor - Catalog
Get
Workflow Error Response Handler Catalog - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parameters
[]Get
Workflow Error Response Handler Parameter - Parent
Get
Workflow Error Response Handler Parent - Permission
Resources []GetWorkflow Error Response Handler Permission Resource - Platform
Type string - string
- []Get
Workflow Error Response Handler Tag - Types
[]Get
Workflow Error Response Handler Type - Version
Context GetWorkflow Error Response Handler Version Context
- id String
- results
List<Get
Workflow Error Response Handler Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Workflow Error Response Handler Ancestor> - catalog
Get
Workflow Error Response Handler Catalog - class
Id String - create
Time String - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parameters
List<Get
Workflow Error Response Handler Parameter> - parent
Get
Workflow Error Response Handler Parent - permission
Resources List<GetWorkflow Error Response Handler Permission Resource> - platform
Type String - String
- List<Get
Workflow Error Response Handler Tag> - types
List<Get
Workflow Error Response Handler Type> - version
Context GetWorkflow Error Response Handler Version Context
- id string
- results
Get
Workflow Error Response Handler Result[] - account
Moid string - additional
Properties string - ancestors
Get
Workflow Error Response Handler Ancestor[] - catalog
Get
Workflow Error Response Handler Catalog - class
Id string - create
Time string - description string
- domain
Group stringMoid - mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parameters
Get
Workflow Error Response Handler Parameter[] - parent
Get
Workflow Error Response Handler Parent - permission
Resources GetWorkflow Error Response Handler Permission Resource[] - platform
Type string - string
- Get
Workflow Error Response Handler Tag[] - types
Get
Workflow Error Response Handler Type[] - version
Context GetWorkflow Error Response Handler Version Context
- id str
- results
Sequence[Get
Workflow Error Response Handler Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Workflow Error Response Handler Ancestor] - catalog
Get
Workflow Error Response Handler Catalog - class_
id str - create_
time str - description str
- domain_
group_ strmoid - mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parameters
Sequence[Get
Workflow Error Response Handler Parameter] - parent
Get
Workflow Error Response Handler Parent - permission_
resources Sequence[GetWorkflow Error Response Handler Permission Resource] - platform_
type str - str
- Sequence[Get
Workflow Error Response Handler Tag] - types
Sequence[Get
Workflow Error Response Handler Type] - version_
context GetWorkflow Error Response Handler Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- class
Id String - create
Time String - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parameters List<Property Map>
- parent Property Map
- permission
Resources List<Property Map> - platform
Type String - String
- List<Property Map>
- types List<Property Map>
- version
Context Property Map
Supporting Types
GetWorkflowErrorResponseHandlerAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowErrorResponseHandlerCatalog
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowErrorResponseHandlerParameter
- Accept
Single boolValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Complex
Type string - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- Item
Type string - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- Name string
- Name for the error response handler.
- 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.
- Path string
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- Secure bool
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- Type string
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- Accept
Single boolValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Complex
Type string - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- Item
Type string - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- Name string
- Name for the error response handler.
- 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.
- Path string
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- Secure bool
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- Type string
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept
Single BooleanValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex
Type String - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item
Type String - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name String
- Name for the error response handler.
- 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.
- path String
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure Boolean
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type String
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept
Single booleanValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex
Type string - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item
Type string - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name string
- Name for the error response handler.
- 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.
- path string
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure boolean
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type string
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept_
single_ boolvalue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex_
type str - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item_
type str - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name str
- Name for the error response handler.
- 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.
- path str
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure bool
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type str
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept
Single BooleanValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex
Type String - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item
Type String - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name String
- Name for the error response handler.
- 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.
- path String
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure Boolean
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type String
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
GetWorkflowErrorResponseHandlerParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowErrorResponseHandlerPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowErrorResponseHandlerResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Error Response Handler Result Ancestor> - Catalogs
List<Get
Workflow Error Response Handler Result Catalog> - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the error response handler.
- Object
Type string - Owners List<string>
- Parameters
List<Get
Workflow Error Response Handler Result Parameter> - Parents
List<Get
Workflow Error Response Handler Result Parent> - Permission
Resources List<GetWorkflow Error Response Handler Result Permission Resource> - Platform
Type string - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Workflow Error Response Handler Result Tag> - Types
List<Get
Workflow Error Response Handler Result Type> - Version
Contexts List<GetWorkflow Error Response Handler Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Error Response Handler Result Ancestor - Catalogs
[]Get
Workflow Error Response Handler Result Catalog - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name for the error response handler.
- Object
Type string - Owners []string
- Parameters
[]Get
Workflow Error Response Handler Result Parameter - Parents
[]Get
Workflow Error Response Handler Result Parent - Permission
Resources []GetWorkflow Error Response Handler Result Permission Resource - Platform
Type string - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Workflow Error Response Handler Result Tag - Types
[]Get
Workflow Error Response Handler Result Type - Version
Contexts []GetWorkflow Error Response Handler Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Error Response Handler Result Ancestor> - catalogs
List<Get
Workflow Error Response Handler Result Catalog> - class
Id String - create
Time String - The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the error response handler.
- object
Type String - owners List<String>
- parameters
List<Get
Workflow Error Response Handler Result Parameter> - parents
List<Get
Workflow Error Response Handler Result Parent> - permission
Resources List<GetWorkflow Error Response Handler Result Permission Resource> - platform
Type String - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Workflow Error Response Handler Result Tag> - types
List<Get
Workflow Error Response Handler Result Type> - version
Contexts List<GetWorkflow Error Response Handler Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Error Response Handler Result Ancestor[] - catalogs
Get
Workflow Error Response Handler Result Catalog[] - class
Id string - create
Time string - The time when this managed object was created.
- description string
- A detailed description about the error response handler.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name for the error response handler.
- object
Type string - owners string[]
- parameters
Get
Workflow Error Response Handler Result Parameter[] - parents
Get
Workflow Error Response Handler Result Parent[] - permission
Resources GetWorkflow Error Response Handler Result Permission Resource[] - platform
Type string - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Workflow Error Response Handler Result Tag[] - types
Get
Workflow Error Response Handler Result Type[] - version
Contexts GetWorkflow Error Response Handler Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow Error Response Handler Result Ancestor] - catalogs
Sequence[Get
Workflow Error Response Handler Result Catalog] - class_
id str - create_
time str - The time when this managed object was created.
- description str
- A detailed description about the error response handler.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name for the error response handler.
- object_
type str - owners Sequence[str]
- parameters
Sequence[Get
Workflow Error Response Handler Result Parameter] - parents
Sequence[Get
Workflow Error Response Handler Result Parent] - permission_
resources Sequence[GetWorkflow Error Response Handler Result Permission Resource] - platform_
type str - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Workflow Error Response Handler Result Tag] - types
Sequence[Get
Workflow Error Response Handler Result Type] - version_
contexts Sequence[GetWorkflow Error Response Handler Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalogs List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the error response handler.
- object
Type String - owners List<String>
- parameters List<Property Map>
- parents List<Property Map>
- permission
Resources List<Property Map> - platform
Type String - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- types List<Property Map>
- version
Contexts List<Property Map>
GetWorkflowErrorResponseHandlerResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowErrorResponseHandlerResultCatalog
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowErrorResponseHandlerResultParameter
- Accept
Single boolValue - Additional
Properties string - Class
Id string - Complex
Type string - Item
Type string - Name string
- Name for the error response handler.
- Object
Type string - Path string
- Secure bool
- Type string
- Accept
Single boolValue - Additional
Properties string - Class
Id string - Complex
Type string - Item
Type string - Name string
- Name for the error response handler.
- Object
Type string - Path string
- Secure bool
- Type string
- accept
Single BooleanValue - additional
Properties String - class
Id String - complex
Type String - item
Type String - name String
- Name for the error response handler.
- object
Type String - path String
- secure Boolean
- type String
- accept
Single booleanValue - additional
Properties string - class
Id string - complex
Type string - item
Type string - name string
- Name for the error response handler.
- object
Type string - path string
- secure boolean
- type string
- accept_
single_ boolvalue - additional_
properties str - class_
id str - complex_
type str - item_
type str - name str
- Name for the error response handler.
- object_
type str - path str
- secure bool
- type str
- accept
Single BooleanValue - additional
Properties String - class
Id String - complex
Type String - item
Type String - name String
- Name for the error response handler.
- object
Type String - path String
- secure Boolean
- type String
GetWorkflowErrorResponseHandlerResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowErrorResponseHandlerResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowErrorResponseHandlerResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetWorkflowErrorResponseHandlerResultType
- Additional
Properties string - Class
Id string - Name string
- Name for the error response handler.
- Object
Type string - Parameters
List<Get
Workflow Error Response Handler Result Type Parameter>
- Additional
Properties string - Class
Id string - Name string
- Name for the error response handler.
- Object
Type string - Parameters
[]Get
Workflow Error Response Handler Result Type Parameter
- additional
Properties String - class
Id String - name String
- Name for the error response handler.
- object
Type String - parameters
List<Get
Workflow Error Response Handler Result Type Parameter>
- additional
Properties string - class
Id string - name string
- Name for the error response handler.
- object
Type string - parameters
Get
Workflow Error Response Handler Result Type Parameter[]
- additional_
properties str - class_
id str - name str
- Name for the error response handler.
- object_
type str - parameters
Sequence[Get
Workflow Error Response Handler Result Type Parameter]
- additional
Properties String - class
Id String - name String
- Name for the error response handler.
- object
Type String - parameters List<Property Map>
GetWorkflowErrorResponseHandlerResultTypeParameter
- Accept
Single boolValue - Additional
Properties string - Class
Id string - Complex
Type string - Item
Type string - Name string
- Name for the error response handler.
- Object
Type string - Path string
- Secure bool
- Type string
- Accept
Single boolValue - Additional
Properties string - Class
Id string - Complex
Type string - Item
Type string - Name string
- Name for the error response handler.
- Object
Type string - Path string
- Secure bool
- Type string
- accept
Single BooleanValue - additional
Properties String - class
Id String - complex
Type String - item
Type String - name String
- Name for the error response handler.
- object
Type String - path String
- secure Boolean
- type String
- accept
Single booleanValue - additional
Properties string - class
Id string - complex
Type string - item
Type string - name string
- Name for the error response handler.
- object
Type string - path string
- secure boolean
- type string
- accept_
single_ boolvalue - additional_
properties str - class_
id str - complex_
type str - item_
type str - name str
- Name for the error response handler.
- object_
type str - path str
- secure bool
- type str
- accept
Single BooleanValue - additional
Properties String - class
Id String - complex
Type String - item
Type String - name String
- Name for the error response handler.
- object
Type String - path String
- secure Boolean
- type String
GetWorkflowErrorResponseHandlerResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetWorkflowErrorResponseHandlerResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowErrorResponseHandlerResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowErrorResponseHandlerTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowErrorResponseHandlerType
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name for the error response handler.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parameters
List<Get
Workflow Error Response Handler Type Parameter>
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name for the error response handler.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parameters
[]Get
Workflow Error Response Handler Type Parameter
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name for the error response handler.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parameters
List<Get
Workflow Error Response Handler Type Parameter>
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Name for the error response handler.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parameters
Get
Workflow Error Response Handler Type Parameter[]
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name str
- Name for the error response handler.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parameters
Sequence[Get
Workflow Error Response Handler Type Parameter]
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name for the error response handler.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parameters List<Property Map>
GetWorkflowErrorResponseHandlerTypeParameter
- Accept
Single boolValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Complex
Type string - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- Item
Type string - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- Name string
- Name for the error response handler.
- 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.
- Path string
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- Secure bool
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- Type string
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- Accept
Single boolValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Complex
Type string - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- Item
Type string - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- Name string
- Name for the error response handler.
- 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.
- Path string
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- Secure bool
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- Type string
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept
Single BooleanValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex
Type String - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item
Type String - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name String
- Name for the error response handler.
- 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.
- path String
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure Boolean
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type String
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept
Single booleanValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex
Type string - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item
Type string - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name string
- Name for the error response handler.
- 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.
- path string
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure boolean
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type string
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept_
single_ boolvalue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex_
type str - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item_
type str - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name str
- Name for the error response handler.
- 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.
- path str
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure bool
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type str
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- accept
Single BooleanValue - The flag that allows single values in content to be extracted as a single element collection in case the parameter is of Collection type. This flag is applicable for parameters of type Collection only.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complex
Type String - The name of the complex type definition in case this is a complex parameter. The content.Grammar object must have a complex type, content.ComplexType, defined with the specified name in types collection property.
- item
Type String - The type of the collection item in case this is a collection parameter.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
- name String
- Name for the error response handler.
- 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.
- path String
- The content specific path information that identifies the parameter value within the content. The value is usually a XPath or JSONPath or a regular expression in case of text content.
- secure Boolean
- The flag indicates if the extracted value is secure. This flag is applicable for parameters of type String only.
- type String
- The type of the parameter. Accepted values are simple, complex,
collection.
simple
- The parameter value to be extracted is of the type simple. All the common scalar typessuch as int, bool, string, etc are represented by the simple enum.string
- The parameter value to be extracted is of the string type.integer
- The parameter value to be extracted is of the number type.float
- The parameter value to be extracted is of the float number type.boolean
- The parameter value to be extracted is of the boolean type.json
- The parameter values to be extracted is of the generic JSON literal. JSON type is applicable only if the content to be parsed is of JSON type.complex
- The parameter value to be extracted is a complex parameter that itself isanother collection of simple/complex parameters.collection
- The parameter value to be extracted is a collection parameter whose item typeshall be either simple type or complex type.
GetWorkflowErrorResponseHandlerVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetWorkflow Error Response Handler Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the 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
Mo GetWorkflow Error Response Handler Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetWorkflow Error Response Handler Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the 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
Mo GetWorkflow Error Response Handler Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetWorkflow Error Response Handler Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the 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
Mo GetWorkflow Error Response Handler Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetWorkflow Error Response Handler Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the 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
Mo GetWorkflow Error Response Handler Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetWorkflow Error Response Handler Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetWorkflow Error Response Handler Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the 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
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetWorkflowErrorResponseHandlerVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetWorkflowErrorResponseHandlerVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.