

# Actions


The following actions are supported:
+  [CreateMonitor](API_CreateMonitor.md) 
+  [DeleteMonitor](API_DeleteMonitor.md) 
+  [GetHealthEvent](API_GetHealthEvent.md) 
+  [GetInternetEvent](API_GetInternetEvent.md) 
+  [GetMonitor](API_GetMonitor.md) 
+  [GetQueryResults](API_GetQueryResults.md) 
+  [GetQueryStatus](API_GetQueryStatus.md) 
+  [ListHealthEvents](API_ListHealthEvents.md) 
+  [ListInternetEvents](API_ListInternetEvents.md) 
+  [ListMonitors](API_ListMonitors.md) 
+  [ListTagsForResource](API_ListTagsForResource.md) 
+  [StartQuery](API_StartQuery.md) 
+  [StopQuery](API_StopQuery.md) 
+  [TagResource](API_TagResource.md) 
+  [UntagResource](API_UntagResource.md) 
+  [UpdateMonitor](API_UpdateMonitor.md) 

# CreateMonitor


Creates a monitor in Internet Monitor. A monitor is built based on information from the application resources that you add: VPCs, Network Load Balancers (NLBs), Amazon CloudFront distributions, and Amazon WorkSpaces directories. Internet Monitor then publishes internet measurements from AWS that are specific to the *city-networks*. That is, the locations and ASNs (typically internet service providers or ISPs), where clients access your application. For more information, see [Using Internet Monitor](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-InternetMonitor.html) in the *Amazon CloudWatch User Guide*.

When you create a monitor, you choose the percentage of traffic that you want to monitor. You can also set a maximum limit for the number of city-networks where client traffic is monitored, that caps the total traffic that Internet Monitor monitors. A city-network maximum is the limit of city-networks, but you only pay for the number of city-networks that are actually monitored. You can update your monitor at any time to change the percentage of traffic to monitor or the city-networks maximum. For more information, see [Choosing a city-network maximum value](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html) in the *Amazon CloudWatch User Guide*.

## Request Syntax


```
POST /v20210603/Monitors HTTP/1.1
Content-type: application/json

{
   "ClientToken": "string",
   "HealthEventsConfig": { 
      "AvailabilityLocalHealthEventsConfig": { 
         "HealthScoreThreshold": number,
         "MinTrafficImpact": number,
         "Status": "string"
      },
      "AvailabilityScoreThreshold": number,
      "PerformanceLocalHealthEventsConfig": { 
         "HealthScoreThreshold": number,
         "MinTrafficImpact": number,
         "Status": "string"
      },
      "PerformanceScoreThreshold": number
   },
   "InternetMeasurementsLogDelivery": { 
      "S3Config": { 
         "BucketName": "string",
         "BucketPrefix": "string",
         "LogDeliveryStatus": "string"
      }
   },
   "MaxCityNetworksToMonitor": number,
   "MonitorName": "string",
   "Resources": [ "string" ],
   "Tags": { 
      "string" : "string" 
   },
   "TrafficPercentageToMonitor": number
}
```

## URI Request Parameters


The request does not use any URI parameters.

## Request Body


