Get platform

edit

Retrieves information about the current platform.

Request

edit

GET /api/v1/platform

Responses

edit
200

(PlatformInfo) Information about the current platform

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET {{hostname}}/api/v1/platform \
-u $CLOUD_USER:$CLOUD_KEY