Deployments API
Endpoint Index
Action | Endpoint |
---|---|
Fetch versions in use | GET /deployments/versions |
Fetch configuration zip file | GET /deployments/{configVersion} |
Get status of a deployment | GET /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¶
requireddeployedTimestamp timestampversion 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}
Name | Position | Type | Required |
---|---|---|---|
configVersion | path | integer | required |
TenantAssetsUrlResponse¶
requiredexpiresTimestamp timestamptenantAssets TenantAssetsResponseurl string
Retrieving Deployment Status
Get status of a deployment¶
GET /deployments/status
Name | Position | Type | Required |
---|---|---|---|
tenantName | query | string | required |
version | query | integer | optional |
DeploymentStatusResponse¶
requireddeploymentStatus string INPROGRESS | DEPLOYEDoptionaldeploymentTimestamp timestampversion integer