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
    }
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.