本接口用于编辑应用的部署节点。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | EditAppPlacements | 要执行的操作。取值:EditAppPlacements。 |
application_identity | String | 是 | veecc-2218310225222318**** | 边缘应用 ID。 |
placements | 是 | 部署节点信息。 |
无
POST https://veecc.volcengineapi.com/?Action=EditAppPlacements &<公共请求参数> { "application_identity": "veecc-1219342090021549****", "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", } ] }
{ "ResponseMetadata": { "RequestId": "2023072420464707C7974030D48046****", "Action": "EditAppPlacements", "Version": "2022-10-01", "Service": "veecc", "Region": "cn-north-1" } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见公共错误码。