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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/power-port-templates/1/?format=api",
            "display": "IN",
            "device_type": {
                "id": 8,
                "url": "https://netbox.c3voc.de/api/dcim/device-types/8/?format=api",
                "display": "8-Port Schuko Power Strip",
                "manufacturer": {
                    "id": 4,
                    "url": "https://netbox.c3voc.de/api/dcim/manufacturers/4/?format=api",
                    "display": "Bachmann",
                    "name": "Bachmann",
                    "slug": "bachmann"
                },
                "model": "8-Port Schuko Power Strip",
                "slug": "8-port-schuko-power-strip"
            },
            "module_type": null,
            "name": "IN",
            "label": "",
            "type": {
                "value": "iec-60320-c14",
                "label": "C14"
            },
            "maximum_draw": 2400,
            "allocated_draw": null,
            "description": "",
            "created": "2023-01-03T13:31:09.799437Z",
            "last_updated": "2023-01-03T13:31:09.799451Z"
        },
        {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/power-port-templates/2/?format=api",
            "display": "PSU1",
            "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": "PSU1",
            "label": "",
            "type": {
                "value": "iec-60320-c14",
                "label": "C14"
            },
            "maximum_draw": 750,
            "allocated_draw": null,
            "description": "",
            "created": "2023-01-03T13:35:57.877500Z",
            "last_updated": "2023-01-03T13:35:57.877517Z"
        },
        {
            "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"
        },
        {
            "id": 4,
            "url": "https://netbox.c3voc.de/api/dcim/power-port-templates/4/?format=api",
            "display": "IN",
            "device_type": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/device-types/11/?format=api",
                "display": "6-Port Schuko Power Strip",
                "manufacturer": {
                    "id": 3,
                    "url": "https://netbox.c3voc.de/api/dcim/manufacturers/3/?format=api",
                    "display": "Generic",
                    "name": "Generic",
                    "slug": "generic"
                },
                "model": "6-Port Schuko Power Strip",
                "slug": "6-port-schuko-power-strip"
            },
            "module_type": null,
            "name": "IN",
            "label": "",
            "type": {
                "value": "ita-f",
                "label": "ITA Type F (CEE 7/4)"
            },
            "maximum_draw": null,
            "allocated_draw": null,
            "description": "",
            "created": "2023-01-20T12:44:55.900469Z",
            "last_updated": "2023-01-20T12:44:55.900493Z"
        },
        {
            "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"
        }
    ]
}