openrca / orca-ui

Web UI for OpenRCA
https://openrca.io
Apache License 2.0
33 stars 4 forks source link

Include time point argument in requests to Graph API #84

Closed bzurkowski closed 4 years ago

bzurkowski commented 4 years ago

Graph API has been extended by time filtering option (https://github.com/openrca/orca/issues/92).

The datetime picker should integrate with the API by passing additional time_point argument in request path. Time point should be in UTC timestamp format.

Sample query:

http://localhost:5000//v1/graph?time_point=1598293127
bzurkowski commented 4 years ago

Closed by #85.