Closed bzurkowski closed 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.
time_point
Sample query:
http://localhost:5000//v1/graph?time_point=1598293127
Closed by #85.
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: