GET /api/dcim/power-port-templates/3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3,
    "url": "https://netbox.c3voc.de/api/dcim/power-port-templates/3/?format=api",
    "display": "PSU2",
    "device_type": {
        "id": 9,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/9/?format=api",
        "display": "R630",
        "manufacturer": {
            "id": 5,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/5/?format=api",
            "display": "Dell",
            "name": "Dell",
            "slug": "dell"
        },
        "model": "R630",
        "slug": "r630"
    },
    "module_type": null,
    "name": "PSU2",
    "label": "",
    "type": {
        "value": "iec-60320-c14",
        "label": "C14"
    },
    "maximum_draw": 750,
    "allocated_draw": null,
    "description": "",
    "created": "2023-01-03T13:35:57.883945Z",
    "last_updated": "2023-01-03T13:35:57.883963Z"
}