{ "id":"/axapi/v3/system/inuse-cpu-list/oper", "type":"object", "node-type":"scalar", "title":"inuse-cpu-list", "description":"Operational Status for the object inuse-cpu-list", "properties":{ "oper":{ "type":"object", "properties":{ "system-inuse-cpu-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "CPU-Num":{ "type":"string", "format":"string" }, "NUMA-NODE":{ "type":"string", "format":"string" }, "CPU-ID":{ "type":"string", "format":"string" }, "HT-CPU":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" } } } ] } } } } }