1. Packages
  2. Intersight Provider
  3. API Docs
  4. getWorkflowErrorResponseHandler
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getWorkflowErrorResponseHandler

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Intersight allows generic API tasks to be created by taking the API request body and a response parser specification in the form of content.Grammar object. Error Response Handler allows to create a generic error response specification which can be used by multiple Batch API. The parameters provided in the Error Response Handler may be used to parse error responses from an API request, if the response specification provided for the API request does not define error parameters.

    Using getWorkflowErrorResponseHandler

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWorkflowErrorResponseHandler(args: GetWorkflowErrorResponseHandlerArgs, opts?: InvokeOptions): Promise<GetWorkflowErrorResponseHandlerResult>
    function getWorkflowErrorResponseHandlerOutput(args: GetWorkflowErrorResponseHandlerOutputArgs, opts?: InvokeOptions): Output<GetWorkflowErrorResponseHandlerResult>
    def get_workflow_error_response_handler(account_moid: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetWorkflowErrorResponseHandlerAncestor]] = None,
                                            catalog: Optional[GetWorkflowErrorResponseHandlerCatalog] = None,
                                            class_id: Optional[str] = None,
                                            create_time: Optional[str] = None,
                                            description: Optional[str] = None,
                                            domain_group_moid: Optional[str] = None,
                                            id: Optional[str] = None,
                                            mod_time: Optional[str] = None,
                                            moid: Optional[str] = None,
                                            name: Optional[str] = None,
                                            object_type: Optional[str] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parameters: Optional[Sequence[GetWorkflowErrorResponseHandlerParameter]] = None,
                                            parent: Optional[GetWorkflowErrorResponseHandlerParent] = None,
                                            permission_resources: Optional[Sequence[GetWorkflowErrorResponseHandlerPermissionResource]] = None,
                                            platform_type: Optional[str] = None,
                                            shared_scope: Optional[str] = None,
                                            tags: Optional[Sequence[GetWorkflowErrorResponseHandlerTag]] = None,
                                            types: Optional[Sequence[GetWorkflowErrorResponseHandlerType]] = None,
                                            version_context: Optional[GetWorkflowErrorResponseHandlerVersionContext] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetWorkflowErrorResponseHandlerResult
    def get_workflow_error_response_handler_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerAncestorArgs]]]] = None,
                                            catalog: Optional[pulumi.Input[GetWorkflowErrorResponseHandlerCatalogArgs]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            description: Optional[pulumi.Input[str]] = None,
                                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            mod_time: Optional[pulumi.Input[str]] = None,
                                            moid: Optional[pulumi.Input[str]] = None,
                                            name: Optional[pulumi.Input[str]] = None,
                                            object_type: Optional[pulumi.Input[str]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parameters: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerParameterArgs]]]] = None,
                                            parent: Optional[pulumi.Input[GetWorkflowErrorResponseHandlerParentArgs]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerPermissionResourceArgs]]]] = None,
                                            platform_type: Optional[pulumi.Input[str]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerTagArgs]]]] = None,
                                            types: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowErrorResponseHandlerTypeArgs]]]] = None,
                                            version_context: Optional[pulumi.Input[GetWorkflowErrorResponseHandlerVersionContextArgs]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowErrorResponseHandlerResult]
    func LookupWorkflowErrorResponseHandler(ctx *Context, args *LookupWorkflowErrorResponseHandlerArgs, opts ...InvokeOption) (*LookupWorkflowErrorResponseHandlerResult, error)
    func LookupWorkflowErrorResponseHandlerOutput(ctx *Context, args *LookupWorkflowErrorResponseHandlerOutputArgs, opts ...InvokeOption) LookupWorkflowErrorResponseHandlerResultOutput

    > Note: This function is named LookupWorkflowErrorResponseHandler in the Go SDK.

    public static class GetWorkflowErrorResponseHandler 
    {
        public static Task<GetWorkflowErrorResponseHandlerResult> InvokeAsync(GetWorkflowErrorResponseHandlerArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowErrorResponseHandlerResult> Invoke(GetWorkflowErrorResponseHandlerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowErrorResponseHandlerResult> getWorkflowErrorResponseHandler(GetWorkflowErrorResponseHandlerArgs args, InvokeOptions options)
    public static Output<GetWorkflowErrorResponseHandlerResult> getWorkflowErrorResponseHandler(GetWorkflowErrorResponseHandlerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getWorkflowErrorResponseHandler:getWorkflowErrorResponseHandler
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetWorkflowErrorResponseHandlerAncestor>
    Catalog GetWorkflowErrorResponseHandlerCatalog
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    A detailed description about the error response handler.
    DomainGroupMoid string
    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<GetWorkflowErrorResponseHandlerParameter>
    Parent GetWorkflowErrorResponseHandlerParent
    PermissionResources List<GetWorkflowErrorResponseHandlerPermissionResource>
    PlatformType string
    SharedScope 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.
    Tags List<GetWorkflowErrorResponseHandlerTag>
    Types List<GetWorkflowErrorResponseHandlerType>
    VersionContext GetWorkflowErrorResponseHandlerVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowErrorResponseHandlerAncestor
    Catalog GetWorkflowErrorResponseHandlerCatalog
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    A detailed description about the error response handler.
    DomainGroupMoid string
    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 []GetWorkflowErrorResponseHandlerParameter
    Parent GetWorkflowErrorResponseHandlerParent
    PermissionResources []GetWorkflowErrorResponseHandlerPermissionResource
    PlatformType string
    SharedScope 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.
    Tags []GetWorkflowErrorResponseHandlerTag
    Types []GetWorkflowErrorResponseHandlerType
    VersionContext GetWorkflowErrorResponseHandlerVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowErrorResponseHandlerAncestor>
    catalog GetWorkflowErrorResponseHandlerCatalog
    classId String
    createTime String
    The time when this managed object was created.
    description String
    A detailed description about the error response handler.
    domainGroupMoid String
    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<GetWorkflowErrorResponseHandlerParameter>
    parent GetWorkflowErrorResponseHandlerParent
    permissionResources List<GetWorkflowErrorResponseHandlerPermissionResource>
    platformType String
    sharedScope 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.
    tags List<GetWorkflowErrorResponseHandlerTag>
    types List<GetWorkflowErrorResponseHandlerType>
    versionContext GetWorkflowErrorResponseHandlerVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowErrorResponseHandlerAncestor[]
    catalog GetWorkflowErrorResponseHandlerCatalog
    classId string
    createTime string
    The time when this managed object was created.
    description string
    A detailed description about the error response handler.
    domainGroupMoid string
    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 GetWorkflowErrorResponseHandlerParameter[]
    parent GetWorkflowErrorResponseHandlerParent
    permissionResources GetWorkflowErrorResponseHandlerPermissionResource[]
    platformType string
    sharedScope 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.
    tags GetWorkflowErrorResponseHandlerTag[]
    types GetWorkflowErrorResponseHandlerType[]
    versionContext GetWorkflowErrorResponseHandlerVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowErrorResponseHandlerAncestor]
    catalog GetWorkflowErrorResponseHandlerCatalog
    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_moid str
    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[GetWorkflowErrorResponseHandlerParameter]
    parent GetWorkflowErrorResponseHandlerParent
    permission_resources Sequence[GetWorkflowErrorResponseHandlerPermissionResource]
    platform_type str
    shared_scope 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.
    tags Sequence[GetWorkflowErrorResponseHandlerTag]
    types Sequence[GetWorkflowErrorResponseHandlerType]
    version_context GetWorkflowErrorResponseHandlerVersionContext
    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.
    domainGroupMoid String
    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
    sharedScope 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.
    tags List<Property Map>
    types List<Property Map>
    versionContext Property Map

    getWorkflowErrorResponseHandler Result

    The following output properties are available:

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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

    AcceptSingleValue bool
    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.
    AcceptSingleValue bool
    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.
    acceptSingleValue Boolean
    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.
    acceptSingleValue boolean
    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_value bool
    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.
    acceptSingleValue Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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<GetWorkflowErrorResponseHandlerResultAncestor>
    Catalogs List<GetWorkflowErrorResponseHandlerResultCatalog>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    A detailed description about the error response handler.
    DomainGroupMoid string
    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<GetWorkflowErrorResponseHandlerResultParameter>
    Parents List<GetWorkflowErrorResponseHandlerResultParent>
    PermissionResources List<GetWorkflowErrorResponseHandlerResultPermissionResource>
    PlatformType string
    SharedScope 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.
    Tags List<GetWorkflowErrorResponseHandlerResultTag>
    Types List<GetWorkflowErrorResponseHandlerResultType>
    VersionContexts List<GetWorkflowErrorResponseHandlerResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetWorkflowErrorResponseHandlerResultAncestor
    Catalogs []GetWorkflowErrorResponseHandlerResultCatalog
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    A detailed description about the error response handler.
    DomainGroupMoid string
    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 []GetWorkflowErrorResponseHandlerResultParameter
    Parents []GetWorkflowErrorResponseHandlerResultParent
    PermissionResources []GetWorkflowErrorResponseHandlerResultPermissionResource
    PlatformType string
    SharedScope 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.
    Tags []GetWorkflowErrorResponseHandlerResultTag
    Types []GetWorkflowErrorResponseHandlerResultType
    VersionContexts []GetWorkflowErrorResponseHandlerResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetWorkflowErrorResponseHandlerResultAncestor>
    catalogs List<GetWorkflowErrorResponseHandlerResultCatalog>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    A detailed description about the error response handler.
    domainGroupMoid String
    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<GetWorkflowErrorResponseHandlerResultParameter>
    parents List<GetWorkflowErrorResponseHandlerResultParent>
    permissionResources List<GetWorkflowErrorResponseHandlerResultPermissionResource>
    platformType String
    sharedScope 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.
    tags List<GetWorkflowErrorResponseHandlerResultTag>
    types List<GetWorkflowErrorResponseHandlerResultType>
    versionContexts List<GetWorkflowErrorResponseHandlerResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetWorkflowErrorResponseHandlerResultAncestor[]
    catalogs GetWorkflowErrorResponseHandlerResultCatalog[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    A detailed description about the error response handler.
    domainGroupMoid string
    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 GetWorkflowErrorResponseHandlerResultParameter[]
    parents GetWorkflowErrorResponseHandlerResultParent[]
    permissionResources GetWorkflowErrorResponseHandlerResultPermissionResource[]
    platformType string
    sharedScope 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.
    tags GetWorkflowErrorResponseHandlerResultTag[]
    types GetWorkflowErrorResponseHandlerResultType[]
    versionContexts GetWorkflowErrorResponseHandlerResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetWorkflowErrorResponseHandlerResultAncestor]
    catalogs Sequence[GetWorkflowErrorResponseHandlerResultCatalog]
    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_moid str
    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[GetWorkflowErrorResponseHandlerResultParameter]
    parents Sequence[GetWorkflowErrorResponseHandlerResultParent]
    permission_resources Sequence[GetWorkflowErrorResponseHandlerResultPermissionResource]
    platform_type str
    shared_scope 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.
    tags Sequence[GetWorkflowErrorResponseHandlerResultTag]
    types Sequence[GetWorkflowErrorResponseHandlerResultType]
    version_contexts Sequence[GetWorkflowErrorResponseHandlerResultVersionContext]
    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.
    domainGroupMoid String
    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
    sharedScope 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.
    tags 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

    AcceptSingleValue bool
    AdditionalProperties string
    ClassId string
    ComplexType string
    ItemType string
    Name string
    Name for the error response handler.
    ObjectType string
    Path string
    Secure bool
    Type string
    AcceptSingleValue bool
    AdditionalProperties string
    ClassId string
    ComplexType string
    ItemType string
    Name string
    Name for the error response handler.
    ObjectType string
    Path string
    Secure bool
    Type string
    acceptSingleValue Boolean
    additionalProperties String
    classId String
    complexType String
    itemType String
    name String
    Name for the error response handler.
    objectType String
    path String
    secure Boolean
    type String
    acceptSingleValue boolean
    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_value bool
    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
    acceptSingleValue Boolean
    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
    additionalProperties String
    key String
    value String

    GetWorkflowErrorResponseHandlerResultType

    additionalProperties String
    classId String
    name String
    Name for the error response handler.
    objectType String
    parameters List<Property Map>

    GetWorkflowErrorResponseHandlerResultTypeParameter

    AcceptSingleValue bool
    AdditionalProperties string
    ClassId string
    ComplexType string
    ItemType string
    Name string
    Name for the error response handler.
    ObjectType string
    Path string
    Secure bool
    Type string
    AcceptSingleValue bool
    AdditionalProperties string
    ClassId string
    ComplexType string
    ItemType string
    Name string
    Name for the error response handler.
    ObjectType string
    Path string
    Secure bool
    Type string
    acceptSingleValue Boolean
    additionalProperties String
    classId String
    complexType String
    itemType String
    name String
    Name for the error response handler.
    objectType String
    path String
    secure Boolean
    type String
    acceptSingleValue boolean
    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_value bool
    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
    acceptSingleValue Boolean
    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

    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<GetWorkflowErrorResponseHandlerTypeParameter>
    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 []GetWorkflowErrorResponseHandlerTypeParameter
    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<GetWorkflowErrorResponseHandlerTypeParameter>
    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 GetWorkflowErrorResponseHandlerTypeParameter[]
    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[GetWorkflowErrorResponseHandlerTypeParameter]
    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

    AcceptSingleValue bool
    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.
    AcceptSingleValue bool
    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.
    acceptSingleValue Boolean
    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.
    acceptSingleValue boolean
    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_value bool
    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.
    acceptSingleValue Boolean
    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<GetWorkflowErrorResponseHandlerVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetWorkflowErrorResponseHandlerVersionContextRefMo
    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 []GetWorkflowErrorResponseHandlerVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetWorkflowErrorResponseHandlerVersionContextRefMo
    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<GetWorkflowErrorResponseHandlerVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetWorkflowErrorResponseHandlerVersionContextRefMo
    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 GetWorkflowErrorResponseHandlerVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetWorkflowErrorResponseHandlerVersionContextRefMo
    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[GetWorkflowErrorResponseHandlerVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetWorkflowErrorResponseHandlerVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet