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

Status

Query media server Status

get

Query media server's status by it's ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
200

OK

application/json
current_concurrencyinteger · int32Optional

Current concurrent sessions.

cpu_usageintegerOptional

CPU usage.

memory_usageintegerOptional

Memory usage.

statusstring · enumRead-onlyOptional

Server status includes:

  • OFFLINE:
  • ONLINE:
Possible values:
get
/media_servers/{id}/status

Was this helpful?