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

{
    "id": 9,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/9/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-outlets/9/?format=api",
    "display": "pwr8",
    "device": {
        "id": 51,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
        "display": "PDU",
        "name": "PDU",
        "description": ""
    },
    "module": null,
    "name": "pwr8",
    "label": "",
    "type": {
        "value": "iec-60320-c13",
        "label": "C13"
    },
    "status": {
        "value": "enabled",
        "label": "Enabled"
    },
    "color": "",
    "power_port": null,
    "feed_leg": 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-07T07:33:53.055419Z",
    "last_updated": "2024-12-07T07:33:53.055431Z",
    "_occupied": false
}