{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "EdgeDataplaneCpuStats", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "cores": { "description": "Statistics of CPU cores", "items": { "$ref": "CpuStats }, "maxItems": 64, "title": "Statistics of CPU cores", "type": "array" }, "datapath_cores_mode": { "description": "Mode of how the datapath cores get the packets from driver", "readonly": true, "title": "Datapath core mode", "type": "string" } }, "title": "Information about Edge Dataplane CPU Stats", "type": "object" }