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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/2/?format=api",
    "display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/2/?format=api",
    "display": "Fan",
    "name": "Fan",
    "description": "",
    "schema": {
        "properties": {
            "rpm": {
                "type": "integer",
                "title": "RPM",
                "description": "Fan speed (RPM)"
            }
        }
    },
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2026-01-26T21:38:25.618392Z",
    "last_updated": "2026-01-26T21:38:25.618409Z"
}