Updates health status for external artifacts registered in the MAIA web app. The web app communicates with the central MAIA Software Health Service, requesting up-to-date information.
The API call starts a background job in the MAIA web app. The jobs stop when all artifacts within the scope are reviewed.
/maia/api/public/v4/artifacts/check_updates --fail -X POST --header 'Content-Type:application/json' --header Api-Token:<token-string>"
POST
YES with a user token.
User permissions required for this API call: Access all records, Update external software and Create/update licenses.
curl -k https://maia.example.com:7777/maia/api/public/v4/artifacts/check_updates --fail -X POST --header 'Content-Type:application/json' --header "Api-Token: Xk8FjBjQcRWdqh4kICvMEL...."
Updated information will be presented on various pages e.g. the artifacts index page.
TBD