Skip to main content
GET
Get the current on-premise agent installer.

Authorizations

Authorization
string
header
required

Enter your JWT token

Response

Where to download the installer, and what it is.

Where to get the on-premise agent installer. Sourced from the release manifest published beside the installer; falls back to the seeded application installer URL with Degraded set to true.

version
string
required

Version of the installer, or "unknown" when it could not be determined.

platform
string
required

Platform the installer targets.

url
string
required

Direct download URL for the installer.

degraded
boolean
required

True when the manifest could not be fetched and this one was reconstructed.

sha256
string | null

SHA-256 of the installer. Null on a degraded manifest - callers requiring integrity must then refuse.

sizeBytes
integer<int64> | null

Size of the installer in bytes, when known.

releasedAt
string<date-time> | null

When the release was published, when known.