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

{
    "id": 10,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/10/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/10/?format=api",
    "display": "power1",
    "device": {
        "id": 7,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
        "display": "Berkeley Router",
        "name": "Berkeley Router",
        "description": ""
    },
    "module": null,
    "name": "power1",
    "label": "",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "maximum_draw": 150,
    "allocated_draw": 15,
    "description": "Battery backup PoE",
    "mark_connected": true,
    "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:22:56.878915Z",
    "last_updated": "2024-12-09T05:44:54.266187Z",
    "_occupied": true
}