Processing Uploaded Recordings

Arkance Systems Benelux

This GeoView Server API method runs uploaded data processing ("data harvesting") procedure. Please note that when run in unattended mode, server automatically runs uploaded recordings' data processing at predefined time (commonly during low traffic hours) and sends reports to users whose data was correctly inserted into the data store. Accessing this method requires Admin permissions.


Request API method URI definition:


HTTP POST http://api.geoview.be/geoservice/v1/server/process


Request HTTP URI parameters:


Parameter

Description

token

Access token (returned by this API method).


Example HTTP request URI:


HTTP POST http://api.geoview.be/geoservice/v1/server/process?token=3dc718f2-ab20-4f41-86e1-72abcc1810c1


Possible resulting HTTP status codes:


Value

Description

200

API request succeeded.

401

Supplied API request access token not valid.

500

API request failed due to server error.


Please keep in mind that running data processing procedure may take considerable amount of time and may turn running instance of GeoView Server unresponsive. It is recommended that you run this method for testing or development purposes only. Also, if you make data processing REST API call while there's already data processing thread running on server, the call will be ignored.