{ "id":"/axapi/v3/file/aflex/oper", "type":"object", "node-type":"scalar", "title":"aflex", "description":"Operational Status for the object aflex", "properties":{ "oper":{ "type":"object", "properties":{ "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" }, "syntax":{ "type":"string", "format":"string" }, "vport":{ "type":"string", "format":"string" }, "vport-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vserver":{ "type":"string", "format":"string" }, "port":{ "type":"number", "format":"number" } } } ] }, "events":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "event-type":{ "type":"string", "format":"string" }, "total-executions":{ "type":"number", "format":"number" }, "failures":{ "type":"number", "format":"number" }, "aborts":{ "type":"number", "format":"number" } } } ] }, "waf-rule":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "waf-rule-name":{ "type":"string", "format":"string" }, "waf-rule-total":{ "type":"number", "format":"number" }, "waf-rule-failures":{ "type":"number", "format":"number" }, "waf-rule-aborts":{ "type":"number", "format":"number" } } } ] } } } ] } } } } }