GET /api/dcim/power-port-templates/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/power-port-templates/5/?format=api",
    "display": "DC 10-28V",
    "device_type": {
        "id": 12,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/12/?format=api",
        "display": "CRS326-24G-2S+IN",
        "manufacturer": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/6/?format=api",
            "display": "Mikrotik",
            "name": "Mikrotik",
            "slug": "mikrotik"
        },
        "model": "CRS326-24G-2S+IN",
        "slug": "crs326-24g-2sin"
    },
    "module_type": null,
    "name": "DC 10-28V",
    "label": "",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "maximum_draw": null,
    "allocated_draw": null,
    "description": "",
    "created": "2024-03-24T10:03:54.528342Z",
    "last_updated": "2024-03-24T10:03:54.528359Z"
}