Get plan activity
Retrieves details for a single plan activity for the given resource.
Path parameters
-
Identifier for the Deployment
-
The kind of resource
Values are
elasticsearch
,kibana
,apm
,appsearch
,enterprise_search
, orintegrations_server
. -
User-specified RefId for the Resource (or '_main' if there is only one)
-
Attempt id for the activity
GET
/deployments/{deployment_id}/{resource_kind}/{ref_id}/activity/{attempt_id}
curl \
--request GET 'https://{{hostname}}/api/v1/deployments/{deployment_id}/{resource_kind}/{ref_id}/activity/{attempt_id}' \
--user "username:password"