Apache CloudStack 4.18.0.0 Root Admin API Reference
listVpnCustomerGateways
Lists site to site vpn customer gateways
Request parameters
Parameter Name | Description | Required |
account | list resources by account. Must be used with the domainId parameter. | false |
domainid | list only resources belonging to the domain specified | false |
id | id of the customer gateway | false |
isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
keyword | List by keyword | false |
listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
page | false | |
pagesize | false | |
projectid | list objects by project; if projectid=-1 lists All VMs | false |
Response Tags
Response Name | Description |
id | the vpn gateway ID |
account | the owner |
cidrlist | guest cidr list of the customer gateway. Multiple entries are separated by a single comma character (,). |
domain | the domain name of the owner |
domainid | the domain id of the owner |
dpd | if DPD is enabled for customer gateway |
esplifetime | Lifetime of ESP SA of customer gateway |
esppolicy | IPsec policy of customer gateway |
forceencap | if Force NAT Encapsulation is enabled for customer gateway |
gateway | public ip address id of the customer gateway |
ikelifetime | Lifetime of IKE SA of customer gateway |
ikepolicy | IKE policy of customer gateway |
ikeversion | Which IKE Version to use, one of ike (autoselect), ikev1, or ikev2. Defaults to ike |
ipaddress | guest ip of the customer gateway |
ipsecpsk | IPsec preshared-key of customer gateway |
name | name of the customer gateway |
project | the project name |
projectid | the project id |
removed | the date and time the host was removed |
splitconnections | For IKEv2, whether to split multiple right subnet cidrs into multiple connection statements. |