Versions Compared

Key

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

...

Example of a request:

POST http://127.0.0.1:80/export/archive/Server1/DeviceIpint.1/SourceEndpoint.video:0:0/20200415T085456.908/20200415T085501.908?waittimeout=30000

Example of a request body:

...

Tip

id is the value from the Location field (in this case, 3dc15b75-6463-4eb1-ab2d-0eb0a8f54bd3).

Example of a request:

GET http://127.0.0.1:80/export/3dc15b75-6463-4eb1-ab2d-0eb0a8f54bd3/status

...

ParameterDescription
state

Current state of export. Available values are:

  • 0—export hasn't been performed,
  • 1—export is performed,
  • 2—export is complete,
  • 3—export error,
  • 4—not enough space to complete the operation,
  • 5—file with the given name already exists,
  • 6—no data to export
progressProgress of export session in the range from 0 to 1
errorDescription of error, if any
filesList of files created as the result of the export

...

Tip

id is the value from the Location field (in this case, 3dc15b75-6463-4eb1-ab2d-0eb0a8f54bd3).

ParameterRequiredDescription
nameYes

Name of a file from the files field

...