Get enrollment tokens

edit

Retrieves a list of active enrollment tokens.

Request

edit

GET /api/v1/platform/configuration/security/enrollment-tokens

Responses

edit
200

(ListEnrollmentTokenReply) The enrollment token is created. Use the token to start new servers with the requested roles.

449

(BasicFailedReply) Elevated permissions are required. (code: '"root.needs_elevated_permissions"')

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/configuration/security/enrollment-tokens \
-u $CLOUD_USER:$CLOUD_KEY