I am requesting an XaaS blueprint using REST API from postman. Follwing are the calls I am making.
Requesting XaaS BP -> POST https://$vRA/catalog-service/api/consumer/entitledCatalogItems/{catalogItemId}/requests
Checking status of the request -> GET https://$vRA/catalog-service/api/consumer/requests/{requestId}
The XaaS blueprint I am requesting executes a vRO workflow which returns some output variables.
My request is completing successfully but I am not able view the output when I check the status of the request. Also I do not see any separate call to check the output. Is there a way to see the XaaS BP request output using REST call.
Thanks in advance.