List Error Resolver Info

List Error Resolver Info

Returns a list of metadata for all the error resolvers registered.

Request
URI
GET
https://nsxmanager.your.domain/api/v1/error-resolver
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns ErrorResolverInfoList of type(s) application/json
{
    "results": [
        {
            "error_id": 0,
            "resolver_present": false,
            "user_metadata": {
                "user_input_list": [
                    {
                        "data_type": "string",
                        "property_name": "string",
                        "property_value": "string"
                    }
                ]
            }
        }
    ]
}
results
Required

ErrorResolverInfo list


400
Returns BadRequest of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

404
Returns NotFound of type(s) application/json
Operation doesn't return any data structure

412
Returns PreconditionFailed of type(s) application/json
Operation doesn't return any data structure

500
Operation doesn't return any data structure

503
Returns ServiceUnavailable of type(s) application/json
Operation doesn't return any data structure