{ "id":"/axapi/v3/ng-waf/status/oper", "type":"object", "node-type":"scalar", "title":"status", "description":"Operational Status for the object 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" } } } ] } } } } }