GET /api/dcim/module-type-profiles/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/1/?format=api",
"display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/1/?format=api",
"display": "CPU",
"name": "CPU",
"description": "",
"schema": {
"properties": {
"cores": {
"type": "integer",
"description": "Number of cores present"
},
"speed": {
"type": "number",
"title": "Speed",
"description": "Clock speed in GHz"
},
"architecture": {
"type": "string",
"title": "Architecture"
}
}
},
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2026-01-26T21:38:25.591562Z",
"last_updated": "2026-01-26T21:38:25.591585Z"
}