{ "id":"/axapi/v3/vpn/ipsec-sa/oper", "type":"object", "node-type":"scalar", "title":"ipsec-sa", "description":"Operational Status for the object ipsec-sa", "properties":{ "oper":{ "type":"object", "properties":{ "ipsec-sa-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipsec-sa-name":{ "type":"string", "format":"string" }, "ike-gateway-name":{ "type":"string", "format":"string" }, "local-ts":{ "type":"string", "format":"string" }, "remote-ts":{ "type":"string", "format":"string" }, "in-spi":{ "type":"string", "format":"string" }, "out-spi":{ "type":"string", "format":"string" }, "protocol":{ "type":"string", "format":"string" }, "mode":{ "type":"string", "format":"string" }, "encryption":{ "type":"string", "format":"string" }, "hash":{ "type":"string", "format":"string" }, "lifetime":{ "type":"number", "format":"number" }, "lifebytes":{ "type":"string", "format":"string" } } } ] } } } } }