In Aria Automation 8.17.0 the Day 2 action "Rebuild VMs" fails in a multi-tenant environment with the error: Transformation of tenantLinks for PUT action is not allowed.
search cancel

In Aria Automation 8.17.0 the Day 2 action "Rebuild VMs" fails in a multi-tenant environment with the error: Transformation of tenantLinks for PUT action is not allowed.

book

Article ID: 380467

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

This issue is occurring with the deployment level "Rebuild VMs" PUT method, which is a single selector for multiple VMs in the deployment.

Environment

Aria Automation 8.17.0

Cause

The issue is with the PUT method which is used to replace a resource in its entirety, vs using a PATCH method which instead will only perform a partial update of the resource.

Resolution

The Day 2 operation can be performed at the resource level instead. Multiple "Rebuild VMs" operations can be performed at that level in parallel to achieve the same effect.

Additional Information

A fix for the deployment level operation will be added to the master branch where the PUT request will be converted to a PATCH request instead.