GET /api/dcim/power-port-templates/2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"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"
}