Hi All,
I was following Using vCAC 6.X REST APIs - Part 2 - Elastic Skies blog to submit a REST request. I was able to post request. It returns response right away after successful submission. How to monitor the request? The response object of the request submission has "location" header property set to https://<<hostname>>/catalog-service/api/consumer/requests/56428808-f9a0-4bac-b83d-ce75ddc86b78".
I have tried to use "location" url which has not worked.
var requsetRest = vcacHost.createRestClient(vCACCAFEServicesEnum.CATALOG_SERVICE);
var response = requsetRest.get("consumer/requests/56428808-f9a0-4bac-b83d-ce75ddc86b78");
Any help appreciated.
Thanks