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

{
    "id": 1,
    "url": "https://netbox.bayareabackbone.com/api/dcim/power-feeds/1/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/power-feeds/1/?format=api",
    "display": "fmt2.1500.06.51",
    "power_panel": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-panels/1/?format=api",
        "display": "PDU 4B-2-2 PANEL 1 CT 25-27",
        "name": "PDU 4B-2-2 PANEL 1 CT 25-27",
        "description": ""
    },
    "rack": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/dcim/racks/1/?format=api",
        "display": "FMT2.1500.06.51 (fmt2)",
        "name": "FMT2.1500.06.51",
        "description": ""
    },
    "name": "fmt2.1500.06.51",
    "status": {
        "value": "active",
        "label": "Active"
    },
    "type": {
        "value": "primary",
        "label": "Primary"
    },
    "supply": {
        "value": "ac",
        "label": "AC"
    },
    "phase": {
        "value": "single-phase",
        "label": "Single phase"
    },
    "voltage": 208,
    "amperage": 20,
    "max_utilization": 80,
    "mark_connected": false,
    "cable": {
        "id": 20,
        "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
        "display": "#20",
        "label": "",
        "description": ""
    },
    "cable_end": "B",
    "link_peers": [
        {
            "id": 32,
            "url": "https://netbox.bayareabackbone.com/api/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": ""
            },
            "name": "pwr-in",
            "description": "",
            "cable": {
                "id": 20,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
                "display": "#20",
                "label": "",
                "description": ""
            },
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.powerport",
    "connected_endpoints": [
        {
            "id": 32,
            "url": "https://netbox.bayareabackbone.com/api/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": ""
            },
            "name": "pwr-in",
            "description": "",
            "cable": {
                "id": 20,
                "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
                "display": "#20",
                "label": "",
                "description": ""
            },
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.powerport",
    "connected_endpoints_reachable": true,
    "description": "",
    "tenant": null,
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T07:22:31.132570Z",
    "last_updated": "2024-12-07T07:36:24.952107Z",
    "_occupied": true
}