{ "id":"/axapi/v3/vpn/group-list/oper", "type":"object", "node-type":"scalar", "title":"group-list", "description":"Operational Status for the object group-list", "properties":{ "oper":{ "type":"object", "properties":{ "group-name":{ "type":"string", "format":"string" }, "group-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "Name":{ "type":"string", "format":"string" }, "Ipsec-sa-name":{ "type":"string", "format":"string" }, "Ike-gateway-name":{ "type":"string", "format":"string" }, "Priority":{ "type":"number", "format":"number" }, "Status":{ "type":"string", "format":"string" }, "Role":{ "type":"string", "format":"string" }, "Is-new-group":{ "type":"number", "format":"number", "description":"a value of 1 indicates new group" }, "Grp-member-count":{ "type":"number", "format":"number" } } } ] } } } } }