Starts instances belonging to a Deployment Resource.
请求参数
Path 参数
Query 参数
Header 参数
返回响应
🟢202The start command was issued successfully.
application/json
Body
🟠403The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
🟠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`)
* One or more instances of the given resour
🟠449Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)
🔴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////instances//_start' \
--header'Authorization: ApiKey {{EC_API_KEY}}'