get https://{hostname}/api/log-streaming/v1/services/
Retrieve the details of the service identified by serviceId.
Responses
Retrieve the details of the service identified by serviceId.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/log-streaming/v1/services/serviceId \
--header 'accept: application/json'
xxxxxxxxxx
{
"serviceId": 1,
"name": "hypercache",
"description": "HTTP caching and content-delivery service"
}