Add entrance observer metrics
Stores specified simple colony (specified by hive_id) metrics. Uses current time.
Reports bees movement coming in and out of the hive
Request
Body Params application/json
reference to hive section
number of bees coming into the hive
number of bees going out of the hive
{
"hiveId": 0,
"boxId": 0,
"beesIn": 0,
"beesOut": 0
}
Request samples
curl --location -g --request POST '/entrance/v1/movement?api_token={{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw ''
Modified at 2024-12-27 02:12:02