This article provides the steps on how to cancel log running requests on VMware Aria Suite Lifecycle.
Environment
VMware Aria Suite Lifecycle Manager 8.x
Resolution
Try to cancel the request directly by using the ellipsis button associated with the request. If not available then follow the steps below to use the API to cancel.
Take a snapshot of VMware Aria Suite Lifecycle, if the request is a day 2 action operation on a VMware Aria Suite product or VMware Identity Manager take a snapshot of the other appliance too.
Login to VMware Aria Suite Lifecycle with the local admin account admin@local, On VMware Aria Suite Lifecycle UI select Lifecycle Operations > Requests, and click on the long-running request you would like to cancel.
Copy the request ID.
Access the Swagger API for VMware Aria Suite Lifecycle.
Select the specification for 2. private-internal-api
Search the following API: Request Controller and then click on POST/lcm/request/api/request/cancel/{requestId}
Click on Try it out.
Add the request ID on the requestId field, then click on Execute.