{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/ff6e14c265afac5403651f22656824120ef8f3d0/3ec64e72-a778-341f-b1e8-74132ee36674","info":{"title":"BGP Monitors API","version":"7.0.89","description":"**Note:** Private monitor data is not available for ThousandEyes for Government instance.\n\nRetrieve information about BGP monitors available to your ThousandEyes account. ThousandEyes ingests BGP routing data from dozens of global BGP collectors and automatically integrates that visibility as a configurable layer under service, network, and path visualization layers.\n\nWhen you specify a service URL in a test, layered BGP tests automatically track reachability and path changes for any relevant prefix. When you use an IP address as the target for a test, the ThousandEyes platform monitors the relevant internet-routed prefix. You can also create specific BGP monitoring for a prefix, and can alert on hijacks and leaks.\n\nFor more information about monitors, see [Inside-Out BGP Visibility](https://docs.thousandeyes.com/product-documentation/internet-and-wan-monitoring/tests/bgp-tests/inside-out-bgp-visibility).\n"},"security":[{"BearerAuth":[]}],"tags":[{"name":"BGP monitors"}],"externalDocs":{"description":"Find out more about Monitors","url":"https://docs.thousandeyes.com/product-documentation/internet-and-wan-monitoring/tests/bgp-tests/inside-out-bgp-visibility"},"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","description":"Bearer authentication token"}}},"spec":{"type":"object","properties":{"countryId":{"type":"string","description":"Country ID","example":"GB","readOnly":true},"monitorId":{"type":"string","description":"BGP monitor ID","example":"1234","readOnly":true},"ipAddress":{"type":"string","description":"IP address of the BGP monitor","example":"4.69.184.193"},"network":{"type":"string","description":"Name of the autonomous system in which the monitor is found","example":"Level 3 Communications, Inc. (AS 3356)"},"monitorType":{"type":"string","description":"Type of monitor","enum":["public","private"],"example":"public","$$ref":"#/components/schemas/MonitorType"},"monitorName":{"type":"string","description":"Display name of the BGP monitor","example":"Seattle, WA"}},"$$ref":"#/components/schemas/Monitor","title":"Monitor"}}