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

{
    "id": 32,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/32/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-ports/32/?format=api",
    "display": "pwr-in",
    "device": {
        "id": 51,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
        "display": "PDU",
        "name": "PDU",
        "description": ""
    },
    "module": null,
    "name": "pwr-in",
    "label": "",
    "type": {
        "value": "nema-l6-20p",
        "label": "NEMA L6-20P"
    },
    "maximum_draw": 3300,
    "allocated_draw": 2600,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 20,
        "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
        "display": "#20",
        "label": "",
        "description": ""
    },
    "cable_end": "A",
    "link_peers": [
        {
            "id": 1,
            "url": "https://netbox.bayareabackbone.com/api/dcim/power-feeds/1/?format=api",
            "display": "fmt2.1500.06.51",
            "name": "fmt2.1500.06.51",
            "cable": {
                "id": 20,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
                "display": "#20",
                "label": "",
                "description": ""
            },
            "description": "",
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.powerfeed",
    "connected_endpoints": [
        {
            "id": 1,
            "url": "https://netbox.bayareabackbone.com/api/dcim/power-feeds/1/?format=api",
            "display": "fmt2.1500.06.51",
            "name": "fmt2.1500.06.51",
            "cable": {
                "id": 20,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
                "display": "#20",
                "label": "",
                "description": ""
            },
            "description": "",
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.powerfeed",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T07:33:53.001259Z",
    "last_updated": "2024-12-07T07:36:24.884462Z",
    "_occupied": true
}