Diagnostics
Get error diagnostics
Returns information about services and forwards in error state
get/v1/diagnostics/errors
Response
Error diagnostics
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}Returns information about services and forwards in error state
Error diagnostics
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}