curl --request GET \
--url https://api.example.com/api/version"1.23.3"Returns the current version of the Agent service.
curl --request GET \
--url https://api.example.com/api/version"1.23.3"Agent version string
The response is of type string.
"1.23.3"
Was this page helpful?