Versions Compared

Key

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

Archive depth

GET http://IP Address address:port/prefix/archive/statistics/depth/{VIDEOSOURCEID}/{ENDTIME}/{BEGINTIME} – to get the information about the archive depth starting at BEGINTIME and ending at ENDTIME.

Note
Tip

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

Info
title

The ENDTIME and BEGINTIME syntax is described in Get archive contents.


ParameterRequiredDescription
thresholdNo
The threshold value (in days) above which the interval merging procedure will be completed. The default value is 1 day.
archiveNo

The name of the archive from the request to get the list of the archives (see Get archive contents).

If not specified, the default archive is used

thresholdNo

Maximum duration of the interval between records in the archive. If the interval between records exceeds the value of the threshold parameter, then the records will be considered split and a new interval will be formed. The threshold parameter is set in days, the default value is 1 day

Sample request 1:

GET http://127.0.0.1:80/archive/statistics/depth/SERVER1/DeviceIpint.23/SourceEndpoint.video:0:0?threshold=2

Sample response:

Code Block
{
  "start": "20160823T141333.778000"
  ,"end": "20160824T065142"
}

...

Code Block
{
  "start": "20210910T070448.179000"
  ,"end": "20210910T072838"
}


ParameterDescription
startInterval start
endInterval end

Sample request 3:

GET http://127.0.0.1:80/archive/statistics/depth/SERVER1/DeviceIpint.11/SourceEndpoint.video:0:1?threshold=2&archive=hosts%2FSERVER1%2FMultimediaStorage.AliceBlue%2FMultimediaStorage&bundle=com.inaxsys.arkiv


Code Block
{
  "start": "20230506T125443.056000"
  ,"end": "20230804T065741.643000"
}

Recording capacity to specific camera archive

GET http://IPAddress address:port/prefix/archive/statistics/capacity/{VIDEOSOURCEID}/{ENDTIME}/{BEGINTIME} to get the information about the recording capacity to specific camera archive starting at BEGINTIME and ending at ENDTIME.

Info
titleNote

The ENDTIME and BEGINTIME syntax is described in Get archive contents.


ParameterRequiredDescription
archiveNo

The name of the archive from the request to get the list of the archives (see Get archive contents).

If not specified, the default archive is used

.

Sample request:

GET http://127.0.0.1:80/archive/statistics/capacity/SERVER1/DeviceIpint.23/SourceEndpoint.video:0:0/past/future?archive=hosts/SERVER1/MultimediaStorage.AntiqueWhite/MultimediaStorage

...

Code Block
{
  "size": 520093696
  ,"duration": 32345
}


ParameterDescription

size

Archive size (in bytes) within the specified period

.

duration

Archive duration (in seconds) within the specified period

.

Note
titleAttention!

Since calculating the exact value is a high-runner process, the value is calculated approximately, and the margin of error may be a few percent.