Get
GET
/services/{uuid}
Get service by UUID.
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters
Path Parameters
uuid*
Service UUID
Typestring
RequiredResponses
Get a service by UUID.
application/json
JSON
{
"id": 0,
"uuid": "string",
"name": "string",
"environment_id": 0,
"server_id": 0,
"description": "string",
"docker_compose_raw": "string",
"docker_compose": "string",
"destination_type": "string",
"destination_id": 0,
"connect_to_docker_network": true,
"is_container_label_escape_enabled": true,
"is_container_label_readonly_enabled": true,
"config_hash": "string",
"service_type": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": "string"
}
GET
/services/{uuid}