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

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