Status Monitor#
These endpoints are not available on VLC or VLC+.
Status monitor results are accessed through the Fixtures and RDM Devices endpoints.
Methods#
GET#
Returns an overview of the status monitor.
GET /api/status_monitor
Returns a JSON object containing a single latest_refresh_all attribute with the following attributes:
Attribute |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
string |
ISO 8601-formatted timestamp of the latest full refresh |
|
|
integer |
Total discovered device count including both patched and unpatched devices |
|
|
integer |
Unpatched device count |
|
The latest_refresh_all attribute will be null if a full status monitor refresh has not been performed since boot.
POST#
Control the status monitor. Currently the only supported action is to refresh devices.
POST /api/status_monitor
Payload is a JSON object with the following attributes:
Attribute |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
string |
The action to perform on the status monitor. Currently only |
|
|
integer |
User number of the fixture to refresh. Omit to refresh all fixtures and devices. |
|