{
 "name": "mediahub",
 "version": "1.0.0",
 "description": "ISAPI 视频采集设备云端接收服务",
 "deviceEndpoints": [
  "POST /api/v1/push/<token>",
  "POST /notify",
  "POST /ISAPI/Event/notification/alertStream",
  "POST /upload"
 ],
 "platformEndpoints": [
  "GET /healthz",
  "GET /api/v1/stats",
  "GET /api/v1/devices",
  "POST /api/v1/devices",
  "POST /api/v1/devices/<id>/sync",
  "POST /api/v1/devices/<id>/provision",
  "GET /api/v1/media",
  "GET /api/v1/media/<id>",
  "GET /api/v1/media/<id>/download",
  "GET /api/v1/events",
  "GET /api/v1/events/<id>",
  "GET /api/v1/logs"
 ]
}