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

{
    "id": 58,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/58/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/58/?format=api",
    "display": "battery",
    "device": {
        "id": 95,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/95/?format=api",
        "display": "SR-EdgePower",
        "name": "SR-EdgePower",
        "description": ""
    },
    "module": null,
    "name": "battery",
    "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-11T06:25:09.675784Z",
    "last_updated": "2024-12-11T06:25:09.675807Z",
    "_occupied": false
}