{ "id":"/axapi/v3/ng-waf/oper", "type":"object", "node-type":"scalar", "title":"ng-waf", "description":"Operational Status for the object ng-waf", "properties":{ "oper":{ "type":"object", "properties":{ "ngwaf-stats-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"string" }, "name":{ "type":"string", "format":"string" }, "count":{ "type":"number", "format":"number" } } } ] }, "vserver":{ "type":"string", "format":"string" }, "vport":{ "type":"string", "format":"string" }, "cache-vserver":{ "type":"string", "format":"string" }, "cache-vport":{ "type":"string", "format":"string" }, "clear-all":{ "type":"number", "format":"flag" } } }, "status":{ "type":"object", "$ref":"/axapi/v3/ng-waf/status", "properties":{ "oper":{ "type":"object", "properties":{ "ngwaf-version":{ "type":"string", "format":"string" }, "partition-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "partition-name":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" }, "agent-name":{ "type":"string", "format":"string" }, "access-key-id":{ "type":"string", "format":"string" }, "secret-access-key":{ "type":"string", "format":"string" }, "cache-entries":{ "type":"number", "format":"number" }, "tracked-custom-signal":{ "type":"number", "format":"number" } } } ] } } } } }, "custom-page":{ "type":"object", "$ref":"/axapi/v3/ng-waf/status/custom-page", "properties":{ "oper":{ "type":"object", "properties":{ "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" }, "size":{ "type":"number", "format":"number" } } } ] } } } } }, "custom-signals":{ "type":"object", "$ref":"/axapi/v3/ng-waf/status/custom-page/custom-signals", "properties":{ "oper":{ "type":"object", "properties":{ "signal-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "signal":{ "type":"string", "format":"string" } } } ] } } } } }, "cpu":{ "type":"object", "$ref":"/axapi/v3/ng-waf/status/custom-page/custom-signals/cpu", "properties":{ "oper":{ "type":"object", "properties":{ "number-of-cpus":{ "type":"number", "format":"number" }, "cpu-info":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "cpu-id":{ "type":"number", "format":"number" }, "1-sec":{ "type":"number", "format":"number" }, "5-sec":{ "type":"number", "format":"number" }, "10-sec":{ "type":"number", "format":"number" }, "30-sec":{ "type":"number", "format":"number" }, "60-sec":{ "type":"number", "format":"number" } } } ] } } } } } } }