Retrieve the created bundle package API

Prev Next

Downloads the generated triage bundle zip file using an HTTP GET request.

GET https://<address>/wsapis/v2.0.0/alerts/alert/<UUID>/triage_pkg 

Required headers:

X-FeApi-Token:[API-Token]

Response

This API does not return any response. Only the ZIP file is fetched from CMS and saved at the local directory on the API client.

cURL code sample:

curl -kg -H "$c" "https://<cms ip>/wsapis/v2.0.0/alerts/alert/5e7fa099-e9eb-4241-b704-9d5243ddcbe8/triage_pkg" -o tgg.zip