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

{
    "id": 1,
    "url": "https://netbox.c3voc.de/api/dcim/power-ports/1/?format=api",
    "display": "Main",
    "device": {
        "id": 9,
        "url": "https://netbox.c3voc.de/api/dcim/devices/9/?format=api",
        "display": "Generic 8-Port Neutrik Patch Panel (9)",
        "name": null
    },
    "module": null,
    "name": "Main",
    "label": "",
    "type": {
        "value": "neutrik-powercon-20",
        "label": "Neutrik powerCON (20A)"
    },
    "maximum_draw": null,
    "allocated_draw": null,
    "description": "",
    "mark_connected": false,
    "cable": null,
    "cable_end": "",
    "link_peers": [],
    "link_peers_type": null,
    "connected_endpoints": null,
    "connected_endpoints_type": null,
    "connected_endpoints_reachable": null,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:28:26.593707Z",
    "last_updated": "2023-01-03T13:28:26.593727Z",
    "_occupied": false
}