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.

GET /api/monitor/download/xray/:start/:end
CODE


Using cURL tool (headers have been skipped for clarity).

curl -OJL -X GET http://myindeximacluster:8082/api/monitor/download/xray/2020-04-18/2020-04-21
BASH