Diagnostics
Get forward diagnostics
Returns diagnostic information for a specific port forward
get/v1/diagnostics/forwards/{key}
Path parameters
keystring required
Port forward key
Response
Forward diagnostics
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}Changes
Changed in 2 of the 4 revisions of this API.2
- ○
added the non-success response with the status
401response-non-success-status-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the non-success response with the status
401response-non-success-status-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○