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

{
    "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"
}