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

{
    "id": 7,
    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/7/?format=api",
    "display": "5",
    "device": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
        "display": "Main",
        "name": "Main"
    },
    "module": null,
    "name": "5",
    "label": "",
    "type": {
        "value": "ita-f",
        "label": "ITA Type F (CEE 7/3)"
    },
    "power_port": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/power-ports/3/?format=api",
        "display": "IN",
        "device": {
            "id": 10,
            "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
            "display": "Main",
            "name": "Main"
        },
        "name": "IN",
        "cable": 15,
        "_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-03T13:32:38.607612Z",
    "last_updated": "2023-01-03T13:32:38.607617Z",
    "_occupied": false
}