Configuration

The Configuration method enables you to display version information for the Security Controls console.

Base URL

        https://<consoleFQDN:port>/st/console/api/v1.0/configuration

Supported Requests

Method

URL

Input

Return

GET

https://<consoleFQDN:port>/st/console/api/v1.0/configuration/version   ConsoleVersions

Input Model

URL Parameters

None.

Example with Sample Response

Display version information

GET Request

https://<consoleFQDN:port>/st/console/api/v1.0/configuration/version

Sample Response

Copy
{
    "latestApiVersion": "1.0",
    "productName": "Ivanti Security Controls 2021.1",
    "productVersion": "9.4.34771.0
}

Output Model

ConsoleVersions

Name Type Description

latestApiVersion

String

The API version currently supported by the console.

productName

String

The Marketing name and version of the console.

productVersion

String

The build version of the console.