dcim.moduletypeprofile:1
| Name |
CPU
|
|---|---|
| Description |
—
|
{
"properties": {
"architecture": {
"title": "Architecture",
"type": "string"
},
"cores": {
"description": "Number of cores present",
"type": "integer"
},
"speed": {
"description": "Clock speed in GHz",
"title": "Speed",
"type": "number"
}
}
}