Services
Get a Service
Get a Service using ID or name.
get/v2/control-planes/{controlPlaneId}/core-entities/services/{ServiceId}
Response
Successfully fetched Service
Example response
{
"host": "example.internal",
"id": "49fd316e-c457-481c-9fc7-8079153e4f3c",
"name": "example-service",
"path": "/",
"port": 80,
"protocol": "http"
}