Versions Compared

Key

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

Get list of archives the recording is performed to:

GET httpGET http://P-AddressIPaddress:port/prefix/archive/list/{VIDEOSOURCEID}

...

ParameterDescription
default

true - default archive.

false - not a default archive.

nameArchive name.

Get archive contents:

GET http://IP-AddressIPaddress:port/prefix/archive/contents/intervals/{VIDEOSOURCEID}/{ENDTIME}/{BEGINTIME} – get archive contents starting at BEGINTIME and ending at ENDTIME.

Tip

{VIDEOSOURCEID} - three-component source endpoint ID (see see Get list of video sources (cameras)). For instance, "SERVER1/DeviceIpint.3/SourceEndpoint.video:0:0".

...

ParameterDescription
intervals

An array containing intervals.

Info
titleNote

Time is returned in the UTC format.


more

true - true – the server did not return all intervals because the limit was exceeded (limit parameter).

false - the server returned all intervals from the specified time interval.

...