Services
Get a Service
Get a Service using ID or name.
get/{workspace}/services/{ServiceIdOrName}
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Response
Successfully fetched Service
Example response
{
"host": "example.internal",
"id": "49fd316e-c457-481c-9fc7-8079153e4f3c",
"name": "example-service",
"path": "/",
"port": 80,
"protocol": "http"
}Changes
Changed in 2 of the 11 revisions of this API.11
- ▲
the response property
urlbecame nullable for the status200response-property-became-nullable
- ▲
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 11 revisions, 1 has no diff computed.