Hi All,
Is it possible to get the Software Resource Requests Id from VRA 7.x REST API?
I have a blueprint that has 1 network, 1 machine, and 1 software component. My goal is to use VRA REST API to deploy the blueprint (/catalog-service/api/consumer/entitledCatalogItems/{catalod_id/requests) and then obtain the requestId to view the provisioned resources info such as logs in SW component.
From the VRA 7 information center - http://pubs.vmware.com/vrealize-automation-71/topic/com.vmware.vra.restapi.doc/docs/software-service.html, the document mentions that users can use /software-service/api/resourcerequests/{id} to obtain the provisioned info, but I could not figure out how to obtain SW the component request_id from my use case.
Thank you