Add API route for total network objects #581
Labels
enhancement
New feature or request
FlowAuth
Issues related to FlowAuth
FlowClient
Issues related to FlowClient
FlowMachine
Issues related to FlowMachine
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
(asstart_date
),stop
(asend_date
) andlevel
(asaggregation_unit
) to begin with.TotalNetworkObjectsExposed
classFlowmachineQuerySchema
integration_tests/tests/test_queries.py
)The text was updated successfully, but these errors were encountered: