Get Deployment APM Resource Infoedit
Get info about an APM Resource belonging to a given Deployment.
Requestedit
GET /api/v1/deployments/{deployment_id}/apm/{ref_id}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
Identifier for the Deployment |
|
|
Y |
User-specified RefId for the Resource |
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
N |
Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials |
|
|
N |
If showing plans, whether to show values that are left at their default value (less readable but more informative) |
|
|
N |
Whether to include with the current and pending plan information the plan history- can be very large per cluster |
|
|
N |
Whether to include with the current and pending plan information the attempt log - can be very large per cluster |
|
|
N |
Whether to include the full current and pending plan information in the response - can be large per cluster |
|
|
N |
Whether to show cluster settings in the response. |
Responsesedit
-
200
-
(
ApmResourceInfo
) Standard response -
401
-
(
BasicFailedReply
) You are not authorized to perform this action -
404
-
(
BasicFailedReply
) The Deployment specified by {deployment_id} cannot be found -
500
-
(
BasicFailedReply
) We have failed you.
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/deployments/{deployment_id}/apm/{ref_id} \ -H "Authorization: ApiKey $ECE_API_KEY"