本接口用于移除边缘节点池指定的节点。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ScaleDownEdgeNodePool | 公共参数。该参数表示接口名称。 本接口取值为 |
Version | String | 是 | 2021-03-03 | 公共参数。该参数表示接口版本。 本接口取值为 |
ClusterId | String | 否 | ccgr2an7**** | 集群 ID。 |
NodePoolId | String | 否 | pci3e27fqto**** | 弹性节点池 ID。 |
NodeIds | []String | 是 | [ | 节点 ID。 |
ClientToken | String | 否 | BC028527-33B9-4990-A633-84E9F9**** | 用于保证请求幂等性的字符串。该字符串由调用方传入,需保证不同请求之间唯一。ClientToken 对大小写敏感,且最大值不超过 64 个 ASCII 字符。 |
POST /?Action=ScaleDownEdgeNodePool&Version=2021-03-03 { "ClusterId": "cck0362nqtofv0b72****", "NodePoolId": "pck1b2r7qtofrs8rt****", "NodeIds":["nck1b38aim2k79nta****","nck1b2s2im2k79nta****"] }
本接口无返回参数。
{ "ResponseMetadata": { "RequestId": "20230914151455D63ED519E83A4BFA****", "Action": "ScaleDownEdgeNodePool", "Version": "2021-03-03", "Service": "veecp_openapi", "Region": "cn-north-1" }, "Result": {} }
本接口无特有错误码,其他错误码请参见错误码。