Shutdown Elasticsearch Resource belonging to a given Deployment.
请求参数
Path 参数
Query 参数
Header 参数
返回响应
🟢200Standard response.
application/json
Body
🟠400Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`)
🟠404* 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`)
🔴500A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://127.0.0.1/deployments//elasticsearch//_shutdown' \
--header'Authorization: ApiKey {{EC_API_KEY}}'