The request accepts the following data in JSON format.

 ** [ClientToken](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-ClientToken"></a>
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. Don't reuse the same client token for other API requests.  
Type: String  
Required: No

 ** [HealthEventsConfig](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-HealthEventsConfig"></a>
Defines the threshold percentages and other configuration information for when Internet Monitor creates a health event. Internet Monitor creates a health event when an internet issue that affects your application end users has a health score percentage that is at or below a specific threshold, and, sometimes, when other criteria are met.  
If you don't set a health event threshold, the default value is 95%.  
For more information, see [ Change health event thresholds](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-overview.html#IMUpdateThresholdFromOverview) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: [HealthEventsConfig](API_HealthEventsConfig.md) object  
Required: No

 ** [InternetMeasurementsLogDelivery](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-InternetMeasurementsLogDelivery"></a>
Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.  
Type: [InternetMeasurementsLogDelivery](API_InternetMeasurementsLogDelivery.md) object  
Required: No

 ** [MaxCityNetworksToMonitor](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-MaxCityNetworksToMonitor"></a>
The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. Setting this limit can help control billing costs.  
To learn more, see [Choosing a city-network maximum value ](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 500000.  
Required: No

 ** [MonitorName](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-MonitorName"></a>
The name of the monitor.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

 ** [Resources](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-Resources"></a>
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories.  
You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources.  
If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
Type: Array of strings  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:.*`   
Required: No

 ** [Tags](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-Tags"></a>
The tags for a monitor. You can add a maximum of 50 tags in Internet Monitor.  
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 200 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Value Length Constraints: Minimum length of 0. Maximum length of 256.  
Required: No

 ** [TrafficPercentageToMonitor](#API_CreateMonitor_RequestSyntax) **   <a name="internetmonitor-CreateMonitor-request-TrafficPercentageToMonitor"></a>
The percentage of the internet-facing traffic for your application that you want to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.  
To learn more, see [Choosing an application traffic percentage to monitor ](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMTrafficPercentage.html) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "Arn": "string",
   "Status": "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.

 ** [Arn](#API_CreateMonitor_ResponseSyntax) **   <a name="internetmonitor-CreateMonitor-response-Arn"></a>
The Amazon Resource Name (ARN) of the monitor.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 512.  
Pattern: `arn:.*` 

 ** [Status](#API_CreateMonitor_ResponseSyntax) **   <a name="internetmonitor-CreateMonitor-response-Status"></a>
The status of a monitor.  
Type: String  
Valid Values: `PENDING | ACTIVE | INACTIVE | ERROR` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** ConflictException **   
The requested resource is in use.  
HTTP Status Code: 409

 ** InternalServerException **   
An internal error occurred.  
HTTP Status Code: 500

 ** LimitExceededException **   
The request exceeded a service quota.  
HTTP Status Code: 403

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/CreateMonitor) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/CreateMonitor) 

# DeleteMonitor


Deletes a monitor in Internet Monitor. 

## Request Syntax


```
DELETE /v20210603/Monitors/MonitorName HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [MonitorName](#API_DeleteMonitor_RequestSyntax) **   <a name="internetmonitor-DeleteMonitor-request-uri-MonitorName"></a>
The name of the monitor to delete.  
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
```

## Response Elements


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

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/DeleteMonitor) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/DeleteMonitor) 

# GetHealthEvent


Gets information that Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all the information related to the event, by location.

The information returned includes the impact on performance, availability, and round-trip time, information about the network providers (ASNs), the event type, and so on.

Information rolled up at the global traffic level is also returned, including the impact type and total traffic impact.

## Request Syntax


```
GET /v20210603/Monitors/MonitorName/HealthEvents/EventId?LinkedAccountId=LinkedAccountId HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [EventId](#API_GetHealthEvent_RequestSyntax) **   <a name="internetmonitor-GetHealthEvent-request-uri-EventId"></a>
The internally-generated identifier of a health event. Because `EventID` contains the forward slash (“/”) character, you must URL-encode the `EventID` field in the request URL.  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9/_.-]+`   
Required: Yes

 ** [LinkedAccountId](#API_GetHealthEvent_RequestSyntax) **   <a name="internetmonitor-GetHealthEvent-request-uri-LinkedAccountId"></a>
The account ID for an account that you've set up cross-account sharing for in Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see [Internet Monitor cross-account observability](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cwim-cross-account.html) in the Internet Monitor User Guide.  
Length Constraints: Fixed length of 12.

 ** [MonitorName](#API_GetHealthEvent_RequestSyntax) **   <a name="internetmonitor-GetHealthEvent-request-uri-MonitorName"></a>
The name of the monitor.  
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

{
   "CreatedAt": "string",
   "EndedAt": "string",
   "EventArn": "string",
   "EventId": "string",
   "HealthScoreThreshold": number,
   "ImpactedLocations": [ 
      { 
         "ASName": "string",
         "ASNumber": number,
         "CausedBy": { 
            "AsPath": [ 
               { 
                  "ASName": "string",
                  "ASNumber": number
               }
            ],
            "NetworkEventType": "string",
            "Networks": [ 
               { 
                  "ASName": "string",
                  "ASNumber": number
               }
            ]
         },
         "City": "string",
         "Country": "string",
         "CountryCode": "string",
         "InternetHealth": { 
            "Availability": { 
               "ExperienceScore": number,
               "PercentOfClientLocationImpacted": number,
               "PercentOfTotalTrafficImpacted": number
            },
            "Performance": { 
               "ExperienceScore": number,
               "PercentOfClientLocationImpacted": number,
               "PercentOfTotalTrafficImpacted": number,
               "RoundTripTime": { 
                  "P50": number,
                  "P90": number,
                  "P95": number
               }
            }
         },
         "Ipv4Prefixes": [ "string" ],
         "Latitude": number,
         "Longitude": number,
         "Metro": "string",
         "ServiceLocation": "string",
         "Status": "string",
         "Subdivision": "string",
         "SubdivisionCode": "string"
      }
   ],
   "ImpactType": "string",
   "LastUpdatedAt": "string",
   "PercentOfTotalTrafficImpacted": number,
   "StartedAt": "string",
   "Status": "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.

 ** [CreatedAt](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-CreatedAt"></a>
The time when a health event was created.  
Type: Timestamp

 ** [EndedAt](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-EndedAt"></a>
The time when a health event was resolved. If the health event is still active, the end time is not set.  
Type: Timestamp

 ** [EventArn](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-EventArn"></a>
The Amazon Resource Name (ARN) of the event.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:.*` 

 ** [EventId](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-EventId"></a>
The internally-generated identifier of a health event.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9/_.-]+` 

 ** [HealthScoreThreshold](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-HealthScoreThreshold"></a>
The threshold percentage for a health score that determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.  
Type: Double  
Valid Range: Minimum value of 0. Maximum value of 100.

 ** [ImpactedLocations](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-ImpactedLocations"></a>
The locations affected by a health event.  
Type: Array of [ImpactedLocation](API_ImpactedLocation.md) objects

 ** [ImpactType](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-ImpactType"></a>
The type of impairment of a specific health event.  
Type: String  
Valid Values: `AVAILABILITY | PERFORMANCE | LOCAL_AVAILABILITY | LOCAL_PERFORMANCE` 

 ** [LastUpdatedAt](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-LastUpdatedAt"></a>
The time when a health event was last updated or recalculated.  
Type: Timestamp

 ** [PercentOfTotalTrafficImpacted](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-PercentOfTotalTrafficImpacted"></a>
The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the AWS location using this client network.  
Type: Double

 ** [StartedAt](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-StartedAt"></a>
The time when a health event started.  
Type: Timestamp

 ** [Status](#API_GetHealthEvent_ResponseSyntax) **   <a name="internetmonitor-GetHealthEvent-response-Status"></a>
The status of a health event.  
Type: String  
Valid Values: `ACTIVE | RESOLVED` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/GetHealthEvent) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/GetHealthEvent) 

# GetInternetEvent


Gets information that 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](#API_GetInternetEvent_RequestSyntax) **   <a name="internetmonitor-GetInternetEvent-request-uri-EventId"></a>
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](#API_GetInternetEvent_ResponseSyntax) **   <a name="internetmonitor-GetInternetEvent-response-ClientLocation"></a>
The impacted location, such as a city, where clients access AWS application resources.  
Type: [ClientLocation](API_ClientLocation.md) object

 ** [EndedAt](#API_GetInternetEvent_ResponseSyntax) **   <a name="internetmonitor-GetInternetEvent-response-EndedAt"></a>
The time when the internet event ended. If the event hasn't ended yet, this value is empty.  
Type: Timestamp

 ** [EventArn](#API_GetInternetEvent_ResponseSyntax) **   <a name="internetmonitor-GetInternetEvent-response-EventArn"></a>
The Amazon Resource Name (ARN) of the internet event.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:.*` 

 ** [EventId](#API_GetInternetEvent_ResponseSyntax) **   <a name="internetmonitor-GetInternetEvent-response-EventId"></a>
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](#API_GetInternetEvent_ResponseSyntax) **   <a name="internetmonitor-GetInternetEvent-response-EventStatus"></a>
The status of the internet event.  
Type: String  
Valid Values: `ACTIVE | RESOLVED` 

 ** [EventType](#API_GetInternetEvent_ResponseSyntax) **   <a name="internetmonitor-GetInternetEvent-response-EventType"></a>
The type of network impairment.  
Type: String  
Valid Values: `AVAILABILITY | PERFORMANCE` 

 ** [StartedAt](#API_GetInternetEvent_ResponseSyntax) **   <a name="internetmonitor-GetInternetEvent-response-StartedAt"></a>
The time when the internet event started.  
Type: Timestamp

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/GetInternetEvent) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/GetInternetEvent) 

# GetMonitor


Gets information about a monitor in Internet Monitor based on a monitor name. The information returned includes the Amazon Resource Name (ARN), create time, modified time, resources included in the monitor, and status information.

## Request Syntax


```
GET /v20210603/Monitors/MonitorName?LinkedAccountId=LinkedAccountId HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [LinkedAccountId](#API_GetMonitor_RequestSyntax) **   <a name="internetmonitor-GetMonitor-request-uri-LinkedAccountId"></a>
The account ID for an account that you've set up cross-account sharing for in Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see [Internet Monitor cross-account observability](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cwim-cross-account.html) in the Internet Monitor User Guide.  
Length Constraints: Fixed length of 12.

 ** [MonitorName](#API_GetMonitor_RequestSyntax) **   <a name="internetmonitor-GetMonitor-request-uri-MonitorName"></a>
The name of the monitor.  
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

{
   "CreatedAt": "string",
   "HealthEventsConfig": { 
      "AvailabilityLocalHealthEventsConfig": { 
         "HealthScoreThreshold": number,
         "MinTrafficImpact": number,
         "Status": "string"
      },
      "AvailabilityScoreThreshold": number,
      "PerformanceLocalHealthEventsConfig": { 
         "HealthScoreThreshold": number,
         "MinTrafficImpact": number,
         "Status": "string"
      },
      "PerformanceScoreThreshold": number
   },
   "InternetMeasurementsLogDelivery": { 
      "S3Config": { 
         "BucketName": "string",
         "BucketPrefix": "string",
         "LogDeliveryStatus": "string"
      }
   },
   "MaxCityNetworksToMonitor": number,
   "ModifiedAt": "string",
   "MonitorArn": "string",
   "MonitorName": "string",
   "ProcessingStatus": "string",
   "ProcessingStatusInfo": "string",
   "Resources": [ "string" ],
   "Status": "string",
   "Tags": { 
      "string" : "string" 
   },
   "TrafficPercentageToMonitor": number
}
```

## 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.

 ** [CreatedAt](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-CreatedAt"></a>
The time when the monitor was created.  
Type: Timestamp

 ** [HealthEventsConfig](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-HealthEventsConfig"></a>
The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.  
For more information, see [ Change health event thresholds](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-overview.html#IMUpdateThresholdFromOverview) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: [HealthEventsConfig](API_HealthEventsConfig.md) object

 ** [InternetMeasurementsLogDelivery](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-InternetMeasurementsLogDelivery"></a>
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.  
Type: [InternetMeasurementsLogDelivery](API_InternetMeasurementsLogDelivery.md) object

 ** [MaxCityNetworksToMonitor](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-MaxCityNetworksToMonitor"></a>
The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs.  
To learn more, see [Choosing a city-network maximum value ](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 500000.

 ** [ModifiedAt](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-ModifiedAt"></a>
The last time that the monitor was modified.  
Type: Timestamp

 ** [MonitorArn](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-MonitorArn"></a>
The Amazon Resource Name (ARN) of the monitor.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 512.  
Pattern: `arn:.*` 

 ** [MonitorName](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-MonitorName"></a>
The name of the monitor.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+` 

 ** [ProcessingStatus](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-ProcessingStatus"></a>
The health of the data processing for the monitor.  
Type: String  
Valid Values: `OK | INACTIVE | COLLECTING_DATA | INSUFFICIENT_DATA | FAULT_SERVICE | FAULT_ACCESS_CLOUDWATCH` 

 ** [ProcessingStatusInfo](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-ProcessingStatusInfo"></a>
Additional information about the health of the data processing for the monitor.  
Type: String

 ** [Resources](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-Resources"></a>
The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).  
Type: Array of strings  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:.*` 

 ** [Status](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-Status"></a>
The status of the monitor.  
Type: String  
Valid Values: `PENDING | ACTIVE | INACTIVE | ERROR` 

 ** [Tags](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-Tags"></a>
The tags that have been added to monitor.  
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 200 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Value Length Constraints: Minimum length of 0. Maximum length of 256.

 ** [TrafficPercentageToMonitor](#API_GetMonitor_ResponseSyntax) **   <a name="internetmonitor-GetMonitor-response-TrafficPercentageToMonitor"></a>
The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.  
To learn more, see [Choosing an application traffic percentage to monitor ](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMTrafficPercentage.html) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/GetMonitor) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/GetMonitor) 

# GetQueryResults


Return the data for a query with the Internet Monitor query interface. Specify the query that you want to return results for by providing a `QueryId` and a monitor name.

For more information about using the query interface, including examples, see [Using the Internet Monitor query interface](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html) in the Internet Monitor User Guide.

## Request Syntax


```
GET /v20210603/Monitors/MonitorName/Queries/QueryId/Results?MaxResults=MaxResults&NextToken=NextToken HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [MaxResults](#API_GetQueryResults_RequestSyntax) **   <a name="internetmonitor-GetQueryResults-request-uri-MaxResults"></a>
The number of query results that you want to return with this call.  
Valid Range: Minimum value of 1. Maximum value of 1000.

 ** [MonitorName](#API_GetQueryResults_RequestSyntax) **   <a name="internetmonitor-GetQueryResults-request-uri-MonitorName"></a>
The name of the monitor to return data for.  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

 ** [NextToken](#API_GetQueryResults_RequestSyntax) **   <a name="internetmonitor-GetQueryResults-request-uri-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.

 ** [QueryId](#API_GetQueryResults_RequestSyntax) **   <a name="internetmonitor-GetQueryResults-request-uri-QueryId"></a>
The ID of the query that you want to return data results for. A `QueryId` is an internally-generated identifier for a specific query.  
Required: Yes

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "Data": [ 
      [ "string" ]
   ],
   "Fields": [ 
      { 
         "Name": "string",
         "Type": "string"
      }
   ],
   "NextToken": "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.

 ** [Data](#API_GetQueryResults_ResponseSyntax) **   <a name="internetmonitor-GetQueryResults-response-Data"></a>
The data results that the query returns. Data is returned in arrays, aligned with the `Fields` for the query, which creates a repository of Internet Monitor information for your application. Then, you can filter the information in the repository by using `FilterParameters` that you define.  
Type: Array of arrays of strings

 ** [Fields](#API_GetQueryResults_ResponseSyntax) **   <a name="internetmonitor-GetQueryResults-response-Fields"></a>
The fields that the query returns data for. Fields are name-data type pairs, such as `availability_score`-`float`.  
Type: Array of [QueryField](API_QueryField.md) objects

 ** [NextToken](#API_GetQueryResults_ResponseSyntax) **   <a name="internetmonitor-GetQueryResults-response-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.  
Type: String

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** InternalServerException **   
An internal error occurred.  
HTTP Status Code: 500

 ** LimitExceededException **   
The request exceeded a service quota.  
HTTP Status Code: 403

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/GetQueryResults) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/GetQueryResults) 

# GetQueryStatus


Returns the current status of a query for the Internet Monitor query interface, for a specified query ID and monitor. When you run a query, check the status to make sure that the query has `SUCCEEDED` before you review the results.
+  `QUEUED`: The query is scheduled to run.
+  `RUNNING`: The query is in progress but not complete.
+  `SUCCEEDED`: The query completed sucessfully.
+  `FAILED`: The query failed due to an error.
+  `CANCELED`: The query was canceled.

## Request Syntax


```
GET /v20210603/Monitors/MonitorName/Queries/QueryId/Status HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [MonitorName](#API_GetQueryStatus_RequestSyntax) **   <a name="internetmonitor-GetQueryStatus-request-uri-MonitorName"></a>
The name of the monitor.  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

 ** [QueryId](#API_GetQueryStatus_RequestSyntax) **   <a name="internetmonitor-GetQueryStatus-request-uri-QueryId"></a>
The ID of the query that you want to return the status for. A `QueryId` is an internally-generated dentifier for a specific query.  
Required: Yes

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "Status": "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.

 ** [Status](#API_GetQueryStatus_ResponseSyntax) **   <a name="internetmonitor-GetQueryStatus-response-Status"></a>
The current status for a query.  
Type: String  
Valid Values: `QUEUED | RUNNING | SUCCEEDED | FAILED | CANCELED` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** InternalServerException **   
An internal error occurred.  
HTTP Status Code: 500

 ** LimitExceededException **   
The request exceeded a service quota.  
HTTP Status Code: 403

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/GetQueryStatus) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/GetQueryStatus) 

# ListHealthEvents


Lists all health events for a monitor in Internet Monitor. Returns information for health events including the event start and end times, and the status.

**Note**  
Health events that have start times during the time frame that is requested are not included in the list of health events.

## Request Syntax


```
GET /v20210603/Monitors/MonitorName/HealthEvents?EndTime=EndTime&EventStatus=EventStatus&LinkedAccountId=LinkedAccountId&MaxResults=MaxResults&NextToken=NextToken&StartTime=StartTime HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [EndTime](#API_ListHealthEvents_RequestSyntax) **   <a name="internetmonitor-ListHealthEvents-request-uri-EndTime"></a>
The time when a health event ended. If the health event is still ongoing, then the end time is not set.

 ** [EventStatus](#API_ListHealthEvents_RequestSyntax) **   <a name="internetmonitor-ListHealthEvents-request-uri-EventStatus"></a>
The status of a health event.  
Valid Values: `ACTIVE | RESOLVED` 

 ** [LinkedAccountId](#API_ListHealthEvents_RequestSyntax) **   <a name="internetmonitor-ListHealthEvents-request-uri-LinkedAccountId"></a>
The account ID for an account that you've set up cross-account sharing for in Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see [Internet Monitor cross-account observability](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cwim-cross-account.html) in the Internet Monitor User Guide.  
Length Constraints: Fixed length of 12.

 ** [MaxResults](#API_ListHealthEvents_RequestSyntax) **   <a name="internetmonitor-ListHealthEvents-request-uri-MaxResults"></a>
The number of health event objects that you want to return with this call.   
Valid Range: Minimum value of 1. Maximum value of 25.

 ** [MonitorName](#API_ListHealthEvents_RequestSyntax) **   <a name="internetmonitor-ListHealthEvents-request-uri-MonitorName"></a>
The name of the monitor.  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

 ** [NextToken](#API_ListHealthEvents_RequestSyntax) **   <a name="internetmonitor-ListHealthEvents-request-uri-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.

 ** [StartTime](#API_ListHealthEvents_RequestSyntax) **   <a name="internetmonitor-ListHealthEvents-request-uri-StartTime"></a>
The time when a health event started.

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "HealthEvents": [ 
      { 
         "CreatedAt": "string",
         "EndedAt": "string",
         "EventArn": "string",
         "EventId": "string",
         "HealthScoreThreshold": number,
         "ImpactedLocations": [ 
            { 
               "ASName": "string",
               "ASNumber": number,
               "CausedBy": { 
                  "AsPath": [ 
                     { 
                        "ASName": "string",
                        "ASNumber": number
                     }
                  ],
                  "NetworkEventType": "string",
                  "Networks": [ 
                     { 
                        "ASName": "string",
                        "ASNumber": number
                     }
                  ]
               },
               "City": "string",
               "Country": "string",
               "CountryCode": "string",
               "InternetHealth": { 
                  "Availability": { 
                     "ExperienceScore": number,
                     "PercentOfClientLocationImpacted": number,
                     "PercentOfTotalTrafficImpacted": number
                  },
                  "Performance": { 
                     "ExperienceScore": number,
                     "PercentOfClientLocationImpacted": number,
                     "PercentOfTotalTrafficImpacted": number,
                     "RoundTripTime": { 
                        "P50": number,
                        "P90": number,
                        "P95": number
                     }
                  }
               },
               "Ipv4Prefixes": [ "string" ],
               "Latitude": number,
               "Longitude": number,
               "Metro": "string",
               "ServiceLocation": "string",
               "Status": "string",
               "Subdivision": "string",
               "SubdivisionCode": "string"
            }
         ],
         "ImpactType": "string",
         "LastUpdatedAt": "string",
         "PercentOfTotalTrafficImpacted": number,
         "StartedAt": "string",
         "Status": "string"
      }
   ],
   "NextToken": "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.

 ** [HealthEvents](#API_ListHealthEvents_ResponseSyntax) **   <a name="internetmonitor-ListHealthEvents-response-HealthEvents"></a>
A list of health events.  
Type: Array of [HealthEvent](API_HealthEvent.md) objects

 ** [NextToken](#API_ListHealthEvents_ResponseSyntax) **   <a name="internetmonitor-ListHealthEvents-response-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.  
Type: String

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/ListHealthEvents) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/ListHealthEvents) 

# ListInternetEvents


Lists internet events that cause performance or availability issues for client locations. Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all AWS customers. 

You can constrain the list of internet events returned by providing a start time and end time to define a total time frame for events you want to list. Both start time and end time specify the time when an event started. End time is optional. If you don't include it, the default end time is the current time.

You can also limit the events returned to a specific status (`ACTIVE` or `RESOLVED`) or type (`PERFORMANCE` or `AVAILABILITY`).

## Request Syntax


```
GET /v20210603/InternetEvents?EndTime=EndTime&EventStatus=EventStatus&EventType=EventType&InternetEventMaxResults=MaxResults&NextToken=NextToken&StartTime=StartTime HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [EndTime](#API_ListInternetEvents_RequestSyntax) **   <a name="internetmonitor-ListInternetEvents-request-uri-EndTime"></a>
The end time of the time window that you want to get a list of internet events for.

 ** [EventStatus](#API_ListInternetEvents_RequestSyntax) **   <a name="internetmonitor-ListInternetEvents-request-uri-EventStatus"></a>
The status of an internet event.

 ** [EventType](#API_ListInternetEvents_RequestSyntax) **   <a name="internetmonitor-ListInternetEvents-request-uri-EventType"></a>
The type of network impairment.

 ** [MaxResults](#API_ListInternetEvents_RequestSyntax) **   <a name="internetmonitor-ListInternetEvents-request-uri-MaxResults"></a>
The number of query results that you want to return with this call.  
Valid Range: Minimum value of 1. Maximum value of 100.

 ** [NextToken](#API_ListInternetEvents_RequestSyntax) **   <a name="internetmonitor-ListInternetEvents-request-uri-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.

 ** [StartTime](#API_ListInternetEvents_RequestSyntax) **   <a name="internetmonitor-ListInternetEvents-request-uri-StartTime"></a>
The start time of the time window that you want to get a list of internet events for.

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "InternetEvents": [ 
      { 
         "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"
      }
   ],
   "NextToken": "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.

 ** [InternetEvents](#API_ListInternetEvents_ResponseSyntax) **   <a name="internetmonitor-ListInternetEvents-response-InternetEvents"></a>
A set of internet events returned for the list operation.  
Type: Array of [InternetEventSummary](API_InternetEventSummary.md) objects

 ** [NextToken](#API_ListInternetEvents_ResponseSyntax) **   <a name="internetmonitor-ListInternetEvents-response-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.  
Type: String

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/ListInternetEvents) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/ListInternetEvents) 

# ListMonitors


Lists all of your monitors for Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.

## Request Syntax


```
GET /v20210603/Monitors?IncludeLinkedAccounts=IncludeLinkedAccounts&MaxResults=MaxResults&MonitorStatus=MonitorStatus&NextToken=NextToken HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [IncludeLinkedAccounts](#API_ListMonitors_RequestSyntax) **   <a name="internetmonitor-ListMonitors-request-uri-IncludeLinkedAccounts"></a>
A boolean option that you can set to `TRUE` to include monitors for linked accounts in a list of monitors, when you've set up cross-account sharing in Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see [Internet Monitor cross-account observability](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cwim-cross-account.html) in the Internet Monitor User Guide.

 ** [MaxResults](#API_ListMonitors_RequestSyntax) **   <a name="internetmonitor-ListMonitors-request-uri-MaxResults"></a>
The number of monitor objects that you want to return with this call.  
Valid Range: Minimum value of 1. Maximum value of 25.

 ** [MonitorStatus](#API_ListMonitors_RequestSyntax) **   <a name="internetmonitor-ListMonitors-request-uri-MonitorStatus"></a>
The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself.  
For information about the statuses for a monitor, see [ Monitor](https://docs.aws.amazon.com/internet-monitor/latest/api/API_Monitor.html).

 ** [NextToken](#API_ListMonitors_RequestSyntax) **   <a name="internetmonitor-ListMonitors-request-uri-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "Monitors": [ 
      { 
         "MonitorArn": "string",
         "MonitorName": "string",
         "ProcessingStatus": "string",
         "Status": "string"
      }
   ],
   "NextToken": "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.

 ** [Monitors](#API_ListMonitors_ResponseSyntax) **   <a name="internetmonitor-ListMonitors-response-Monitors"></a>
A list of monitors.  
Type: Array of [Monitor](API_Monitor.md) objects

 ** [NextToken](#API_ListMonitors_ResponseSyntax) **   <a name="internetmonitor-ListMonitors-response-NextToken"></a>
The token for the next set of results. You receive this token from a previous call.  
Type: String

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/ListMonitors) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/ListMonitors) 

# ListTagsForResource


Lists the tags for a resource. Tags are supported only for monitors in Internet Monitor.

## Request Syntax


```
GET /tags/ResourceArn HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [ResourceArn](#API_ListTagsForResource_RequestSyntax) **   <a name="internetmonitor-ListTagsForResource-request-uri-ResourceArn"></a>
The Amazon Resource Name (ARN) for a resource.  
Length Constraints: Minimum length of 20. Maximum length of 512.  
Pattern: `arn:.*`   
Required: Yes

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "Tags": { 
      "string" : "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.

 ** [Tags](#API_ListTagsForResource_ResponseSyntax) **   <a name="internetmonitor-ListTagsForResource-response-Tags"></a>
Tags for a resource.  
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 200 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Value Length Constraints: Minimum length of 0. Maximum length of 256.

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** BadRequestException **   
A bad request was received.  
HTTP Status Code: 400

 ** InternalServerErrorException **   
There was an internal server error.  
HTTP Status Code: 500

 ** NotFoundException **   
The request specifies something that doesn't exist.  
HTTP Status Code: 404

 ** TooManyRequestsException **   
There were too many requests.  
HTTP Status Code: 429

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/ListTagsForResource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/ListTagsForResource) 

# StartQuery


Start a query to return data for a specific query type for the Internet Monitor query interface. Specify a time period for the data that you want returned by using `StartTime` and `EndTime`. You filter the query results to return by providing parameters that you specify with `FilterParameters`.

For more information about using the query interface, including examples, see [Using the Internet Monitor query interface](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html) in the Internet Monitor User Guide.

## Request Syntax


```
POST /v20210603/Monitors/MonitorName/Queries HTTP/1.1
Content-type: application/json

{
   "EndTime": "string",
   "FilterParameters": [ 
      { 
         "Field": "string",
         "Operator": "string",
         "Values": [ "string" ]
      }
   ],
   "LinkedAccountId": "string",
   "QueryType": "string",
   "StartTime": "string"
}
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [MonitorName](#API_StartQuery_RequestSyntax) **   <a name="internetmonitor-StartQuery-request-uri-MonitorName"></a>
The name of the monitor to query.  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

## Request Body


The request accepts the following data in JSON format.

 ** [EndTime](#API_StartQuery_RequestSyntax) **   <a name="internetmonitor-StartQuery-request-EndTime"></a>
The timestamp that is the end of the period that you want to retrieve data for with your query.  
Type: Timestamp  
Required: Yes

 ** [FilterParameters](#API_StartQuery_RequestSyntax) **   <a name="internetmonitor-StartQuery-request-FilterParameters"></a>
The `FilterParameters` field that you use with Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.  
For more information about specifying filter parameters, see [Using the Internet Monitor query interface](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html) in the Internet Monitor User Guide.  
Type: Array of [FilterParameter](API_FilterParameter.md) objects  
Required: No

 ** [LinkedAccountId](#API_StartQuery_RequestSyntax) **   <a name="internetmonitor-StartQuery-request-LinkedAccountId"></a>
The account ID for an account that you've set up cross-account sharing for in Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see [Internet Monitor cross-account observability](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cwim-cross-account.html) in the Internet Monitor User Guide.  
Type: String  
Length Constraints: Fixed length of 12.  
Required: No

 ** [QueryType](#API_StartQuery_RequestSyntax) **   <a name="internetmonitor-StartQuery-request-QueryType"></a>
The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:  
+  `MEASUREMENTS`: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.
+  `TOP_LOCATIONS`: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.
+  `TOP_LOCATION_DETAILS`: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.
+  `OVERALL_TRAFFIC_SUGGESTIONS`: Provides TTFB, using a 30-day weighted average, for all traffic in each AWS location that is monitored.
+  `OVERALL_TRAFFIC_SUGGESTIONS_DETAILS`: Provides TTFB, using a 30-day weighted average, for each top location, for a proposed AWS location. Must provide an AWS location to search.
+  `ROUTING_SUGGESTIONS`: Provides the predicted average round-trip time (RTT) from an IP prefix toward an AWS location for a DNS resolver. The RTT is calculated at one hour intervals, over a one hour period.
For lists of the fields returned with each query type and more information about how each type of query is performed, see [ Using the Internet Monitor query interface](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html) in the Internet Monitor User Guide.  
Type: String  
Valid Values: `MEASUREMENTS | TOP_LOCATIONS | TOP_LOCATION_DETAILS | OVERALL_TRAFFIC_SUGGESTIONS | OVERALL_TRAFFIC_SUGGESTIONS_DETAILS | ROUTING_SUGGESTIONS`   
Required: Yes

 ** [StartTime](#API_StartQuery_RequestSyntax) **   <a name="internetmonitor-StartQuery-request-StartTime"></a>
The timestamp that is the beginning of the period that you want to retrieve data for with your query.  
Type: Timestamp  
Required: Yes

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "QueryId": "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.

 ** [QueryId](#API_StartQuery_ResponseSyntax) **   <a name="internetmonitor-StartQuery-response-QueryId"></a>
The internally-generated identifier of a specific query.  
Type: String

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** InternalServerException **   
An internal error occurred.  
HTTP Status Code: 500

 ** LimitExceededException **   
The request exceeded a service quota.  
HTTP Status Code: 403

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/StartQuery) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/StartQuery) 

# StopQuery


Stop a query that is progress for a specific monitor.

## Request Syntax


```
DELETE /v20210603/Monitors/MonitorName/Queries/QueryId HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [MonitorName](#API_StopQuery_RequestSyntax) **   <a name="internetmonitor-StopQuery-request-uri-MonitorName"></a>
The name of the monitor.  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

 ** [QueryId](#API_StopQuery_RequestSyntax) **   <a name="internetmonitor-StopQuery-request-uri-QueryId"></a>
The ID of the query that you want to stop. A `QueryId` is an internally-generated identifier for a specific query.  
Required: Yes

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 200
```

## Response Elements


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

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** InternalServerException **   
An internal error occurred.  
HTTP Status Code: 500

 ** LimitExceededException **   
The request exceeded a service quota.  
HTTP Status Code: 403

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/StopQuery) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/StopQuery) 

# TagResource


Adds a tag to a resource. Tags are supported only for monitors in Internet Monitor. You can add a maximum of 50 tags in Internet Monitor.

A minimum of one tag is required for this call. It returns an error if you use the `TagResource` request with 0 tags.

## Request Syntax


```
POST /tags/ResourceArn HTTP/1.1
Content-type: application/json

{
   "Tags": { 
      "string" : "string" 
   }
}
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [ResourceArn](#API_TagResource_RequestSyntax) **   <a name="internetmonitor-TagResource-request-uri-ResourceArn"></a>
The Amazon Resource Name (ARN) for a tag that you add to a resource. Tags are supported only for monitors in Internet Monitor.  
Length Constraints: Minimum length of 20. Maximum length of 512.  
Pattern: `arn:.*`   
Required: Yes

## Request Body


The request accepts the following data in JSON format.

 ** [Tags](#API_TagResource_RequestSyntax) **   <a name="internetmonitor-TagResource-request-Tags"></a>
Tags that you add to a resource. You can add a maximum of 50 tags in Internet Monitor.  
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 200 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Value Length Constraints: Minimum length of 0. Maximum length of 256.  
Required: Yes

## Response Syntax


```
HTTP/1.1 204
```

## Response Elements


If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** BadRequestException **   
A bad request was received.  
HTTP Status Code: 400

 ** InternalServerErrorException **   
There was an internal server error.  
HTTP Status Code: 500

 ** NotFoundException **   
The request specifies something that doesn't exist.  
HTTP Status Code: 404

 ** TooManyRequestsException **   
There were too many requests.  
HTTP Status Code: 429

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/TagResource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/TagResource) 

# UntagResource


Removes a tag from a resource.

## Request Syntax


```
DELETE /tags/ResourceArn?tagKeys=TagKeys HTTP/1.1
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [ResourceArn](#API_UntagResource_RequestSyntax) **   <a name="internetmonitor-UntagResource-request-uri-ResourceArn"></a>
The Amazon Resource Name (ARN) for a tag you remove a resource from.  
Length Constraints: Minimum length of 20. Maximum length of 512.  
Pattern: `arn:.*`   
Required: Yes

 ** [TagKeys](#API_UntagResource_RequestSyntax) **   <a name="internetmonitor-UntagResource-request-uri-TagKeys"></a>
Tag keys that you remove from a resource.  
Array Members: Minimum number of 0 items. Maximum number of 200 items.  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Required: Yes

## Request Body


The request does not have a request body.

## Response Syntax


```
HTTP/1.1 204
```

## Response Elements


If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** BadRequestException **   
A bad request was received.  
HTTP Status Code: 400

 ** InternalServerErrorException **   
There was an internal server error.  
HTTP Status Code: 500

 ** NotFoundException **   
The request specifies something that doesn't exist.  
HTTP Status Code: 404

 ** TooManyRequestsException **   
There were too many requests.  
HTTP Status Code: 429

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/UntagResource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/UntagResource) 

# UpdateMonitor


Updates a monitor. You can update a monitor to change the percentage of traffic to monitor or the maximum number of city-networks (locations and ASNs), to add or remove resources, or to change the status of the monitor. Note that you can't change the name of a monitor.

The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. For more information, see [Choosing a city-network maximum value](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html) in the *Amazon CloudWatch User Guide*.

## Request Syntax


```
PATCH /v20210603/Monitors/MonitorName HTTP/1.1
Content-type: application/json

{
   "ClientToken": "string",
   "HealthEventsConfig": { 
      "AvailabilityLocalHealthEventsConfig": { 
         "HealthScoreThreshold": number,
         "MinTrafficImpact": number,
         "Status": "string"
      },
      "AvailabilityScoreThreshold": number,
      "PerformanceLocalHealthEventsConfig": { 
         "HealthScoreThreshold": number,
         "MinTrafficImpact": number,
         "Status": "string"
      },
      "PerformanceScoreThreshold": number
   },
   "InternetMeasurementsLogDelivery": { 
      "S3Config": { 
         "BucketName": "string",
         "BucketPrefix": "string",
         "LogDeliveryStatus": "string"
      }
   },
   "MaxCityNetworksToMonitor": number,
   "ResourcesToAdd": [ "string" ],
   "ResourcesToRemove": [ "string" ],
   "Status": "string",
   "TrafficPercentageToMonitor": number
}
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [MonitorName](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-uri-MonitorName"></a>
The name of the monitor.   
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

## Request Body


The request accepts the following data in JSON format.

 ** [ClientToken](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-ClientToken"></a>
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. You should not reuse the same client token for other API requests.  
Type: String  
Required: No

 ** [HealthEventsConfig](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-HealthEventsConfig"></a>
The list of health score thresholds. A threshold percentage for health scores, along with other configuration information, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.  
For more information, see [ Change health event thresholds](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-overview.html#IMUpdateThresholdFromOverview) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: [HealthEventsConfig](API_HealthEventsConfig.md) object  
Required: No

 ** [InternetMeasurementsLogDelivery](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-InternetMeasurementsLogDelivery"></a>
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.  
Type: [InternetMeasurementsLogDelivery](API_InternetMeasurementsLogDelivery.md) object  
Required: No

 ** [MaxCityNetworksToMonitor](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-MaxCityNetworksToMonitor"></a>
The maximum number of city-networks to monitor for your application. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. Setting this limit can help control billing costs.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 500000.  
Required: No

 ** [ResourcesToAdd](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-ResourcesToAdd"></a>
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories.  
You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources.  
If you add only Amazon Virtual Private Clouds resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
Type: Array of strings  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:.*`   
Required: No

 ** [ResourcesToRemove](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-ResourcesToRemove"></a>
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).  
Type: Array of strings  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:.*`   
Required: No

 ** [Status](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-Status"></a>
The status for a monitor. The accepted values for `Status` with the `UpdateMonitor` API call are the following: `ACTIVE` and `INACTIVE`. The following values are *not* accepted: `PENDING`, and `ERROR`.  
Type: String  
Valid Values: `PENDING | ACTIVE | INACTIVE | ERROR`   
Required: No

 ** [TrafficPercentageToMonitor](#API_UpdateMonitor_RequestSyntax) **   <a name="internetmonitor-UpdateMonitor-request-TrafficPercentageToMonitor"></a>
The percentage of the internet-facing traffic for your application that you want to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.  
To learn more, see [Choosing an application traffic percentage to monitor ](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMTrafficPercentage.html) in the Internet Monitor section of the *CloudWatch User Guide*.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

## Response Syntax


```
HTTP/1.1 200
Content-type: application/json

{
   "MonitorArn": "string",
   "Status": "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.

 ** [MonitorArn](#API_UpdateMonitor_ResponseSyntax) **   <a name="internetmonitor-UpdateMonitor-response-MonitorArn"></a>
The Amazon Resource Name (ARN) of the monitor.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 512.  
Pattern: `arn:.*` 

 ** [Status](#API_UpdateMonitor_ResponseSyntax) **   <a name="internetmonitor-UpdateMonitor-response-Status"></a>
The status of a monitor.  
Type: String  
Valid Values: `PENDING | ACTIVE | INACTIVE | ERROR` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You don't have sufficient permission to perform this action.  
HTTP Status Code: 403

 ** InternalServerException **   
An internal error occurred.  
HTTP Status Code: 500

 ** LimitExceededException **   
The request exceeded a service quota.  
HTTP Status Code: 403

 ** ResourceNotFoundException **   
The request specifies a resource that doesn't exist.  
HTTP Status Code: 404

 ** 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:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/internetmonitor-2021-06-03/UpdateMonitor) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/internetmonitor-2021-06-03/UpdateMonitor) 