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