DataQuery
A query used for retrieving network health data.
Contents
- Destination
-
The Region or Availability Zone that's the target for the data query. For example,
eu-north-1
.Type: String
Required: No
- Id
-
A user-defined ID associated with a data query that's returned in the
dataResponse
identifying the query. For example, if you set the Id toMyQuery01
in the query, thedataResponse
identifies the query asMyQuery01
.Type: String
Required: No
- Metric
-
The metric used for the network performance request.
Type: String
Valid Values:
aggregate-latency
Required: No
- Period
-
The aggregation period used for the data query.
Type: String
Valid Values:
five-minutes | fifteen-minutes | one-hour | three-hours | one-day | one-week
Required: No
- Source
-
The Region or Availability Zone that's the source for the data query. For example,
us-east-1
.Type: String
Required: No
- Statistic
-
The metric data aggregation period,
p50
, between the specifiedstartDate
andendDate
. For example, a metric offive_minutes
is the median of all the data points gathered within those five minutes.p50
is the only supported metric.Type: String
Valid Values:
p50
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: