Go to documentation repository
POST http://IPaddress:port/prefix/archive/contents/bookmarks/create
요청 본문에는 begins_at, ends_at, comment, is_protected, endpoint 및 storage_id 매개변수가 포함된 JSON이 있어야 합니다. (아카이브에서 북마크 가져오기 참조).
[ { "begins_at":"20190226T102523.000", "comment":"text", "ends_at":"20190226T102646.000", "is_protected":true, "endpoint":"hosts/Server1/DeviceIpint.1/SourceEndpoint.video:0:0", "storage_id":"hosts/Server1/MultimediaStorage.AliceBlue/MultimediaStorage" } ]
그룹 북마크 생성을 위한 JSON은 다음과 같습니다.
[ { "begins_at":"20190226T102523.000", "comment":"text", "ends_at":"20190226T102646.000", "is_protected":true, "endpoint":"hosts/Server1/DeviceIpint.1/SourceEndpoint.video:0:0", "storage_id":"hosts/Server1/MultimediaStorage.AliceBlue/MultimediaStorage" }, { "endpoint":"hosts/Server1/DeviceIpint.2/SourceEndpoint.video:0:0", "storage_id":"hosts/Server1/MultimediaStorage.AliceBlue/MultimediaStorage" } ]
그룹 북마크는 여러 카메라에 연결되지만 begins_at, ends_at, comment 및 is_protected 매개변수는 첫 번째 요소 배열에서 가져옵니다.
Attention!
GET 요청에서 그룹 북마크(아카이브에서 북마크 가져오기 참조)는 서로 다른 endpoint와 storage_id 매개변수를 가진 여러 개의 북마크처럼 보입니다.
그룹 북마크를 편집하려면(북마크 편집 참조) 모든 개별 북마크를 동시에 편집해야 하며 endpoint와 storage_id를 제외한 다른 모든 매개변수가 일치하는지 확인해야 합니다.