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