show-all-gaia-versions-ids
Description
Returns a list of gaia versions ids available on Zero Touch Allows users to manage the initial configurations of "Small Office" and "Gaia Gateways" easily and remotely. Settings from the Zero Touch Server replace the First Time Configuration Wizard. The Zero Touch Cloud Service runs a Web Portal and supports REST API. All actions are available through API calls. server. IDs found in the list can be used as values of gaia-version-id parameter.
Request URL
POST
https://zerotouch.checkpoint.com/ZeroTouch/web_api/v2/show-all-gaia-versions-ids
Request Headers
Parameter Name |
Type |
Description |
---|---|---|
|
application/json |
Send JSON object to use the API Web Services |
|
string token |
Session unique identifier as the response to the login request |
Request Body
There is no request body.
Response
On Success, HTTP Return code: 200
List of Gaia versions IDs with descriptions
Parameter Name |
Type |
Description |
---|---|---|
|
string |
Description of Gaia version |
|
int |
ID number of Gaia version from: |
On Failure, HTTP Return code: 400, 401, 500
Parameter Name |
Type |
Description |
---|---|---|
|
string |
Operation status |
|
List: string |
List of validation errors |
|
string |
Error code |
Response Example
Note -Response list provided only as an example. Use the values available from show-all-gaia-versions-ids
.
[ { "gaia-version-description": "Keep Current Version", "gaia-version-id": 4 }, { "gaia-version-description": " (GA Take 421)", "gaia-version-id": 5 }, { "gaia-version-description": " (GA Take 421) with Jumbo Hotfix - Take 42", "gaia-version-id": 6 } ] |