GET SystemStatus/Version
Returns the Trust Protection Platform version.
Requirements
- Permissions: The caller is not required to have any special permissions.
- Token scope: Any valid scope, such as Agent, Certificate, or SSH
Headers
-
Content type: Content-Type:application/json.
- Token: The bearer access token that you received. For example, Authorization:Bearer 4MyGeneratedBearerTknz==. For more information, see Passing a bearer token in your API calls.
Parameters
None
Returns
Name |
Description |
---|---|
Version |
The Trust Protection Platform server version that replied to this API call. |
Example: Show the status of a Trust Protection Platform Server
GET https://tpp.venafi.example/vedsdk/SystemStatus/Version Authorization:Bearer 4MyGeneratedBearerTknz==
Response
HTTP 200 OK { "Version":"21.3.0.5929" }