To request data, send a message to the WebSocket with the GET_DATA
event with each module to receive data from.
{
"event": "GET_DATA",
"api-key": "abc123",
"modules": ["disk"]
}
To request data, send a message to the WebSocket with the GET_DATA
event with each module to receive data from.
{
"event": "GET_DATA",
"api-key": "abc123",
"modules": ["disk"]
}