Retrieves the current user-defined settings for a resource belonging to a given Deployment.
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)
Responses
-
The current user-defined settings for the resource
-
- 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:
-
We have failed you. (code:
deployments.metadata_internal_error)
GET
/deployments/{deployment_id}/{resource_kind}/{ref_id}/user_settings
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/{resource_kind}/{ref_id}/user_settings'