Initializing help system before first use

Generate the Bearer Token

To generate a bearer token, send a POST request containing the Client ID and Client secret values to the following URL:
https://<INSIGHTURL>/insightservices/rest/v1/auth/token
The POST request has the following format:
{
  "clientId": "<the Client id value obtained from the Compute Interface app>",
  "secret": "<the Client secret value obtained from the Compute Interface app>"
}