A newer version is available. For the latest information, see the
current release documentation.
Get platformedit
Retrieves information about the active platform.
Requestedit
GET /api/v1/platform
Responsesedit
-
200
-
(
PlatformInfo
) The platform information is retrieved.
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/platform \ -H "Authorization: ApiKey $ECE_API_KEY"