NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Fetches a list of metadata for all the registered error resolversReturns a list of metadata for all the error resolvers registered. | GET /policy/api/v1/error-resolver GET /api/v1/error-resolver | 
| Resolves the errorInvokes the corresponding error resolver for the given error(s) present in the payload | POST /policy/api/v1/error-resolver?action=resolve_error POST /api/v1/error-resolver?action=resolve_error | 
| Fetches metadata about the given error_idReturns some metadata about the given error_id. This includes information of whether there is a resolver present for the given error_id and its associated user input data | GET /policy/api/v1/error-resolver/<error_id> GET /api/v1/error-resolver/<error_id> | 
