Nox NVR Record Service API
RTSP 스트림 녹화 관리 서비스
이 문서는 브라우저에서 대화형으로 렌더합니다. JavaScript 를 켜면
요청·응답 스키마와 예제까지 볼 수 있습니다.
오퍼레이션 15개
GET /health — Health check
GET /health/detailed — Detailed health check
GET /record/api/v1/recordings — Get all recordings
POST /record/api/v1/recordings — Create recording
GET /record/api/v1/recordings/by-channel/{channel_id} — Get recordings by channel ID
GET /record/api/v1/recordings/{id} — Get recording by ID
PUT /record/api/v1/recordings/{id} — Update recording
DELETE /record/api/v1/recordings/{id} — Delete recording
GET /record/api/v1/recordings/{id}/event-history — Get event history
GET /record/api/v1/recordings/{id}/event-status — Get event status
POST /record/api/v1/recordings/{id}/toggle — Toggle recording enabled status
POST /record/api/v1/recordings/{id}/trigger — Trigger recording event
GET /record/api/v1/settings/recording — Get recording service settings
POST /record/api/v1/settings/recording — Update recording service settings
POST /record/api/v1/storage/partitions/refresh — Refresh disk partitions