Diagnostics
Get service diagnostics
Returns diagnostic information for a specific service
get/v1/diagnostics/services/{key}
Path parameters
keystring required
Service key in format "servicename.namespace.context"
Response
Service diagnostics
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}