Flux
For all flux queries, you have a pagination that allows you to retrieve the data.
Fields with * are required.
Flux by detail
Get all flux of a sensor between two dates.
GET
https://api.control.serenicity.fr/api/v1/sensors/:sensor_id/flux
Return list of flux. Filtering options are available.
Path Parameters
Query Parameters
Flux by IP0 and hour
Flux are grouped by local IP (IP0) and hour.
There are statistics for each IP0/hour on the volumetry of ingoing/outgoing flux (in_flux, out_flux
) and toxic flux (in_toxic_flux, out_toxic_flux
).
There are the same statistics about the count of toxic and total count of flux (toxic_count, count).
You can also find the cyberweather (cyt
).
Get all flux of a sensor grouped by hour and IP0 between two dates.
GET
https://api.control.serenicity.fr/api/v1/sensors/:sensor_id/flux-hour-ip0
Return list of flux with statistics. Filtering options are available.
Path Parameters
Query Parameters
Flux by hour
Flux are grouped by hour.
There are statistics for each hour on ingoing/outgoing volume (in_flux, out_flux
) and toxic volume (in_toxic_flux, out_toxic_flux
).
There are the same statistics about the count of toxic and total count of flux (toxic_count, count).
You can also find the cyberweather (cyt
).
Get all flux of a sensor grouped by hour between two dates.
GET
https://api.control.serenicity.fr/api/v1/sensors/:sensor_id/flux-hour-sensor
Return list of flux with statistics. Filtering options are available.
Path Parameters
Query Parameters
Last updated