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

{
    "id": 24,
    "url": "https://netbox.c3voc.de/api/dcim/power-ports/24/?format=api",
    "display": "IN",
    "device": {
        "id": 17,
        "url": "https://netbox.c3voc.de/api/dcim/devices/17/?format=api",
        "display": "Redundancy (Outlets)",
        "name": "Redundancy (Outlets)"
    },
    "module": null,
    "name": "IN",
    "label": "",
    "type": {
        "value": "ita-f",
        "label": "ITA Type F (CEE 7/4)"
    },
    "maximum_draw": 2500,
    "allocated_draw": null,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 43,
        "url": "https://netbox.c3voc.de/api/dcim/cables/43/?format=api",
        "display": "#43",
        "label": ""
    },
    "cable_end": "A",
    "link_peers": [
        {
            "id": 15,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/15/?format=api",
            "display": "5",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy"
            },
            "name": "5",
            "cable": 43,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.poweroutlet",
    "connected_endpoints": [
        {
            "id": 15,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/15/?format=api",
            "display": "5",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy"
            },
            "name": "5",
            "cable": 43,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.poweroutlet",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-20T12:43:46.704206Z",
    "last_updated": "2023-01-20T12:43:46.704224Z",
    "_occupied": true
}