本接口用于更新基础型加速器的终端节点组。
参数名称 | 数据类型 | 是否必选 | 参数说明 |
---|---|---|---|
Action | String | 是 | 接口名称。当前 API 的名称为 UpdateBasicEndpointGroup 。 |
Version | String | 是 | 接口版本。当前 API 的版本为 2022-03-01 。 |
参数名称 | 数据类型 | 是否必选 | 参数说明 | 示例 |
---|---|---|---|---|
AcceleratorId | String | 是 | 基础型加速器 ID。 | accinstance-basic-xxxx |
EndpointGroupId | String | 是 | 终端节点组 ID。 | endpointgroup-basic-xxxx |
Name | String | 否 | 终端节点组的名称。 | GA-endgroup |
Endpoints | Object[] | 否 | 终端节点组内的终端节点。 | - |
无。
POST https://open.volcengineapi.com?Action=UpdateBasicEndpointGroup&Version=2022-03-01 { "AcceleratorId": "accinstance-basic-xxxx", "EndpointGroupId": "endpointgroup-basic-xxxx", "Name": "GA-endgroup" }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "UpdateBasicEndpointGroup", "Version": "2022-03-01", "Service": "ga", "Region": "cn-north-1" } }