GET /api/peering/routers/?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": "core01.bzn",
            "name": "core01.bzn",
            "hostname": "core01.bzn.avengers.net",
            "platform": {
                "id": 2,
                "url": "https://demo.peering-manager.net/api/devices/platforms/2/?format=api",
                "display": "Juniper Junos",
                "name": "Juniper Junos",
                "slug": "juniper-junos"
            },
            "status": {
                "value": "maintenance",
                "label": "Maintenance"
            },
            "encrypt_passwords": true,
            "poll_bgp_sessions_state": true,
            "poll_bgp_sessions_last_updated": null,
            "configuration_template": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/devices/configurations/1/?format=api",
                "display": "Core Groups and IXPs",
                "name": "Core Groups and IXPs"
            },
            "local_autonomous_system": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/peering/autonomous-systems/1/?format=api",
                "display": "AS64500 - The Avengers",
                "asn": 64500,
                "name": "The Avengers",
                "ipv6_max_prefixes": 100,
                "ipv4_max_prefixes": 100
            },
            "netbox_device_id": 0,
            "use_netbox": false,
            "local_context_data": null,
            "napalm_username": "",
            "napalm_password": null,
            "napalm_timeout": 0,
            "napalm_args": null,
            "comments": "",
            "tags": [],
            "created": "2022-03-04T21:10:49.140000Z",
            "updated": "2022-03-05T12:46:27.970000Z"
        },
        {
            "id": 1,
            "display": "core01.nyc",
            "name": "core01.nyc",
            "hostname": "core01.nyc.avengers.net",
            "platform": {
                "id": 2,
                "url": "https://demo.peering-manager.net/api/devices/platforms/2/?format=api",
                "display": "Juniper Junos",
                "name": "Juniper Junos",
                "slug": "juniper-junos"
            },
            "status": {
                "value": "enabled",
                "label": "Enabled"
            },
            "encrypt_passwords": true,
            "poll_bgp_sessions_state": true,
            "poll_bgp_sessions_last_updated": null,
            "configuration_template": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/devices/configurations/1/?format=api",
                "display": "Core Groups and IXPs",
                "name": "Core Groups and IXPs"
            },
            "local_autonomous_system": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/peering/autonomous-systems/1/?format=api",
                "display": "AS64500 - The Avengers",
                "asn": 64500,
                "name": "The Avengers",
                "ipv6_max_prefixes": 100,
                "ipv4_max_prefixes": 100
            },
            "netbox_device_id": 0,
            "use_netbox": false,
            "local_context_data": null,
            "napalm_username": "",
            "napalm_password": null,
            "napalm_timeout": 0,
            "napalm_args": null,
            "comments": "",
            "tags": [],
            "created": "2022-03-04T21:07:45.993000Z",
            "updated": "2022-03-04T22:30:51.899000Z"
        },
        {
            "id": 2,
            "display": "core02.nyc",
            "name": "core02.nyc",
            "hostname": "core02.nyc.avengers.net",
            "platform": {
                "id": 2,
                "url": "https://demo.peering-manager.net/api/devices/platforms/2/?format=api",
                "display": "Juniper Junos",
                "name": "Juniper Junos",
                "slug": "juniper-junos"
            },
            "status": {
                "value": "enabled",
                "label": "Enabled"
            },
            "encrypt_passwords": true,
            "poll_bgp_sessions_state": true,
            "poll_bgp_sessions_last_updated": null,
            "configuration_template": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/devices/configurations/1/?format=api",
                "display": "Core Groups and IXPs",
                "name": "Core Groups and IXPs"
            },
            "local_autonomous_system": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/peering/autonomous-systems/1/?format=api",
                "display": "AS64500 - The Avengers",
                "asn": 64500,
                "name": "The Avengers",
                "ipv6_max_prefixes": 100,
                "ipv4_max_prefixes": 100
            },
            "netbox_device_id": 0,
            "use_netbox": false,
            "local_context_data": null,
            "napalm_username": "",
            "napalm_password": null,
            "napalm_timeout": 0,
            "napalm_args": null,
            "comments": "",
            "tags": [],
            "created": "2022-03-04T21:08:14.390000Z",
            "updated": "2022-03-04T22:30:51.913000Z"
        }
    ]
}