GET /api/peering/bgp-groups/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "display": "Private Peering",
            "name": "Private Peering",
            "slug": "private-peering",
            "description": "",
            "status": {
                "value": "enabled",
                "label": "Enabled"
            },
            "import_routing_policies": [],
            "export_routing_policies": [],
            "communities": [],
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-05T09:51:02.731000Z",
            "updated": "2022-03-05T09:51:02.731000Z"
        },
        {
            "id": 1,
            "display": "Upstreams",
            "name": "Upstreams",
            "slug": "upstreams",
            "description": "",
            "status": {
                "value": "enabled",
                "label": "Enabled"
            },
            "import_routing_policies": [],
            "export_routing_policies": [],
            "communities": [],
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-05T09:44:33.911000Z",
            "updated": "2022-03-05T09:44:33.911000Z"
        }
    ]
}