GET /api/dcim/module-type-profiles/7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 7,
    "url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/7/?format=api",
    "display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/7/?format=api",
    "display": "Expansion card",
    "name": "Expansion card",
    "description": "",
    "schema": {
        "properties": {
            "bandwidth": {
                "type": "integer",
                "description": "Total Bandwidth for this module"
            },
            "connector_type": {
                "type": "string",
                "description": "Connector type e.g. PCIe x4"
            }
        }
    },
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2026-01-26T21:38:25.653015Z",
    "last_updated": "2026-01-26T21:38:25.653025Z"
}