EIP解绑
更新时间:2025-04-01
请求URI
POST /api/bes/cluster/eip/unbind
请求参数
请求头参数
参数名称 | 参数类型 | 是否必须 | 描述 | 示例值 |
---|---|---|---|---|
x-Region | String | 是 | 区域 | bd |
请求体参数
请求体字段数据结构说明
参数名称 | 必填 | 类型 | 描述 | 示例值 |
---|---|---|---|---|
deployId | 是 | String | 集群id,即clusterId | 1 |
moduleTemplateName | 是 | String | 节点类型 | es_node 或者 kibana |
响应体参数
响应体字段数据结构说明
参数名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
success | Boolean | 操作是否成功 | true |
status | Integer | 状态码 | 200 |
result | String | 常量字符串 |
请求示例
Plain Text
1POST /api/bes/cluster/eip/unbind
2<公共请求头>
3x-Region: bd
4
5
6{
7 "moduleTemplateName" : "es_node 或者 kibana",
8 "deployId" : "1"
9}
响应示例
Plain Text
1HTTP/1.1 200 OK
2<公共响应头>
3
4{
5 "result" : "result",
6 "success" : true,
7 "status" : 200
8}
错误码
请参考通用错误码