v1

latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KB
metrics

Get Fov Occupancy of a sensor.

get/metrics/occupancy/fov

Query parameters

fromTimestampstring date-time required
toTimestampstring date-time required
sensorIdstring required
objectTypestring
Example:Person

Response

Successful Operation.

Example response

{
  "fovOccupancy": [
    {
      "type": "Person",
      "averageCount": 10
    }
  ]
}