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

{
    "id": 23,
    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/23/?format=api",
    "display": "5",
    "device": {
        "id": 17,
        "url": "https://netbox.c3voc.de/api/dcim/devices/17/?format=api",
        "display": "Redundancy (Outlets)",
        "name": "Redundancy (Outlets)"
    },
    "module": null,
    "name": "5",
    "label": "",
    "type": {
        "value": "ita-e",
        "label": "ITA Type E (CEE 7/5)"
    },
    "power_port": {
        "id": 24,
        "url": "https://netbox.c3voc.de/api/dcim/power-ports/24/?format=api",
        "display": "IN",
        "device": {
            "id": 17,
            "url": "https://netbox.c3voc.de/api/dcim/devices/17/?format=api",
            "display": "Redundancy (Outlets)",
            "name": "Redundancy (Outlets)"
        },
        "name": "IN",
        "cable": 43,
        "_occupied": true
    },
    "feed_leg": null,
    "description": "",
    "mark_connected": false,
    "cable": null,
    "cable_end": "",
    "link_peers": [],
    "link_peers_type": null,
    "connected_endpoints": null,
    "connected_endpoints_type": null,
    "connected_endpoints_reachable": null,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-20T12:44:14.439089Z",
    "last_updated": "2023-01-20T12:44:14.439101Z",
    "_occupied": false
}