To execute the deployed analytics, you can use the REST API or configure appropriate scheduling jobs. However, before execution, we need to get a valid token for the Analytics Framework service. To get it, proceed as follows:
- Open Postman, create a POST request, and link it to the following URL: https://e0fd8047-0a1d-4076-9143-fc4cbf60cd79.predix-uaa.run.aws-usw02-pr.ice.predix.io/oauth/token. The URL specified for the POST request is the address of the UAA service. The address can be found in the environment variables (see the console output in the Binding an instance of the Analytics Framework service to your application subsection).
- Select x-www-form-urlencoded as the data type for the body of the ...