最近更新时间:2023.08.17 20:13:48
首次发布时间:2023.02.22 17:09:42
本接口用于获取边缘应用的已部署节点列表。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListAppClusters | 要执行的操作。取值:ListAppClusters。 |
application_identity | String | 是 | veecc-4000252292242221**** | 边缘应用ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
app_clusters | [ ] AppClusterResp | 请参见返回示例 | 部署节点列表。 |
GET https://veecc.volcengineapi.com/?Action=ListAppClusters &application_identity=veecc-2712210221277290**** &<公共请求参数>
{ "ResponseMetadata": { "RequestId": "202210251410420101742442080566****", "Action": "ListAppClusters", "Version": "2022-10-01", "Service": "veecc", "Region": "cn-north-1" }, "Result": { "app_clusters": [ { "cluster_name": "cz****-test01", "status": "Normal", "component_info_list": [ { "kind": "LB7", "status": "NotConfigured" }, { "kind": "LB4", "status": "NotConfigured" }, { "kind": "Workload", "status": "Normal" } ], "region": "EastChina", "city": "320400", "isp": "CMCC", "workload_info": "1/1", "create_time": 1671093669, "alias": "常州移动测试01", "version": "1.0.4", "target_version": "1.0.4" }, { "cluster_name": "zj**-test01", "status": "Normal", "component_info_list": [ { "kind": "LB7", "status": "NotConfigured" }, { "kind": "LB4", "status": "NotConfigured" }, { "kind": "Workload", "status": "Normal" } ], "region": "EastChina", "city": "330400", "isp": "CTCC", "workload_info": "1/1", "create_time": 1671093669, "alias": "嘉兴电信测试01", "version": "1.0.4", "target_version": "1.0.4" } ] } }