get_version
Retrieve detailed version information of the ArgoCD API server, including Git commit, version, build date, and compiler details, to monitor and manage server updates effectively.
Instructions
Version returns version information of the API server using api/version
This endpoint returns version details of the ArgoCD API server including
Git commit, version, build date, compiler information, and more.
Returns:
Version information of the ArgoCD API server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_versionArguments",
"type": "object"
}