GET /api/circuits/circuit-terminations/9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 9,
    "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/9/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/circuits/circuit-terminations/9/?format=api",
    "display": "KISARA-ARDEN: Termination A",
    "circuit": {
        "id": 5,
        "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/5/?format=api",
        "display": "KISARA-ARDEN",
        "cid": "KISARA-ARDEN",
        "provider": {
            "id": 5,
            "url": "https://netbox.bayareabackbone.com/api/circuits/providers/5/?format=api",
            "display": "Kisara Development LLC",
            "name": "Kisara Development LLC",
            "slug": "kisara-development-llc",
            "description": ""
        },
        "description": ""
    },
    "term_side": "A",
    "termination_type": "dcim.site",
    "termination_id": 1,
    "termination": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/1/?format=api",
        "display": "Hurricane Electric FMT2",
        "name": "Hurricane Electric FMT2",
        "slug": "hurricane-electric-fmt2",
        "description": ""
    },
    "port_speed": 1000000,
    "upstream_speed": null,
    "xconnect_id": "fmt2.1400.06.24",
    "pp_info": "Cisco 3750X - Port 36 - Gi1/0/36",
    "description": "",
    "mark_connected": false,
    "cable": null,
    "cable_end": null,
    "link_peers": [],
    "link_peers_type": null,
    "tags": [],
    "custom_fields": {},
    "created": "2025-10-08T23:19:12.781888Z",
    "last_updated": "2025-10-09T01:47:39.445749Z",
    "_occupied": false
}