Get Deployment Kibana Resource Info

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

Get info about a Kibana Resource belonging to a given Deployment.

Request Params

KeyDatatypeRequiredDescription
show_metadatabooleanWhether to include the full cluster metadata in the response - can be large per cluster and also include credentials.
show_plansbooleanWhether to include the full current and pending plan information in the response - can be large per cluster.
show_plan_logsbooleanWhether to include with the current and pending plan information the attempt log - can be very large per cluster.
show_plan_historybooleanWhether to include with the current and pending plan information the plan history- can be very large per cluster.
show_plan_defaultsbooleanIf showing plans, whether to show values that are left at their default value (less readable but more informative).
convert_legacy_plansbooleanIf showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true').
show_settingsbooleanWhether to show cluster settings in the response.

RESPONSES

status: OK

""