Linux Server Monitoring Agent (v2) – API Endpoint Documentation

Endpoint https://sm.hetrixtools.net/v2/ Method: POST Request body format The request body is form-style (not JSON directly). It contains one key: j = a gzip-compressed JSON, then base64, then “URL-prepped” (only / and + are escaped). So the raw POST body looks like: j=<ENCODED_PAYLOAD> There are no other fields posted. Encoding steps for j Given the JSON string […]

Read More