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

{
    "id": 48,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/48/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/48/?format=api",
    "display": "Power",
    "device": {
        "id": 75,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/75/?format=api",
        "display": "AJ6VV-SC-hAP1",
        "name": "AJ6VV-SC-hAP1",
        "description": ""
    },
    "module": null,
    "name": "Power",
    "label": "",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "maximum_draw": 15,
    "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-10T19:54:51.781363Z",
    "last_updated": "2024-12-10T19:54:51.781388Z",
    "_occupied": false
}