{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/3ec64e72-a778-341f-b1e8-74132ee36674","info":{"description":"\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","title":"BGP Monitors API","version":"7.0.34"},"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":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"properties":{"countryId":{"description":"Country ID","example":"GB","readOnly":true,"type":"string"},"monitorId":{"description":"BGP monitor ID","example":"1234","readOnly":true,"type":"string"},"ipAddress":{"description":"IP address of the BGP monitor","example":"4.69.184.193","type":"string"},"network":{"description":"Name of the autonomous system in which the monitor is found","example":"Level 3 Communications, Inc. (AS 3356)","type":"string"},"monitorType":{"description":"Type of monitor","enum":["public","private"],"example":"public","type":"string","$$ref":"#/components/schemas/MonitorType"},"monitorName":{"description":"Display name of the BGP monitor","example":"Seattle, WA","type":"string"}},"type":"object","$$ref":"#/components/schemas/Monitor","title":"Monitor"}}