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

{
    "id": 13,
    "url": "https://netbox.c3voc.de/api/dcim/power-outlets/13/?format=api",
    "display": "3",
    "device": {
        "id": 11,
        "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
        "display": "Redundancy",
        "name": "Redundancy"
    },
    "module": null,
    "name": "3",
    "label": "",
    "type": {
        "value": "ita-f",
        "label": "ITA Type F (CEE 7/3)"
    },
    "power_port": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/power-ports/4/?format=api",
        "display": "IN",
        "device": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
            "display": "Redundancy",
            "name": "Redundancy"
        },
        "name": "IN",
        "cable": 16,
        "_occupied": true
    },
    "feed_leg": null,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/dcim/cables/38/?format=api",
        "display": "#38",
        "label": ""
    },
    "cable_end": "A",
    "link_peers": [
        {
            "id": 8,
            "url": "https://netbox.c3voc.de/api/dcim/power-ports/8/?format=api",
            "display": "PSU2",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare"
            },
            "name": "PSU2",
            "cable": 38,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.powerport",
    "connected_endpoints": [
        {
            "id": 8,
            "url": "https://netbox.c3voc.de/api/dcim/power-ports/8/?format=api",
            "display": "PSU2",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare"
            },
            "name": "PSU2",
            "cable": 38,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.powerport",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:32:54.952339Z",
    "last_updated": "2023-01-03T13:32:54.952345Z",
    "_occupied": true
}