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

{
    "id": 20,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/20/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-outlets/20/?format=api",
    "display": "pwr-out",
    "device": {
        "id": 95,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/95/?format=api",
        "display": "SR-EdgePower",
        "name": "SR-EdgePower",
        "description": ""
    },
    "module": null,
    "name": "pwr-out",
    "label": "",
    "type": {
        "value": "dc-terminal",
        "label": "DC Terminal"
    },
    "status": {
        "value": "enabled",
        "label": "Enabled"
    },
    "color": "",
    "power_port": null,
    "feed_leg": null,
    "description": "",
    "mark_connected": false,
    "cable": {
        "id": 69,
        "url": "https://netbox.bayareabackbone.com/api/dcim/cables/69/?format=api",
        "display": "#69",
        "label": "",
        "description": ""
    },
    "cable_end": "B",
    "link_peers": [
        {
            "id": 12,
            "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/12/?format=api",
            "display": "24VDC",
            "device": {
                "id": 9,
                "url": "https://netbox.bayareabackbone.com/api/dcim/devices/9/?format=api",
                "display": "KN6PLV-SR-ER-X",
                "name": "KN6PLV-SR-ER-X",
                "description": ""
            },
            "name": "24VDC",
            "description": "",
            "cable": {
                "id": 69,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/69/?format=api",
                "display": "#69",
                "label": "",
                "description": ""
            },
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.powerport",
    "connected_endpoints": [
        {
            "id": 12,
            "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/12/?format=api",
            "display": "24VDC",
            "device": {
                "id": 9,
                "url": "https://netbox.bayareabackbone.com/api/dcim/devices/9/?format=api",
                "display": "KN6PLV-SR-ER-X",
                "name": "KN6PLV-SR-ER-X",
                "description": ""
            },
            "name": "24VDC",
            "description": "",
            "cable": {
                "id": 69,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/69/?format=api",
                "display": "#69",
                "label": "",
                "description": ""
            },
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.powerport",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-11T06:25:09.721815Z",
    "last_updated": "2024-12-11T08:12:41.821339Z",
    "_occupied": true
}