Web APIs

Every CubeWerx Stratos Geospatial Data Server provides two RESTful web APIs allowing it to be set up, administered and maintained remotely.

  • An administration API is available at "deploymentUrl/cubeserv/default/admin/api", where deploymentUrl is the URL of a CubeWerx Stratos deployment (e.g., "https://somewhere.com/cubewerx/"). The user must be logged in to this deployment with an Administrator role in order to access this API.

  • An OGC API is available at "deploymentUrl/cubeserv/default/ogcapi/dataStore/api", where deploymentUrl is the URL of a CubeWerx Stratos deployment (e.g., "https://somewhere.com/cubewerx/") and dataStore is the name of a data store served by the Geospatial Data Server. This API (and its OpenAPI and SwaggerUI documentation) is identity sensitive, and full administration ability through it is only available to users who are logged in with an Administrator role.