For the complete documentation index, see llms.txt. This page is also available as Markdown.

Managed Services

List all managed services

get
Responses
200

successful operation

No content

get/service
200

successful operation

No content

Get a managed service by ID

get
Path parameters
managedServiceIdstring · uuidRequired

The ID of the managed service

Responses
default

default response

application/json
createdDatestring · date-timeOptional
errorMessagestringOptional
idstring · uuidOptional
modifiedDatestring · date-timeOptional
nodeIdstring · uuidOptional
statusobject · ManagedServiceStatusOptional
typestring · enumOptionalPossible values:
get/service/{managedServiceId}
default

default response

Change an existing managed service

put
Path parameters
managedServiceIdstring · uuidRequired

The ID of the managed service to change

Body
createdDatestring · date-timeOptional
errorMessagestringOptional
idstring · uuidOptional
modifiedDatestring · date-timeOptional
nodeIdstring · uuidOptional
statusobject · ManagedServiceStatusOptional
typestring · enumOptionalPossible values:
Responses
default

default response

application/json
createdDatestring · date-timeOptional
errorMessagestringOptional
idstring · uuidOptional
modifiedDatestring · date-timeOptional
nodeIdstring · uuidOptional
statusobject · ManagedServiceStatusOptional
typestring · enumOptionalPossible values:
put/service/{managedServiceId}
default

default response

Start a managed service

post
Path parameters
managedServiceIdstring · uuidRequired

The ID of the managed service to start

Responses
202

successful operation

No content

post/service/{managedServiceId}/start
202

successful operation

No content

Stop a managed service

post
Path parameters
managedServiceIdstring · uuidRequired

The ID of the managed service to stop

Responses
202

successful operation

No content

post/service/{managedServiceId}/stop
202

successful operation

No content

Last updated

Was this helpful?