Authorization for API calls
For authenticating API calls, Kloudfuse supports basic authorization, using local user and password credentials.
To configure local users, see Add Users.
-
When issuing a
curl
command, supply the<username>
argument.curl -u <username> <rest of the command>
-
The system prompts the user to enter the password, then processes the query.