[
  {
    "gatewayName": "string",
    "gatewayLogicalId": "string",
    "neighbors": [
      {
        "neighborIp": "string",
        "neighborAS": 8,
        "records": [
          {
            "timestamp": "string",
            "state": "IDLEPRFXCT",
            "msgRcvd": 8,
            "pfxRcvd": 10,
            "msgSent": 1,
            "upDownTime": 2
          },
          {
            "timestamp": "string",
            "state": "CONNECT",
            "msgRcvd": 4,
            "pfxRcvd": 6,
            "msgSent": 2,
            "upDownTime": 7
          }
        ]
      },
      {
        "neighborIp": "string",
        "neighborAS": 8,
        "records": [
          {
            "timestamp": "string",
            "state": "OPENCONFIRM",
            "msgRcvd": 1,
            "pfxRcvd": 8,
            "msgSent": 8,
            "upDownTime": 1
          },
          {
            "timestamp": "string",
            "state": "OPENSENT",
            "msgRcvd": 8,
            "pfxRcvd": 1,
            "msgSent": 1,
            "upDownTime": 7
          },
          {
            "timestamp": "string",
            "state": "IDLE",
            "msgRcvd": 10,
            "pfxRcvd": 6,
            "msgSent": 1,
            "upDownTime": 3
          },
          {
            "timestamp": "string",
            "state": "OPENSENT",
            "msgRcvd": 3,
            "pfxRcvd": 8,
            "msgSent": 3,
            "upDownTime": 10
          },
          {
            "timestamp": "string",
            "state": "IDLEPRFXCT",
            "msgRcvd": 9,
            "pfxRcvd": 8,
            "msgSent": 10,
            "upDownTime": 3
          },
          {
            "timestamp": "string",
            "state": "IDLE",
            "msgRcvd": 3,
            "pfxRcvd": 7,
            "msgSent": 4,
            "upDownTime": 4
          }
        ]
      }
    ]
  }
]