Nox NVR Resource Service API
범용 리소스 관리 서비스 (layout, map, alarm, sensor 등)
이 문서는 브라우저에서 대화형으로 렌더합니다. JavaScript 를 켜면
요청·응답 스키마와 예제까지 볼 수 있습니다.
오퍼레이션 29개
GET /health — Health check
GET /resource/api/v1/files — List files and folders
POST /resource/api/v1/files/access-check — Check file access in batch
POST /resource/api/v1/files/folder — Create folder
GET /resource/api/v1/files/search — Search files
POST /resource/api/v1/files/upload — Upload file
GET /resource/api/v1/files/{id} — Get file or folder
PUT /resource/api/v1/files/{id} — Update file or folder
DELETE /resource/api/v1/files/{id} — Delete file or folder
GET /resource/api/v1/files/{id}/download — Download file
GET /resource/api/v1/files/{id}/path — Get file path
GET /resource/api/v1/files/{id}/preview — Preview file
GET /resource/api/v1/files/{id}/sharing — Get file sharing list
POST /resource/api/v1/files/{id}/sharing — Add sharing to file
DELETE /resource/api/v1/files/{id}/sharing/me — Leave file sharing
DELETE /resource/api/v1/files/{id}/sharing/{sharingId} — Remove sharing from file
GET /resource/api/v1/files/{id}/size — Get folder size
GET /resource/api/v1/resources — Get all resources
POST /resource/api/v1/resources — Create new resource
POST /resource/api/v1/resources/access-check — Check resource access in batch
GET /resource/api/v1/resources/search — Search resources
GET /resource/api/v1/resources/type/{type} — Get resources by type
GET /resource/api/v1/resources/{id} — Get resource by ID
PUT /resource/api/v1/resources/{id} — Update resource
DELETE /resource/api/v1/resources/{id} — Delete resource
GET /resource/api/v1/resources/{id}/sharing — Get resource sharing list
POST /resource/api/v1/resources/{id}/sharing — Add sharing to resource
DELETE /resource/api/v1/resources/{id}/sharing/me — Leave resource sharing
DELETE /resource/api/v1/resources/{id}/sharing/{sharingId} — Remove sharing from resource