You need to enable JavaScript to run this app.
导航
获取未绑定的边缘应用
最近更新时间:2024.07.18 11:03:33首次发布时间:2024.07.02 10:22:48

本接口用于获取未绑定到任何负载均衡实例的边缘应用的列表。

如果您要创建的负载均衡实例的后端服务器为边缘容器,您可以使用该接口来获取未绑定到其他负载均衡实例的边缘应用的列表。一个边缘应用只能绑定到一个负载均衡实例。

请求说明

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

请求参数

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

Query

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

返回参数

参数类型示例值描述
applications[]Applications见下文说明边缘应用的列表。

Applications

参数类型示例值描述
identityStringveecc-2556221220362300****边缘应用的 ID。
nameStringveecc-app1边缘应用的名称。

请求示例

POST https://veenedge.volcengineapi.com/?Action=ListUnbindApplication&Version=2021-04-30

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2024061720405373F5CD2C583E7705****",
        "Action": "ListUnbindApplication",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    },
    "Result": {
        "applications": [
            {
                "identity": "veecc-601242062400646****",
                "name": "auto-dep"
            }
        ]
    }
}

错误码

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