Get details about heap dumps for a Deployment
Gets details about existing heap dumps and in progress heap dump captures across all instances belonging to the deployment.
Path parameters
-
deployment_id
string Required Identifier for the Deployment.
GET
/deployments/{deployment_id}/heap_dumps
curl \
--request GET 'https://{{hostname}}/api/v1/deployments/{deployment_id}/heap_dumps' \
--user "username:password"