{ "id":"/axapi/v3/ddos/resource-tracking", "type":"object", "node-type":"intermediate", "title":"resource-tracking", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"DDoS Resource Tracking", "properties":{ "cpu":{ "type":"object", "$ref":"/axapi/v3/ddos/resource-tracking/cpu", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable CPU usage tracking per dst object (default: disabled)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }