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

{
    "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"
    },
    "module": null,
    "name": "IN",
    "label": "",
    "type": {
        "value": "iec-60320-c14",
        "label": "C14"
    },
    "maximum_draw": 2400,
    "allocated_draw": null,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 16,
        "url": "https://netbox.c3voc.de/api/dcim/cables/16/?format=api",
        "display": "#16",
        "label": ""
    },
    "cable_end": "B",
    "link_peers": [
        {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/2/?format=api",
            "display": "Redundancy",
            "device": {
                "id": 9,
                "url": "https://netbox.c3voc.de/api/dcim/devices/9/?format=api",
                "display": "Generic 8-Port Neutrik Patch Panel (9)",
                "name": null
            },
            "name": "Redundancy",
            "cable": 16,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.poweroutlet",
    "connected_endpoints": [
        {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/2/?format=api",
            "display": "Redundancy",
            "device": {
                "id": 9,
                "url": "https://netbox.c3voc.de/api/dcim/devices/9/?format=api",
                "display": "Generic 8-Port Neutrik Patch Panel (9)",
                "name": null
            },
            "name": "Redundancy",
            "cable": 16,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.poweroutlet",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:32:54.937604Z",
    "last_updated": "2023-01-03T13:34:05.323559Z",
    "_occupied": true
}