容器开机¶
接口说明¶
- 功能: 容器实例开机/关机/释放
- 请求
URI
:/zsc/open/api/v1/container/apply
- 请求方法:
POST
鉴权
该接口需要通过 Basic
认证。请查看接口鉴权文档 接口鉴权
请求参数¶
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
container_id | true | integer | 容器id,可请求容器列表接口获取 |
action | true | integer | 操作类型:[11:开机,12:关机,19:代理端口,26:释放] |
expose_container_ports | false | []integer | 代理开放容器内部端口列表,示例[80,443] |
返回字段¶
返回字段 | 字段类型 | 说明 |
---|---|---|
code | integer | 错误码 |
message | string | 返回信息 |
trace | string | 请求ID |
接口示例¶
请求参数示例:/zsc/open/api/v1/container/apply
返回示例: