{ "id":"/axapi/v3/partition-all/oper", "type":"object", "node-type":"scalar", "title":"partition-all", "description":"Operational Status for the object partition-all", "properties":{ "oper":{ "type":"object", "properties":{ "partition-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "partition-name":{ "type":"string", "format":"string" }, "partition-id":{ "type":"number", "format":"number" }, "partition-type":{ "type":"string", "format":"string" }, "parent-l3v":{ "type":"string", "format":"string" }, "app-Type":{ "type":"string", "format":"string" }, "admin-Count":{ "type":"number", "format":"number" }, "status":{ "type":"string", "format":"string" } } } ] }, "active-partition-count":{ "type":"number", "format":"number" }, "manageable":{ "type":"number", "format":"flag" } } } } }