Acceldata
Pulse

API to Fetch Version Details

You can use the following API details and steps to fetch the Pulse version.

  • Select any API testing tool to invoke an API.
  • Include the additional JSON Web Token (JWT) header for authentication in the request, which is obtained during logging into the API testing tool.
  • Include the following argument:

Method -

Endpoint URL: /get-pulse-version

GraphQL Query:

query getPulseVersion {
getPulseVersion {
imageTag
version
}
}
Response:
{
"Image tag" : "3.x.x-xxxxxx"
"Version" : "3.x.x"
}