Diagnosis API
Diagnosis API allows you to download a diagnosis (Zip file) of the cluster.
Download the diagnosis of a specific time period
Download a diagnosis on the specified period. Parameters start
and end
are in yyyy-mm-dd
format.
CODE
GET /api/monitor/download/xray/:start/:end
Using cURL tool (headers have been skipped for clarity).
BASH
curl -OJL -X GET http://myindeximacluster:8082/api/monitor/download/xray/2020-04-18/2020-04-21