云应用引擎 CAE-获取集群节点弹性公网IP列表:响应示例

时间:2024-11-14 17:12:18

响应示例

状态码: 200

请求成功。

{
  "api_version" : "v1",
  "kind" : "eip",
  "spec" : {
    "egress" : {
      "bandwidth_size" : 20,
      "enabled" : true,
      "ip_list" : [ "192.168.1.1", "192.168.1.2" ]
    },
    "ingress" : {
      "bandwidth_size" : 20,
      "enabled" : true,
      "ip_list" : [ "192.168.1.3" ]
    }
  }
}
support.huaweicloud.com/api-cae/ListEips.html