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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Error Response Handler Ancestor> 
- Catalog
GetWorkflow Error Response Handler Catalog 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime 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.
- ObjectType string
- Owners List<string>
- Parameters
List<GetWorkflow Error Response Handler Parameter> 
- Parent
GetWorkflow Error Response Handler Parent 
- PermissionResources List<GetWorkflow Error Response Handler Permission Resource> 
- PlatformType 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<GetWorkflow Error Response Handler Tag> 
- Types
List<GetWorkflow Error Response Handler Type> 
- VersionContext GetWorkflow Error Response Handler Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Error Response Handler Ancestor 
- Catalog
GetWorkflow Error Response Handler Catalog 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime 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.
- ObjectType string
- Owners []string
- Parameters
[]GetWorkflow Error Response Handler Parameter 
- Parent
GetWorkflow Error Response Handler Parent 
- PermissionResources []GetWorkflow Error Response Handler Permission Resource 
- PlatformType 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.
- 
[]GetWorkflow Error Response Handler Tag 
- Types
[]GetWorkflow Error Response Handler Type 
- VersionContext GetWorkflow Error Response Handler Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Error Response Handler Ancestor> 
- catalog
GetWorkflow Error Response Handler Catalog 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime 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.
- objectType String
- owners List<String>
- parameters
List<GetWorkflow Error Response Handler Parameter> 
- parent
GetWorkflow Error Response Handler Parent 
- permissionResources List<GetWorkflow Error Response Handler Permission Resource> 
- platformType 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<GetWorkflow Error Response Handler Tag> 
- types
List<GetWorkflow Error Response Handler Type> 
- versionContext GetWorkflow Error Response Handler Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Error Response Handler Ancestor[] 
- catalog
GetWorkflow Error Response Handler Catalog 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- A detailed description about the error response handler.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- modTime 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.
- objectType string
- owners string[]
- parameters
GetWorkflow Error Response Handler Parameter[] 
- parent
GetWorkflow Error Response Handler Parent 
- permissionResources GetWorkflow Error Response Handler Permission Resource[] 
- platformType 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.
- 
GetWorkflow Error Response Handler Tag[] 
- types
GetWorkflow Error Response Handler Type[] 
- versionContext GetWorkflow Error Response Handler Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Error Response Handler Ancestor] 
- catalog
GetWorkflow 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[GetWorkflow Error Response Handler Parameter] 
- parent
GetWorkflow 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[GetWorkflow Error Response Handler Tag] 
- types
Sequence[GetWorkflow Error Response Handler Type] 
- version_context GetWorkflow Error Response Handler Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- createTime String
- The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime 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.
- objectType String
- owners List<String>
- parameters List<Property Map>
- parent Property Map
- permissionResources List<Property Map>
- platformType 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>
- versionContext Property Map
getWorkflowErrorResponseHandler Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Error Response Handler Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Error Response Handler Ancestor> 
- Catalog
GetWorkflow Error Response Handler Catalog 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parameters
List<GetWorkflow Error Response Handler Parameter> 
- Parent
GetWorkflow Error Response Handler Parent 
- PermissionResources List<GetWorkflow Error Response Handler Permission Resource> 
- PlatformType string
- string
- 
List<GetWorkflow Error Response Handler Tag> 
- Types
List<GetWorkflow Error Response Handler Type> 
- VersionContext GetWorkflow Error Response Handler Version Context 
- Id string
- Results
[]GetWorkflow Error Response Handler Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Error Response Handler Ancestor 
- Catalog
GetWorkflow Error Response Handler Catalog 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parameters
[]GetWorkflow Error Response Handler Parameter 
- Parent
GetWorkflow Error Response Handler Parent 
- PermissionResources []GetWorkflow Error Response Handler Permission Resource 
- PlatformType string
- string
- 
[]GetWorkflow Error Response Handler Tag 
- Types
[]GetWorkflow Error Response Handler Type 
- VersionContext GetWorkflow Error Response Handler Version Context 
- id String
- results
List<GetWorkflow Error Response Handler Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetWorkflow Error Response Handler Ancestor> 
- catalog
GetWorkflow Error Response Handler Catalog 
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parameters
List<GetWorkflow Error Response Handler Parameter> 
- parent
GetWorkflow Error Response Handler Parent 
- permissionResources List<GetWorkflow Error Response Handler Permission Resource> 
- platformType String
- String
- 
List<GetWorkflow Error Response Handler Tag> 
- types
List<GetWorkflow Error Response Handler Type> 
- versionContext GetWorkflow Error Response Handler Version Context 
- id string
- results
GetWorkflow Error Response Handler Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetWorkflow Error Response Handler Ancestor[] 
- catalog
GetWorkflow Error Response Handler Catalog 
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parameters
GetWorkflow Error Response Handler Parameter[] 
- parent
GetWorkflow Error Response Handler Parent 
- permissionResources GetWorkflow Error Response Handler Permission Resource[] 
- platformType string
- string
- 
GetWorkflow Error Response Handler Tag[] 
- types
GetWorkflow Error Response Handler Type[] 
- versionContext GetWorkflow Error Response Handler Version Context 
- id str
- results
Sequence[GetWorkflow Error Response Handler Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetWorkflow Error Response Handler Ancestor] 
- catalog
GetWorkflow 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[GetWorkflow Error Response Handler Parameter] 
- parent
GetWorkflow Error Response Handler Parent 
- permission_resources Sequence[GetWorkflow Error Response Handler Permission Resource] 
- platform_type str
- str
- 
Sequence[GetWorkflow Error Response Handler Tag] 
- types
Sequence[GetWorkflow Error Response Handler Type] 
- version_context GetWorkflow Error Response Handler Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parameters List<Property Map>
- parent Property Map
- permissionResources List<Property Map>
- platformType String
- String
- List<Property Map>
- types List<Property Map>
- versionContext Property Map
Supporting Types
GetWorkflowErrorResponseHandlerAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowErrorResponseHandlerCatalog     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowErrorResponseHandlerParameter     
- AcceptSingle 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.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ComplexType 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.
- ItemType 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- AcceptSingle 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.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ComplexType 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.
- ItemType 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- acceptSingle 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complexType 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.
- itemType 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- acceptSingle 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.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complexType 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.
- itemType 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.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- acceptSingle 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complexType 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.
- itemType 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowErrorResponseHandlerPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowErrorResponseHandlerResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Error Response Handler Result Ancestor> 
- Catalogs
List<GetWorkflow Error Response Handler Result Catalog> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime 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.
- ObjectType string
- Owners List<string>
- Parameters
List<GetWorkflow Error Response Handler Result Parameter> 
- Parents
List<GetWorkflow Error Response Handler Result Parent> 
- PermissionResources List<GetWorkflow Error Response Handler Result Permission Resource> 
- PlatformType 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<GetWorkflow Error Response Handler Result Tag> 
- Types
List<GetWorkflow Error Response Handler Result Type> 
- VersionContexts List<GetWorkflow Error Response Handler Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Error Response Handler Result Ancestor 
- Catalogs
[]GetWorkflow Error Response Handler Result Catalog 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- A detailed description about the error response handler.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime 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.
- ObjectType string
- Owners []string
- Parameters
[]GetWorkflow Error Response Handler Result Parameter 
- Parents
[]GetWorkflow Error Response Handler Result Parent 
- PermissionResources []GetWorkflow Error Response Handler Result Permission Resource 
- PlatformType 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.
- 
[]GetWorkflow Error Response Handler Result Tag 
- Types
[]GetWorkflow Error Response Handler Result Type 
- VersionContexts []GetWorkflow Error Response Handler Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Error Response Handler Result Ancestor> 
- catalogs
List<GetWorkflow Error Response Handler Result Catalog> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime 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.
- objectType String
- owners List<String>
- parameters
List<GetWorkflow Error Response Handler Result Parameter> 
- parents
List<GetWorkflow Error Response Handler Result Parent> 
- permissionResources List<GetWorkflow Error Response Handler Result Permission Resource> 
- platformType 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<GetWorkflow Error Response Handler Result Tag> 
- types
List<GetWorkflow Error Response Handler Result Type> 
- versionContexts List<GetWorkflow Error Response Handler Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Error Response Handler Result Ancestor[] 
- catalogs
GetWorkflow Error Response Handler Result Catalog[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- A detailed description about the error response handler.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- modTime 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.
- objectType string
- owners string[]
- parameters
GetWorkflow Error Response Handler Result Parameter[] 
- parents
GetWorkflow Error Response Handler Result Parent[] 
- permissionResources GetWorkflow Error Response Handler Result Permission Resource[] 
- platformType 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.
- 
GetWorkflow Error Response Handler Result Tag[] 
- types
GetWorkflow Error Response Handler Result Type[] 
- versionContexts GetWorkflow Error Response Handler Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Error Response Handler Result Ancestor] 
- catalogs
Sequence[GetWorkflow 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[GetWorkflow Error Response Handler Result Parameter] 
- parents
Sequence[GetWorkflow 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[GetWorkflow Error Response Handler Result Tag] 
- types
Sequence[GetWorkflow Error Response Handler Result Type] 
- version_contexts Sequence[GetWorkflow Error Response Handler Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalogs List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- A detailed description about the error response handler.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime 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.
- objectType String
- owners List<String>
- parameters List<Property Map>
- parents List<Property Map>
- permissionResources List<Property Map>
- platformType 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>
- versionContexts List<Property Map>
GetWorkflowErrorResponseHandlerResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowErrorResponseHandlerResultCatalog      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowErrorResponseHandlerResultParameter      
- AcceptSingle boolValue 
- AdditionalProperties string
- ClassId string
- ComplexType string
- ItemType string
- Name string
- Name for the error response handler.
- ObjectType string
- Path string
- Secure bool
- Type string
- AcceptSingle boolValue 
- AdditionalProperties string
- ClassId string
- ComplexType string
- ItemType string
- Name string
- Name for the error response handler.
- ObjectType string
- Path string
- Secure bool
- Type string
- acceptSingle BooleanValue 
- additionalProperties String
- classId String
- complexType String
- itemType String
- name String
- Name for the error response handler.
- objectType String
- path String
- secure Boolean
- type String
- acceptSingle booleanValue 
- additionalProperties string
- classId string
- complexType string
- itemType string
- name string
- Name for the error response handler.
- objectType 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
- acceptSingle BooleanValue 
- additionalProperties String
- classId String
- complexType String
- itemType String
- name String
- Name for the error response handler.
- objectType String
- path String
- secure Boolean
- type String
GetWorkflowErrorResponseHandlerResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowErrorResponseHandlerResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowErrorResponseHandlerResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowErrorResponseHandlerResultType      
- AdditionalProperties string
- ClassId string
- Name string
- Name for the error response handler.
- ObjectType string
- Parameters
List<GetWorkflow Error Response Handler Result Type Parameter> 
- AdditionalProperties string
- ClassId string
- Name string
- Name for the error response handler.
- ObjectType string
- Parameters
[]GetWorkflow Error Response Handler Result Type Parameter 
- additionalProperties String
- classId String
- name String
- Name for the error response handler.
- objectType String
- parameters
List<GetWorkflow Error Response Handler Result Type Parameter> 
- additionalProperties string
- classId string
- name string
- Name for the error response handler.
- objectType string
- parameters
GetWorkflow 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[GetWorkflow Error Response Handler Result Type Parameter] 
- additionalProperties String
- classId String
- name String
- Name for the error response handler.
- objectType String
- parameters List<Property Map>
GetWorkflowErrorResponseHandlerResultTypeParameter       
- AcceptSingle boolValue 
- AdditionalProperties string
- ClassId string
- ComplexType string
- ItemType string
- Name string
- Name for the error response handler.
- ObjectType string
- Path string
- Secure bool
- Type string
- AcceptSingle boolValue 
- AdditionalProperties string
- ClassId string
- ComplexType string
- ItemType string
- Name string
- Name for the error response handler.
- ObjectType string
- Path string
- Secure bool
- Type string
- acceptSingle BooleanValue 
- additionalProperties String
- classId String
- complexType String
- itemType String
- name String
- Name for the error response handler.
- objectType String
- path String
- secure Boolean
- type String
- acceptSingle booleanValue 
- additionalProperties string
- classId string
- complexType string
- itemType string
- name string
- Name for the error response handler.
- objectType 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
- acceptSingle BooleanValue 
- additionalProperties String
- classId String
- complexType String
- itemType String
- name String
- Name for the error response handler.
- objectType String
- path String
- secure Boolean
- type String
GetWorkflowErrorResponseHandlerResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowErrorResponseHandlerResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowErrorResponseHandlerResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowErrorResponseHandlerTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowErrorResponseHandlerType     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name for the error response handler.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parameters
List<GetWorkflow Error Response Handler Type Parameter> 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name for the error response handler.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Parameters
[]GetWorkflow Error Response Handler Type Parameter 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name for the error response handler.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parameters
List<GetWorkflow Error Response Handler Type Parameter> 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Name for the error response handler.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- parameters
GetWorkflow 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[GetWorkflow Error Response Handler Type Parameter] 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name for the error response handler.
- objectType 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      
- AcceptSingle 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.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ComplexType 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.
- ItemType 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- AcceptSingle 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.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ComplexType 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.
- ItemType 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- acceptSingle 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complexType 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.
- itemType 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- acceptSingle 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.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complexType 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.
- itemType 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.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
 
- acceptSingle 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- complexType 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.
- itemType 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Error Response Handler Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo 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.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Error Response Handler Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo 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.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Error Response Handler Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo 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.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Error Response Handler Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo 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.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetWorkflowErrorResponseHandlerVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowErrorResponseHandlerVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.