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

{
    "id": 5,
    "url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/5/?format=api",
    "display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/5/?format=api",
    "display": "Memory",
    "name": "Memory",
    "description": "",
    "schema": {
        "required": [
            "class",
            "size"
        ],
        "properties": {
            "ecc": {
                "type": "boolean",
                "title": "ECC",
                "description": "Error-correcting code is enabled"
            },
            "size": {
                "type": "integer",
                "title": "Size (GB)",
                "description": "Raw capacity of the module"
            },
            "class": {
                "enum": [
                    "DDR3",
                    "DDR4",
                    "DDR5"
                ],
                "type": "string",
                "title": "Memory class",
                "default": "DDR5"
            },
            "data_rate": {
                "type": "integer",
                "title": "Data rate",
                "description": "Speed in MT/s"
            }
        }
    },
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2026-01-26T21:38:25.643904Z",
    "last_updated": "2026-01-26T21:38:25.643916Z"
}