Services
Get HTTP traffic for a service
Returns HTTP request/response logs for all forwards of a service
get/v1/services/{key}/http
Path parameters
keystring required
Service key in format "servicename.namespace.context"
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
- ○