Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Creates a new API key with specified permissions for the authenticated user.
CLI Usage: vast create api-key —name NAME —permission_file PERMISSIONS [—key_params PARAMS]
Example: vast create api-key —name “read-only” —permission_file permissions.json
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.