{ "id":"/axapi/v3/vpn/ike-sa-clients/oper", "type":"object", "node-type":"scalar", "title":"ike-sa-clients", "description":"Operational Status for the object ike-sa-clients", "properties":{ "oper":{ "type":"object", "properties":{ "name":{ "type":"string", "format":"string" }, "ike-sa-clients-local-ip":{ "type":"string", "format":"string" }, "ike-sa-clients-remote-gw":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ike-sa-clients-remote-gw-ip":{ "type":"string", "format":"string" }, "ike-sa-clients-remote-gw-remote-id":{ "type":"string", "format":"string" }, "ike-sa-clients-remote-gw-user-id":{ "type":"string", "format":"string" }, "ike-sa-clients-remote-gw-idle-time":{ "type":"string", "format":"string" }, "ike-sa-clients-remote-gw-session-time":{ "type":"string", "format":"string" }, "ike-sa-clients-remote-gw-bytes":{ "type":"string", "format":"string" } } } ] } } } } }