Logo
Elasticsearch API Documentation

Get Deployment APM Resource Info

GET {{baseUrl}}/deployments/:deployment_id/apm/:ref_id?show_metadata=false&show_plans=true&show_plan_logs=false&show_plan_history=false&show_plan_defaults=false&show_settings=false

Get info about an APM Resource belonging to a given Deployment.

 

Body PARAM

Key Datatype Required Description 
show_metadata
boolean Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials.
show_plans
boolean Whether to include the full current and pending plan information in the response - can be large per cluster.
show_plan_logs
boolean Whether to include with the current and pending plan information the attempt log - can be very large per cluster.
show_plan_history
boolean Whether to include with the current and pending plan information the plan history- can be very large per cluster.
show_plan_defaults
boolean If showing plans, whether to show values that are left at their default value (less readable but more informative).
show_settings
boolean Whether to show cluster settings in the response.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X GET 'https://api.elastic-cloud.com/api/v1//deployments/:deployment_id/apm/:ref_id?show_metadata=false&show_plans=true&show_plan_logs=false&show_plan_history=false&show_plan_defaults=false&show_settings=false?show_metadata=false&show_plans=true&show_plan_logs=false&show_plan_history=false&show_plan_defaults=false&show_settings=false'

ENDPOINTS