本接口用于获取应用已配置的部署节点。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListAppPlacements | 要执行的操作。取值:ListAppPlacements。 |
application_identity | String | 是 | veecc-1219342090021549**** | 边缘应用 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
placements | 参见返回示例 | 已配置的部署节点列表。 |
GET https://veecc.volcengineapi.com/?Action=ListAppPlacements &application_identity=veecc-1219342090021549**** &<公共请求参数>
{ "ResponseMetadata": { "RequestId": "202210251410420101742442080566****", "Action": "ListAppPlacements", "Version": "2022-10-01", "Service": "veecc", "Region": "cn-north-1" }, "Result": { "placements": [ { "region": "SouthChina", "city": "460100", "isp": "CUCC", "replicas": 1, "cluster_name": "hkun-test", }, { "region": "NorthChina", "city": "120000", "isp": "CMCC_CTCC_CUCC", "replicas": 1, "cluster_name": "tjmp02-nastest01", } ] } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见公共错误码。