{ "id":"/axapi/v3/rule-set/{name}/rules-by-zone/oper", "type":"object", "node-type":"scalar", "title":"rules-by-zone", "description":"Operational Status for the object rules-by-zone", "properties":{ "oper":{ "type":"object", "properties":{ "group-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "from":{ "type":"string", "format":"string" }, "to":{ "type":"string", "format":"string" }, "rule-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "name":{ "type":"string", "format":"string" }, "action":{ "type":"string", "format":"string" }, "source-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "source":{ "type":"string", "format":"string" } } } ] }, "dest-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "dest":{ "type":"string", "format":"string" } } } ] }, "service-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "service":{ "type":"string", "format":"string" } } } ] }, "dscp-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "dscp":{ "type":"string", "format":"string" } } } ] } } } ] } } } ] } } } } }