{ "id":"/axapi/v3/system/resource-accounting/oper", "type":"object", "node-type":"scalar", "title":"resource-accounting", "description":"Operational Status for the object resource-accounting", "properties":{ "oper":{ "type":"object", "properties":{ "scope":{ "type":"string", "format":"string" }, "partition-resource":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "partition-name":{ "type":"string", "format":"string" }, "res-type":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "resource-type":{ "type":"string", "format":"string" }, "resources":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "resource-name":{ "type":"string", "format":"string" }, "current":{ "type":"string", "format":"string" }, "minimum":{ "type":"string", "format":"string" }, "maximum":{ "type":"string", "format":"string" }, "utilization":{ "type":"string", "format":"string" }, "max-exceed":{ "type":"string", "format":"string" }, "threshold-exceed":{ "type":"string", "format":"string" }, "average":{ "type":"string", "format":"string" }, "peak":{ "type":"string", "format":"string" }, "cap":{ "type":"string", "format":"string" }, "cap-utilization":{ "type":"string", "format":"string" } } } ] } } } ] } } } ] } } } } }