GetInternetEvent - Amazon CloudWatch Internet Monitor

GetInternetEvent

Gets information that Amazon CloudWatch Internet Monitor has generated about an internet event. Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all AWS customers.

The information returned here includes the impacted location, when the event started and (if the event is over) ended, the type of event (PERFORMANCE or AVAILABILITY), and the status (ACTIVE or RESOLVED).

Request Syntax

GET /v20210603/InternetEvents/EventId HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

EventId

The EventId of the internet event to return information for.

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9-]+

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "ClientLocation": { "ASName": "string", "ASNumber": number, "City": "string", "Country": "string", "Latitude": number, "Longitude": number, "Metro": "string", "Subdivision": "string" }, "EndedAt": "string", "EventArn": "string", "EventId": "string", "EventStatus": "string", "EventType": "string", "StartedAt": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

ClientLocation

The impacted location, such as a city, where clients access AWS application resources.

Type: ClientLocation object

EndedAt

The time when the internet event ended. If the event hasn't ended yet, this value is empty.

Type: Timestamp

EventArn

The Amazon Resource Name (ARN) of the internet event.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:.*

EventId

The internally-generated identifier of an internet event.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9-]+

EventStatus

The status of the internet event.

Type: String

Valid Values: ACTIVE | RESOLVED

EventType

The type of network impairment.

Type: String

Valid Values: AVAILABILITY | PERFORMANCE

StartedAt

The time when the internet event started.

Type: Timestamp

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

You don't have sufficient permission to perform this action.

HTTP Status Code: 403

InternalServerException

An internal error occurred.

HTTP Status Code: 500

ThrottlingException

The request was denied due to request throttling.

HTTP Status Code: 429

ValidationException

Invalid request.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: