http://xray.{region}.amazonaws.com/TimeSeriesServiceStatisticsGet an aggregation of service statistics defined by a specific time range.
Pagination token
Aggregation period in seconds.
The end of the time frame for which to aggregate statistics.
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
The case-sensitive name of the group for which to pull statistics from.
Pagination token.
The start of the time frame for which to aggregate statistics.
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://xray.{region}.amazonaws.com/TimeSeriesServiceStatistics' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://xray.{region}.amazonaws.com/TimeSeriesServiceStatisticsGet an aggregation of service statistics defined by a specific time range.
Pagination token
Aggregation period in seconds.
The end of the time frame for which to aggregate statistics.
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
The case-sensitive name of the group for which to pull statistics from.
Pagination token.
The start of the time frame for which to aggregate statistics.
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://xray.{region}.amazonaws.com/TimeSeriesServiceStatistics' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}