本接口用于查询指定的基础型加速器终端节点组的信息。
参数名称 | 数据类型 | 是否必选 | 参数说明 |
---|---|---|---|
Action | String | 是 | 接口名称。当前 API 的名称为 DescribeBasicEndpointGroup 。 |
Version | String | 是 | 接口版本。当前 API 的版本为 2022-03-01 。 |
参数名称 | 数据类型 | 是否必选 | 参数说明 | 示例 |
---|---|---|---|---|
acceleratorId | String | 是 | 基础型加速器 ID。 | accinstance-basic-xxxx |
endpointGroupId | String | 是 | 该基础型加速器下的终端节点组 ID。 | endpointgroup-basic-xxxx |
参数名称 | 数据类型 | 参数说明 | 示例 |
---|---|---|---|
EndpointGroup | Object | 查询的终端节点组信息。 | - |
POST https://open.volcengineapi.com?Action=DescribeBasicEndpointGroup&Version=2022-03-01 { "acceleratorId": "accinstance-basic-xxxx", "endpointGroupId": "endpointgroup-basic-xxxx" }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "DescribeBasicEndpointGroup", "Version": "2022-03-01", "Service": "ga", "Region": "cn-north-1" }, "Result": { "EndpointGroup": { "EndpointGroupId": "endpointgroup-basic-xxxx", "AcceleratorId": "accinstance-basic-xxxx", "Name": "GA-endgroup", "State": "active", "Region": "CN_East", "Endpoints": [ { "EndpointId": "endpoint-basic-xxxx", "Type": "ECS", "EndpointAddress": "1.1.1.1" } ] } } }