Capture a new thread dump for the given instance
Captures a new thread dump for the given instance and returns the thread dump contents.
Path parameters
-
deployment_id
string Required Identifier for the Deployment.
-
resource_kind
string Required The kind of resource (one of elasticsearch, kibana or apm).
-
ref_id
string Required User-specified RefId for the Resource (or '_main' if there is only one).
-
instance_id
string Required The instance identifier
Responses
-
200 application/json
The thread dump contents
-
404 application/json
- The Deployment specified by {deployment_id} cannot be found. (code:
deployments.deployment_not_found
) - The Resource specified by {ref_id} cannot be found. (code:
deployments.deployment_resource_not_found
) - The specified instance cannot be found. (code:
deployments.instance_not_found_error
)
- The Deployment specified by {deployment_id} cannot be found. (code:
POST
/deployments/{deployment_id}/{resource_kind}/{ref_id}/instances/{instance_id}/thread_dump/_capture
curl \
--request POST 'https://{{hostname}}/api/v1/deployments/{deployment_id}/{resource_kind}/{ref_id}/instances/{instance_id}/thread_dump/_capture' \
--user "username:password"