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.

  1. When issuing a curl command, supply the <username> argument.

    curl -u <username> <rest of the command>
  2. The system prompts the user to enter the password, then processes the query.