ipsec
NSX Edge IPsec configuration details.
{
"featureType": "string",
"logging": {
"logLevel": "string",
"enable": false
},
"global": {
"psk": "string",
"caCertificates": {
"caCertificate": [
"string"
]
},
"serviceCertificate": "string",
"crlCertificates": {
"crlCertificate": [
"string"
]
},
"extension": "string"
},
"enabled": false,
"sites": {
"sites": [
{
"psk": "string",
"localId": "string",
"enablePfs": false,
"authenticationMode": "string",
"peerSubnets": {
"subnets": [
"string"
]
},
"dhGroup": "string",
"siteId": "string",
"description": "string",
"peerIp": "string",
"name": "string",
"certificate": "string",
"localIp": "string",
"encryptionAlgorithm": "string",
"enabled": false,
"mtu": 0,
"extension": "string",
"peerId": "string",
"localSubnets": {
"subnets": [
"string"
]
}
}
]
},
"disableEvent": false,
"version": 0,
"template": "string"
}
featureType
Value is true if feature is enabled. Default value is true. Optional.
Enable/disable event generation on NSX Edge appliance for IPsec.
Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change.
template