Queries the public CIDR blocks to which the endpoint group IP addresses belong. The CIDR blocks can be used to configure ACLs in terminals.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:ListEndpointGroupIpAddressCidrBlocks |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the GA instance. Set the value to cn-hangzhou. |
cn-hangzhou |
| EndpointGroupRegion |
string |
Yes |
The region ID of the endpoint group. |
cn-hangzhou |
| AcceleratorId |
string |
No |
The ID of the GA instance. |
ga-bp17frjjh0udz4q**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| EndpointGroupRegion |
string |
The region ID of the endpoint group. |
cn-hangzhou |
| IpAddressCidrBlocks |
array |
The CIDR blocks. |
|
|
string |
The CIDR block. |
10.x.x.x/24 |
|
| ResourceGroupId |
string |
The ID of the resource group to which the endpoint group belongs. |
rg-aekztkx4zwc**** |
| State |
string |
The status of the endpoint group. |
active |
| RequestId |
string |
The request ID. |
4B6DBBB0-2D01-4C6A-A384-4129266E6B78 |
Examples
Success response
JSON format
{
"EndpointGroupRegion": "cn-hangzhou",
"IpAddressCidrBlocks": [
"10.x.x.x/24"
],
"ResourceGroupId": "rg-aekztkx4zwc****",
"State": "active",
"RequestId": "4B6DBBB0-2D01-4C6A-A384-4129266E6B78"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.