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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/1/?format=api",
            "display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/1/?format=api",
            "display": "CPU",
            "name": "CPU",
            "description": "",
            "schema": {
                "properties": {
                    "cores": {
                        "type": "integer",
                        "description": "Number of cores present"
                    },
                    "speed": {
                        "type": "number",
                        "title": "Speed",
                        "description": "Clock speed in GHz"
                    },
                    "architecture": {
                        "type": "string",
                        "title": "Architecture"
                    }
                }
            },
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2026-01-26T21:38:25.591562Z",
            "last_updated": "2026-01-26T21:38:25.591585Z"
        },
        {
            "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"
        },
        {
            "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"
        },
        {
            "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"
        },
        {
            "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"
        },
        {
            "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"
        },
        {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/module-type-profiles/6/?format=api",
            "display_url": "https://netbox.c3voc.de/dcim/module-type-profiles/6/?format=api",
            "display": "Power supply",
            "name": "Power supply",
            "description": "",
            "schema": {
                "required": [
                    "input_current",
                    "input_voltage"
                ],
                "properties": {
                    "wattage": {
                        "type": "integer",
                        "description": "Available output power (watts)"
                    },
                    "hot_swappable": {
                        "type": "boolean",
                        "title": "Hot-swappable",
                        "default": false
                    },
                    "input_current": {
                        "enum": [
                            "AC",
                            "DC"
                        ],
                        "type": "string",
                        "title": "Current type",
                        "default": "AC"
                    },
                    "input_voltage": {
                        "type": "integer",
                        "title": "Voltage",
                        "default": 120
                    }
                }
            },
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2026-01-26T21:38:25.648866Z",
            "last_updated": "2026-01-26T21:38:25.648875Z"
        }
    ]
}