List Available CIS SecureSuite Platform Versions

This API endpoint responds with the list of currently released and available CIS SecureSuite Platform versions.

Request Type

Visibility

GET

Public

Base URL

https://workbench.cisecurity.org/api/vendor/v1

Endpoint

/securesuite-platform/versions

Request Payload/Parameters

None

Request Headers

None

URL Parameters

None

Response Payload

Media Type

application/json

Description/Fields

The response payload is simply a JSON array representing the versions of CIS SecureSuite Platform versions available for download.

Field

Description

name

The name of the CIS SecureSuite Platform release

path

The path, relative to the base URL (https://workbench.cisecurity.org/api/vendor/v1) which can be used to download the specific version

Response Example

[
{
        "name": "CIS SecureSuite Platform v1.2.0",
        "path": "/securesuite-platform/1.2.0"
},
{
        "name": "CIS SecureSuite Platform v1.2.1",
        "path": "/securesuite-platform/1.2.1"
},
{
        "name": "CIS SecureSuite Platform v1.3.0",
        "path": "/cis-cat/pro/4.3.0"
},
{
        "name": "CIS SecureSuite Platform v1.4.0",
        "path": "/securesuite-platform/1.4.0"
}
]