get https://{hostname}/api/log-streaming/v1/sources/
Retrieve the details of the source identified by sourceId.
Responses
Retrieve the details of the source identified by sourceId.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/log-streaming/v1/sources/sourceId \
--header 'accept: application/json'
xxxxxxxxxx
{
"sourceId": 1,
"name": "access-logs",
"serviceId": 1
}