You need to enable JavaScript to run this app.
导航
获取关联的边缘应用的部署节点
最近更新时间:2024.07.18 12:06:00首次发布时间:2024.07.02 10:22:47

本接口用于获取负载均衡实例所关联的边缘应用的部署节点。

使用说明

使用限制:
本接口仅适用于以下场景:后端服务器为边缘容器。

请求说明

  • 请求方式:POST
  • 请求地址:https://veenedge.volcengineapi.com/?Action=ListLB7Clusters&Version=2021-04-30

请求参数

下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数

Query

参数类型是否必选示例值描述
ActionStringListLB7Clusters接口名称。当前 API 的名称为 ListLB7Clusters
VersionString2021-04-30接口版本。当前 API 的版本为 2021-04-30

Body

参数类型是否必选示例值描述
lb7_identityStringveew-lb7242224220010440****负载均衡实例的 ID。您可以调用 ListLB7Instances 接口查询负载均衡实例的 ID。

返回参数

参数类型示例值描述
lb_cluster_list[]LbClusterList见下文说明边缘应用的部署节点。

LbClusterList

参数类型示例值描述
cluster_nameString**cu01节点名称。
cluster_aliasString**联通01节点的中文名称。

status

String

Deployed

节点状态:

  • Pending:待部署。
  • Deploying:部署中。
  • Deployed:已部署。
  • DeployFailed:部署失败。
regionStringCentralChina区域。
cityString330200城市。
ispStringCUCC运营商。

请求示例

POST https://veenedge.volcengineapi.com/?Action=ListLB7Clusters&Version=2021-04-30
{
    "lb7_identity": "veew-lb76265442116406600****"
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20240617103058FF2B32261B791149****",
        "Action": "ListLB7Clusters",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    },
    "Result": {
        "lb_cluster_list": [
            {
                "cluster_name": "**ct05",
                "cluster_alias": "**电信05",
                "status": "Deployed",
                "region": "EastChina",
                "city": "330200",
                "isp": "CTCC"
            }
        ]
    }
}

错误码

如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码