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

{
    "id": 4,
    "url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/4/?format=api",
    "display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/4/?format=api",
    "display": "Hard disk",
    "name": "Hard disk",
    "description": "",
    "schema": {
        "required": [
            "size"
        ],
        "properties": {
            "size": {
                "type": "integer",
                "title": "Size (GB)",
                "description": "Raw disk capacity"
            },
            "type": {
                "enum": [
                    "HD",
                    "SSD",
                    "NVME"
                ],
                "type": "string",
                "title": "Disk type",
                "default": "SSD"
            },
            "speed": {
                "type": "integer",
                "title": "Speed (RPM)"
            }
        }
    },
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2026-01-26T21:38:25.637860Z",
    "last_updated": "2026-01-26T21:38:25.637873Z"
}