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

{
    "id": 20,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/20/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-outlets/20/?format=api",
    "display": "pwr-out",
    "device": {
        "id": 95,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/95/?format=api",
        "display": "SR-EdgePower",
        "name": "SR-EdgePower",
        "description": ""
    },
    "module": null,
    "name": "pwr-out",
    "label": "",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "status": {
        "value": "enabled",
        "label": "Enabled"
    },
    "color": "",
    "power_port": null,
    "feed_leg": null,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 69,
        "url": "https://netbox.bayareabackbone.com/api/dcim/cables/69/?format=api",
        "display": "#69",
        "label": "",
        "description": ""
    },
    "cable_end": "B",
    "link_peers": [],
    "link_peers_type": null,
    "connected_endpoints": null,
    "connected_endpoints_type": null,
    "connected_endpoints_reachable": false,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-11T06:25:09.721815Z",
    "last_updated": "2024-12-11T08:12:41.821339Z",
    "_occupied": true
}