Go to documentation repository
Page History
...
Parameter | Required | Description |
---|---|---|
waittimeout | No | Wait timeout in milliseconds required for a frame to arrive. The default value is 10. If the parameter value is less than the reference frames interval, then the export will not be performed. It is recommended to set the value not less than 30. |
archive | No | Name of the archive in the hosts/SERVER1/MultimediaStorage.AliceBlue/MultimediaStorage format (see Get archive contents). |
BEGINTIME and ENDTIME set time in the YYYYMMDDTHHMMSS format. If BEGINTIME is greater than ENDTIME, then the values will swap. BEGINTIME must be equal to ENDTIME for snapshot export.
Sample request:
POST http://127.0.0.1:80/export/archive/Server1/DeviceIpint.1/SourceEndpoint.video:0:0/20200415T085456.908/20200415T085501.908?waittimeout=30
...
GET http://IP-address:port/export/{id}/status
Tip |
---|
id is {id} is the value from the Location field from the Location field (here 3dc15b75-6463-4eb1-ab2d-0eb0a8f54bd3) |
...
GET http://IP- address:port/prefix/export/{id}/file
Tip |
---|
id is {id} is the value from the Location field from the Location field (here 3dc15b75-6463-4eb1-ab2d-0eb0a8f54bd3) |
...
Info | ||
---|---|---|
| ||
On the Server, the exported file is saved to the folder Cfolder C:\ProgramData\AxxonSoft\Axxon OneAxxonOne\Export\{ID} |
Export completion
...
DELETE http://IP-address:port/prefix/export/{id}
Tip |
---|
id is {id} is the value from the Location field from the Location field (here 3dc15b75-6463-4eb1-ab2d-0eb0a8f54bd3) |
...