{ "id":"/axapi/v3/ddos/resource-tracking/cpu/oper", "type":"object", "node-type":"scalar", "title":"cpu", "description":"Operational Status for the object cpu", "properties":{ "oper":{ "type":"object", "properties":{ "if-show-error-str":{ "type":"number", "format":"number" }, "error-str":{ "type":"string", "format":"string" }, "timestamps":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "timestamp":{ "type":"string", "format":"string" }, "average-cpu-percent":{ "type":"string", "format":"string" }, "entries":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "entry":{ "type":"string", "format":"string" }, "address":{ "type":"string", "format":"string" }, "relative-cpu-percent":{ "type":"string", "format":"string" }, "absolute-cpu-percent":{ "type":"string", "format":"string" } } } ] } } } ] }, "max-count":{ "type":"number", "format":"number" } } } } }