Get plan activity
Retrieves details for a single plan activity for the given resource.
Path parameters
-
deployment_id
string Required Identifier for the Deployment
-
resource_kind
string Required The kind of resource
Values are
elasticsearch
,kibana
,apm
,appsearch
,enterprise_search
, orintegrations_server
. -
ref_id
string Required User-specified RefId for the Resource (or '_main' if there is only one)
-
attempt_id
string Required Attempt id for the activity
Responses
-
200 application/json
Returning the single plan activity for the specified resource
-
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 Deployment specified by {deployment_id} cannot be found. (code:
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"