{ "id":"/axapi/v3/system-cpu", "type":"object", "node-type":"intermediate", "title":"system-cpu", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"System CPU usage", "properties":{ "vserver-data-cpu":{ "type":"object", "$ref":"/axapi/v3/system-cpu/vserver-data-cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "vport-data-cpu":{ "type":"object", "$ref":"/axapi/v3/system-cpu/vport-data-cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "data-cpu":{ "type":"object", "$ref":"/axapi/v3/system-cpu/data-cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "ctrl-cpu":{ "type":"object", "$ref":"/axapi/v3/system-cpu/ctrl-cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "data-cpu-overall":{ "type":"object", "$ref":"/axapi/v3/system-cpu/data-cpu-overall", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }