Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API route for total network objects #581

Closed
7 tasks
maxalbert opened this issue Apr 5, 2019 · 0 comments
Closed
7 tasks

Add API route for total network objects #581

maxalbert opened this issue Apr 5, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request FlowAuth Issues related to FlowAuth FlowClient Issues related to FlowClient FlowMachine Issues related to FlowMachine

Comments

@maxalbert
Copy link
Contributor

flowmachine.features.network.total_network_objects.TotalNetworkObjects` should have an exposed API route.

The parameters to be exposed are similar to other exposed routes. I suggest to expose start (as start_date), stop (as end_date) and level (as aggregation_unit) to begin with.

  • Add TotalNetworkObjectsExposed class
  • Add marshmallow schema
  • Add schema to FlowmachineQuerySchema
  • Add flowclient function
  • Add tests to integration tests (in integration_tests/tests/test_queries.py)
  • Add query endpoint to Flowauth demo data
  • Update approval test data for integration tests
@maxalbert maxalbert added enhancement New feature or request FlowClient Issues related to FlowClient FlowAuth Issues related to FlowAuth FlowMachine Issues related to FlowMachine labels Apr 5, 2019
@greenape greenape closed this as completed Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FlowAuth Issues related to FlowAuth FlowClient Issues related to FlowClient FlowMachine Issues related to FlowMachine
Projects
None yet
Development

No branches or pull requests

3 participants