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

{
    "id": 31,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/31/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/31/?format=api",
    "display": "pwr",
    "device": {
        "id": 50,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/50/?format=api",
        "display": "StarlinkBackbone0",
        "name": "StarlinkBackbone0",
        "description": ""
    },
    "module": null,
    "name": "pwr",
    "label": "",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "maximum_draw": null,
    "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-07T06:42:29.432910Z",
    "last_updated": "2024-12-07T06:42:29.432936Z",
    "_occupied": false
}