云容器实例 CCI-查询Endpoint:响应示例

时间:2024-11-06 15:35:48

响应示例

状态码: 200

OK

{
  "apiVersion" : "v1",
  "kind" : "Endpoints",
  "metadata" : {
    "creationTimestamp" : "2016-08-03T09:56:10Z",
    "name" : "cluster-test",
    "namespace" : "default",
    "resourceVersion" : "18186",
    "selfLink" : "/api/v1/namespaces/default/endpoints/cluster-test",
    "uid" : "81b1503d-5960-11e6-b444-286ed488fafe"
  },
  "subsets" : [ {
    "addresses" : [ {
      "ip" : "172.16.106.152"
    }, {
      "ip" : "172.16.79.157"
    } ],
    "ports" : [ {
      "port" : 1,
      "protocol" : "TCP"
    } ]
  } ]
}
support.huaweicloud.com/api-cci/readCoreV1NamespacedEndpoints.html