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.
  • md5
  • sha1
  • sha256
  • sha384
  • sha512
0.6
ikeEncryptionAlgorithm The IKE encryption algorithm.
  • 3des
  • aes-128
  • aes-192
  • aes-256
0.6
ikeDhGroup The IKE perfect forward secrecy. 0.6
policyAuthAlgorithm The ESP authentication algorithm.
  • md5
  • sha1
  • sha256
  • sha384
  • sha512
0.6
policyEncryptionAlgorithm The ESP encryption algorithm.
  • 3des
  • aes-128
  • aes-192
  • aes-256
0.6
pfs The perfect forward secrecy.
  • dh-group2
  • dh-group5
  • dh-group14
  • dh-group15
  • dh-group16
  • dh-group17
  • dh-group18
  • dh-group19
  • dh-group20
  • dh-group21
  • dh-group22
  • dh-group23
  • dh-group24
  • dh-group25
  • dh-group26
0.6
policyMode The policy mode.
  • tunnel
  • transport
0.6
transformProtocol The transform security protocol.
  • esp
  • ahah-esp
0.6
state The state.
  • Enabled
  • Disabled
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"
}