-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2dddc76
commit db471a0
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
5 changes: 2 additions & 3 deletions
5
monitoring/uss_qualifier/requirements/interuss/mock_uss/interactions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
InterUss mock_uss interactions requirements | ||
|
||
## Overview | ||
InterUSS provides endpoint to get InterUUS interactions recorded by mock_uss | ||
|
||
Mock_uss records interactions on its uss/v1/operational_intents endpoints. It provides an endpoint for uss_qualifier to get these interactions for testing various scenarios. | ||
|
||
## Requirements | ||
|
||
### Interactions | ||
GET interactions from a time instance to now | ||
GET /mock_uss/interuss_logging/logs returns a list of interactions that took place between the time specified by query parameter from_time and the current time. |