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

{
    "id": 21,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/21/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/21/?format=api",
    "display": "psu1 (DC IN 18-28V)",
    "device": {
        "id": 18,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/18/?format=api",
        "display": "blk-crs112",
        "name": "blk-crs112",
        "description": ""
    },
    "module": null,
    "name": "psu1",
    "label": "DC IN 18-28V",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "maximum_draw": 160,
    "allocated_draw": null,
    "description": "",
    "mark_connected": false,
    "cable": null,
    "cable_end": null,
    "link_peers": [],
    "link_peers_type": null,
    "connected_endpoints": null,
    "connected_endpoints_type": null,
    "connected_endpoints_reachable": null,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T00:36:23.433222Z",
    "last_updated": "2024-12-06T00:36:23.433250Z",
    "_occupied": false
}