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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "display": "Reject Bogon ASNs",
            "name": "Reject Bogon ASNs",
            "slug": "reject-bogon-asns",
            "description": "",
            "type": "import-policy",
            "weight": 1000,
            "address_family": 0,
            "communities": [],
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-06T19:34:03.664000Z",
            "updated": "2022-03-06T19:34:03.664000Z"
        },
        {
            "id": 2,
            "display": "Reject Bogons",
            "name": "Reject Bogons",
            "slug": "reject-bogons",
            "description": "",
            "type": "import-policy",
            "weight": 1000,
            "address_family": 0,
            "communities": [],
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-06T19:33:34.749000Z",
            "updated": "2022-03-06T19:33:34.749000Z"
        },
        {
            "id": 1,
            "display": "No Routes",
            "name": "No Routes",
            "slug": "no-routes",
            "description": "",
            "type": "import-export-policy",
            "weight": 0,
            "address_family": 0,
            "communities": [],
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-04T21:12:50.662000Z",
            "updated": "2022-03-04T21:13:22.421000Z"
        }
    ]
}