Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

비디오가 녹화된 날짜의 목록 가져오기

GET http://IP Address:port/prefix/archive/calendar/{VIDEOSOURCEID}/{BEGINTIME}/{ENDTIME}

Tip

{VIDEOSOURCEID}  the three-component source endpoint ID (see 3부 구성의 소스 엔드포인트 ID (비디오 카메라 목록 및 정보 가져오기 참고). For example, 예: "SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0".


Info
titleNote

The ENDTIME and BEGINTIME syntax is described inENDTIME과 BEGINTIME 구문은 아카이브 내용 가져오기 섹션에 설명되어 있습니다.


Parameter파라미터Required필수Description설명
archiveNoThe name of the archive in the "hosts/SERVER1/MultimediaStorage.AliceBlue/MultimediaStorage" format 형식의 아카이브 이름(see 아카이브 내용 가져오기 참고). If the value is not specified, the default archive will be used for searching. 값이 지정되지 않으면 기본 아카이브가 검색에 사용됩니다.

요청 예시Request example:

GET http://127.0.0.1/archive/calendar/SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0/20211028T120000/20211102T210000

Response example응답 예시:

Code Block
[
    3844368000000,
    3844454400000,
    3844540800000,
    3844627200000,
    3844713600000,
    3844800000000
]

The response is presented as calendar days in milliseconds. They are counted from January 1, 1900, 0 hours 0 minutes. In this example, the days are from October 28 to November 02, 2021응답은 밀리초 단위로 표현된 캘린더 날짜로 제공됩니다. 이 날짜는 1900년 1월 1일 0시 0분부터 계산됩니다. 이 예시에서는 날짜가 2021년 10월 28일부터 11월 2일까지입니다.