Core Server
Root Resource Path
JSON Representation
"id": "11de1781-b239-4ced-bd24-7b06d4c9956b",
"slug": "default",
"name": "default"
}
Property | Type | Description |
---|---|---|
id | String | The id of the core server. |
slug | String | The directory slug of the core server. |
name | String | The display name of the core server. |
Resource Paths
communication_manager/rest/live/coreServers/ | |
---|---|
Description | Accesses the state of all core servers in the system. |
GET | Gets the state of all core servers in the system. |
| |
communication_manager/rest/live/coreServers/{core_server_id} | |
Description | Access the state of a specific core server, by core server id. Parameters:
Errors:
|
GET | Gets the state of a specific core server. |
| |
communication_manager/rest/live/coreServers/getByName/{core_server_slug} | |
Description | Access the state of a specific core server, by core server slug. Parameters:
Errors:
|
GET | Gets the state of a specific core server. |
| |
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users | |
Description | Access the sub/child resource for users, Parameters:
Errors:
|
GET |
|
Resource Actions
path | |
---|---|
Description | description Parameters:
Errors:
|
HTTP Method | Method description |
|