GET /api/dcim/module-type-profiles/3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 3,
"url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/3/?format=api",
"display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/3/?format=api",
"display": "GPU",
"name": "GPU",
"description": "",
"schema": {
"required": [
"memory"
],
"properties": {
"gpu": {
"type": "string",
"title": "GPU"
},
"memory": {
"type": "integer",
"title": "Memory (GB)",
"description": "Total memory capacity (in GB)"
},
"interface": {
"enum": [
"PCIe 4.0",
"PCIe 4.0 x8",
"PCIe 4.0 x16",
"PCIe 5.0 x16"
],
"type": "string"
}
}
},
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2026-01-26T21:38:25.630021Z",
"last_updated": "2026-01-26T21:38:25.630041Z"
}