Optional Post-Upgrade steps to configure API
Once the upgrade has been completed, if you plan on using the API you will need to complete a few extra steps before you can use it. By default,
after installation the API will only allow the ping method and the createAdminUser method.
To open up the API and access all of its features, you will need to configure the API User. To do this, execute the following on all hosts (Setting the value of pass to your preferred password):
shell> curl -k -H 'Content-type: application/json' --request POST 'https://127.0.0.1:8096/api/v2/createAdminUser?i-am-sure=true' \
> --data-raw '{
> "payloadType": "credentials",
> "user":"tungsten",
> "pass":"security"
> }'
For more information on using the new API, please refer to "Tungsten REST API"