Hello,
I've been given the task to create a vRO Workflow that creates a Business Group, Entitlement, and Reservation in vRA.
In the reservation part, i want the user to input the Compute resource he wants the resources to reside in, and how much Memory and Storage he needs.
In the workflow, i want to check against the selected Compute Resource if the memory and storage that the user has inserted won't cause overprovision on the selected Compute Resource.
However, i can't find a place in which to select the current provisioned resources from a Compute Resource from.
In the vRA GUI, under Compute Resources, There are the fields "Memory Reserved (%) " and "Storage Reserved (%)", which is exactly what i need, but i cant seem to get them from anywhere else to use them in the workflow.
in vRO, there doesnt seem to be a "Compute Resource" object that i can work with.
from the vRA REST API, there also doesnt seem to be a compute resource service or any http GET that will get me the compute resources.
I've gotten as far as searching inside the vRA Appliance PostgreSQL and the MSSQL IaaS DB, but i couldn't find the table that saves this information either.
I also tried getting this information from the reservation objects, but its problematic as i stated in this post:
Anyone did anything like that and could help me?
Thanks!