curl --location --request GET 'https://api.cloudflare.com/client/v4/radar/annotations/outages'
{
"result": {
"annotations": [
{
"asns": [
189
],
"dataSource": "ALL",
"description": "example",
"endDate": "2022-09-08T10:00:28Z",
"eventType": "OUTAGE",
"linkedUrl": "http://example.com",
"locations": [
"MX"
],
"outage": {
"outageCause": "CABLE_CUT",
"outageType": "NATIONWIDE"
},
"scope": "Colima, Michoacán, México",
"startDate": "2022-09-06T10:00:28Z"
}
]
},
"success": true
}