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

{
    "id": 21,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/21/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-outlets/21/?format=api",
    "display": "pwr",
    "device": {
        "id": 101,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/101/?format=api",
        "display": "ORCA Battery",
        "name": "ORCA Battery",
        "description": ""
    },
    "module": null,
    "name": "pwr",
    "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": 71,
        "url": "https://netbox.bayareabackbone.com/api/dcim/cables/71/?format=api",
        "display": "#71",
        "label": "",
        "description": ""
    },
    "cable_end": "A",
    "link_peers": [
        {
            "id": 52,
            "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/52/?format=api",
            "display": "battery",
            "device": {
                "id": 92,
                "url": "https://netbox.bayareabackbone.com/api/dcim/devices/92/?format=api",
                "display": "ORCA-EdgePower",
                "name": "ORCA-EdgePower",
                "description": ""
            },
            "name": "battery",
            "description": "",
            "cable": {
                "id": 71,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/71/?format=api",
                "display": "#71",
                "label": "",
                "description": ""
            },
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.powerport",
    "connected_endpoints": [
        {
            "id": 52,
            "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/52/?format=api",
            "display": "battery",
            "device": {
                "id": 92,
                "url": "https://netbox.bayareabackbone.com/api/dcim/devices/92/?format=api",
                "display": "ORCA-EdgePower",
                "name": "ORCA-EdgePower",
                "description": ""
            },
            "name": "battery",
            "description": "",
            "cable": {
                "id": 71,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/71/?format=api",
                "display": "#71",
                "label": "",
                "description": ""
            },
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.powerport",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-13T04:22:19.165868Z",
    "last_updated": "2024-12-13T04:22:41.803505Z",
    "_occupied": true
}