IOT边缘 IOTEDGE-查询边缘集群列表:响应示例

时间:2024-06-20 17:14:27

响应示例

状态码: 200

OK

{
  "count" : 1000000,
  "page_info" : {
    "offset" : 1000000,
    "limit" : 1000
  },
  "clusters" : [ {
    "cluster_id" : "123343534",
    "cluster_name" : "test-cluster",
    "description" : "this is a test cluster",
    "version" : "string",
    "state" : "string",
    "create_time" : "string",
    "update_time" : "string",
    "is_upgradeable" : true
  } ]
}
support.huaweicloud.com/api-iotedge/ListClustersV3.html