Deployments API

Endpoint Index

ActionEndpoint
Fetch versions in useGET /deployments/versions
Fetch configuration zip fileGET /deployments/{configVersion}
Get status of a deploymentGET /deployments/status

Product Version Deployment History

The product versions that are in use in your system can be obtained with the following endpoint:

Fetch versions in use
GET /deployments/versions
ConfigurationVersionResponse
required
deployedTimestamp timestamp
version integer

Note

The deployedTimestamp indicates when the zip file was deployed. If the configuration has been repaired, a separate ConfigurationVersionResponse will be included with the timestamp of the repair, so there may be more than one entry for each version number.

Retrieving Configurations

The following endpoint will return a url that will allow you to download the configuration zip file that was deployed for a given version:

Fetch configuration zip file
GET /deployments/{configVersion}
TenantAssetsUrlResponse
required
expiresTimestamp timestamp
tenantAssets TenantAssetsResponse
url string

Retrieving Deployment Status

Get status of a deployment
GET /deployments/status
    Request:
    NamePositionTypeRequired
    tenantNamequerystringrequired
    versionqueryintegeroptional
DeploymentStatusResponse
required
deploymentStatus string INPROGRESS | DEPLOYED

optional
deploymentTimestamp timestamp
version integer