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

{
    "id": 53,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/53/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/53/?format=api",
    "display": "pwr-in",
    "device": {
        "id": 92,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/92/?format=api",
        "display": "ORCA-EdgePower",
        "name": "ORCA-EdgePower",
        "description": ""
    },
    "module": null,
    "name": "pwr-in",
    "label": "",
    "type": {
        "value": "iec-60320-c14",
        "label": "C14"
    },
    "maximum_draw": 72,
    "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-11T06:10:46.946894Z",
    "last_updated": "2024-12-11T06:10:46.946921Z",
    "_occupied": false
}