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

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