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

{
    "id": 37,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/37/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/37/?format=api",
    "display": "Power",
    "device": {
        "id": 63,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/63/?format=api",
        "display": "N9JIM-ALLISON-HAPAC2",
        "name": "N9JIM-ALLISON-HAPAC2",
        "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-09T07:02:34.652644Z",
    "last_updated": "2024-12-09T07:02:34.652670Z",
    "_occupied": false
}