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

{
    "id": 17,
    "url": "https://netbox.c3voc.de/api/dcim/power-ports/17/?format=api",
    "display": "PSU2",
    "device": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/devices/2/?format=api",
        "display": "swt-colo-2",
        "name": "swt-colo-2"
    },
    "module": null,
    "name": "PSU2",
    "label": "",
    "type": {
        "value": "iec-60320-c14",
        "label": "C14"
    },
    "maximum_draw": null,
    "allocated_draw": null,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 40,
        "url": "https://netbox.c3voc.de/api/dcim/cables/40/?format=api",
        "display": "#40",
        "label": ""
    },
    "cable_end": "B",
    "link_peers": [
        {
            "id": 17,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/17/?format=api",
            "display": "7",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy"
            },
            "name": "7",
            "cable": 40,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.poweroutlet",
    "connected_endpoints": [
        {
            "id": 17,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/17/?format=api",
            "display": "7",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy"
            },
            "name": "7",
            "cable": 40,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.poweroutlet",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-14T15:16:25.146887Z",
    "last_updated": "2023-01-14T15:16:25.146901Z",
    "_occupied": true
}