v1

latestSwagger 2.02026-07-172964242.9 KB
System

Get version

Returns version information for this Control Plane server.

get/v1/version

Response

OK response.

archstring required

The CPU architecture of the API server.

revisionstring required

The VCS revision of the API server.

revision_timestring date-time required

The timestamp associated with the revision.

versionstring required

The version of the API server.

Example response

{
  "arch": "amd64",
  "revision": "e89ae93b",
  "revision_time": "2025-01-01T01:30:00Z",
  "version": "1.0.0"
}