Cluster information API

The Cluster information API enables you to check the version and internal time of your DESK environment.

GET cluster time

The request produces plain/text.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/v1/time
  • SaaS https://{your-environment-id}.live.dexp.ae/api/v1/time

The response in cluster time in UTC milliseconds.

GET cluster version

DESK innovates fast and releases a new server(cluster) version with new features every two weeks.

We operate multiple SaaS clusters worldwide and those clusters are updated at different times. As this update process is completely transparent for our customer it is hard to exactly identify when your environment is updated to a new cluster version.

This API endpoint enables you to query the actual cluster version of your environment.

The request produces an application/json payload.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/v1/config/clusterversion
  • SaaS https://{your-environment-id}.live.dexp.ae/api/v1/config/clusterversion

Response format

The ClusterVersion object

Element Type Description
version string

The version of the DESK server.