Aria Automation 8.18.1 cumulative patch 4
The affected deployments are still on an older version of the template without the new custom field.
While it is possible to update each deployment individually, this could be automated via the following methods:
1. vRO (vRealize Orchestrator) workflow —
Write a workflow that does the following:
- Queries all deployments from the old blueprint version via the catalog API
- Iterates over each one and fires POST /blueprint/api/blueprint-requests with the new blueprintVersion and deploymentId
This is the most native approach if using embedded vRO
2. ABX Action (JavaScript/Python) — Similar loop but as a serverless action
3. Script using the REST API directly — A simple shell/Python script hitting POST /blueprint/api/blueprint-requests in a loop