API Interaction
Problem |
Possible Cause |
Possible Resolution |
Module |
---|---|---|---|
After some time running the rollout script, the API calls keep returning |
The login performed at the beginning of the script retrieves a Token, which is then passed for the following calls to the API. This token has expired. |
1. Check the default toke timeout in the configuration table (
dvb_config.config ).2. Create a technical user for the rollout, which has the flag
non_expiring_token activ3. Extend the deployment script with
renewToken calls, so that the Token is refreshed before expiring. |
exported deployment package |