Get enrollment tokensedit

Retrieves a list of active enrollment tokens.

Requestedit

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

Responsesedit

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 exampleedit

curl -XGET {{hostname}}/api/v1/platform/configuration/security/enrollment-tokens \
-u $CLOUD_USER:$CLOUD_KEY