GET /api/dcim/power-ports/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-ports/13/?format=api",
    "display": "PSU1",
    "device": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/devices/3/?format=api",
        "display": "swt-colo-3",
        "name": "swt-colo-3"
    },
    "module": null,
    "name": "PSU1",
    "label": "",
    "type": {
        "value": "iec-60320-c14",
        "label": "C14"
    },
    "maximum_draw": null,
    "allocated_draw": null,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 33,
        "url": "https://netbox.c3voc.de/api/dcim/cables/33/?format=api",
        "display": "#33",
        "label": ""
    },
    "cable_end": "B",
    "link_peers": [
        {
            "id": 8,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/8/?format=api",
            "display": "6",
            "device": {
                "id": 10,
                "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                "display": "Main",
                "name": "Main"
            },
            "name": "6",
            "cable": 33,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.poweroutlet",
    "connected_endpoints": [
        {
            "id": 8,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/8/?format=api",
            "display": "6",
            "device": {
                "id": 10,
                "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                "display": "Main",
                "name": "Main"
            },
            "name": "6",
            "cable": 33,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.poweroutlet",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-14T15:16:00.435828Z",
    "last_updated": "2023-01-14T15:16:00.435858Z",
    "_occupied": true
}