Skip to main content

REST APIs for 24.2.20 and 24.2.10

Product Version

This API returns the current version of the PCE software.

URI to Get Product Version

GET [api_version]/product_version

Curl Command to Get Product Version

curl -i -X GET https://pce.my-company.com:8443/api/v2/product_version -H "Accept: application/json" -u $KEY:$TOKEN

Example Response

The response body has a format similar to this example:

{
  "version": "19.3.0",
  "build": 12864,
  "long_display": "19.3.0-12864",
  "short_display": "19.3.0"
}