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

{
    "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"
}