Forwards
Get HTTP traffic for a forward
Returns HTTP request/response logs for a specific port forward
get/v1/forwards/{key}/http
Path parameters
keystring required
Port forward key
Response
HTTP traffic logs
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
- ○