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