Skip to content

Get video upload metrics

Request

Get video upload metrics for the provided camera ID

Security
api_key
Path
cameraIdstring, (uuid)required

the camera ID of the camera

curl -i -X GET \
  'https://coreapi.hoxton.ai/_mock/v1/cameras/{cameraId}/video-upload-metrics' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK.

Bodyapplication/json
uploadSizeinteger
uploadTimenumber
Response
{ "uploadSize": 0, "uploadTime": 0 }