This interface is used to query details about a VPN endpoint group.
GET /v2.0/vpn/endpoint-groups/{endpoint_group_id}
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
endpoint_group_id |
String |
No |
Specifies the VPN endpoint group ID. |
None
Table 2 describes the response parameters.
Parameter |
Type |
Description |
---|---|---|
description |
Object |
Provides supplementary information about the VPN endpoint group. |
tenant_id |
String |
Specifies the project ID. |
endpoints |
List |
Specifies the endpoint list. The endpoints in a list must be of the same type. |
type |
String |
Specifies the endpoint type. The value can be subnet or cidr. |
id |
String |
Specifies the VPN endpoint group ID. |
name |
String |
Specifies the VPN endpoint group name. |
GET /v2.0/vpn/endpoint-groups/{endpoint_group_id}
{ "endpoint_group": { "description": "", "tenant_id": "4ad57e7ce0b24fca8f12b9834d91079d", "endpoints": [ "10.2.0.0/24", "10.3.0.0/24" ], "type": "cidr", "id": "6ecd9cf3-ca64-46c7-863f-f2eb1b9e838a", "name": "peers" } }
For details, see section Common Returned Values.