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

{
    "id": 25,
    "url": "https://netbox.c3voc.de/api/dcim/power-ports/25/?format=api",
    "display": "DC 10-28V",
    "device": {
        "id": 18,
        "url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
        "display": "switch96",
        "name": "switch96"
    },
    "module": null,
    "name": "DC 10-28V",
    "label": "",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "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": "2024-03-24T10:06:16.301066Z",
    "last_updated": "2024-03-24T10:06:16.301081Z",
    "_occupied": false
}