/api/v2/chart/api returning points outside time window
search cancel

/api/v2/chart/api returning points outside time window

book

Article ID: 403029

calendar_today

Updated On:

Products

Observability DX OpenExplore

Issue/Introduction

Why is api not taking the time range that they pass observability platform. REST API returns points not within time frame.

Resolution

In the API call set strict = true to ensure the query only returns points within the specified range.
 

 

Additional Information

GET /api/v2/chart/api  performs a charting query against Wavefront servers with the boolean  strict (Optional) defaulting too false.

Operations for Applications REST API Documentation

REST API

Operations for Applications CLIs