Status

Query conference server status

get

Retrieve a conference server's status.

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

The unique ID of conference server.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
chevron-right
200

OK

application/json
rooms_countintegerOptional

The number of rooms for conference server.

participants_countintegerOptional

The number of participants for conference server.

cpu_usageintegerOptional

CPU usage.

memory_usageintegerOptional

Memory usage.

statusstring · enumOptional

Conference room's status:

  • ONLINE: room is online.
  • OFFLINE: room is offline.
Possible values:
get
/conference_servers/{id}/status