IPsec Inventory
Properties
Name | Description | Optional | Valid Value | Starting Version |
---|---|---|---|---|
uuid | The UUID. For more information, see Resource Property. | 0.6 | ||
name | The name. For more information, see Resource Property. | 0.6 | ||
description | The description. For more information, see Resource Property. | Yes | 0.6 | |
l3NetworkUuid | The L3 network UUID. | 0.6 | ||
peerAddress | The destination IP address. | 0.6 | ||
peerCidrs | The destination CIDR. | 0.6 | ||
authMode | The authentication mode. | pskcerts | 0.6 | |
authKey | The authentication key. | 0.6 | ||
vipUuid | The VIP UUID. | 0.6 | ||
ikeAuthAlgorithm | The IKE authentication algorithm. |
|
0.6 | |
ikeEncryptionAlgorithm | The IKE encryption algorithm. |
|
0.6 | |
ikeDhGroup | The IKE perfect forward secrecy. | 0.6 | ||
policyAuthAlgorithm | The ESP authentication algorithm. |
|
0.6 | |
policyEncryptionAlgorithm | The ESP encryption algorithm. |
|
0.6 | |
pfs | The perfect forward secrecy. |
|
0.6 | |
policyMode | The policy mode. |
|
0.6 | |
transformProtocol | The transform security protocol. |
|
0.6 | |
state | The state. |
|
0.6 | |
status | 0.6 | |||
createDate | The creation date. For more information, see Resource Property. | 0.6 | ||
lastOpDate | The last operation date. For more information, see Resource Property. | 0.6 |
Sample
{
"authKey": "Test123",
"authMode": "psk",
"createDate": "Dec 2, 2017 1:39:56 PM",
"description": "",
"ikeAuthAlgorithm": "sha1",
"ikeDhGroup": 2,
"ikeEncryptionAlgorithm": "3des",
"l3NetworkUuid": "62eeb35445144649acbbd72392cf2b40",
"lastOpDate": "Dec 2, 2017 1:40:00 PM",
"name": "IPsec1",
"peerAddress": "172.20.235.5",
"peerCidrs": [
{
"cidr": "172.20.235.1/24",
"connectionUuid": "feea10e8ec0f41ffa1913911953df24c",
"createDate": "Dec 2, 2017 1:39:56 PM",
"lastOpDate": "Dec 2, 2017 1:39:56 PM",
"uuid": "15babf007b7d4752ae558aadf8ab7dbc"
}
],
"pfs": "dh-group2",
"policyAuthAlgorithm": "sha1",
"policyEncryptionAlgorithm": "3des",
"policyMode": "tunnel",
"state": "Enabled",
"status": "Ready",
"transformProtocol": "esp",
"uuid": "feea10e8ec0f41ffa1913911953df24c",
"vipUuid": "ed389f95065f4e099f4c241a8c360717"
}