I am troubleshooting deployments made using the vRA API. I am trying to find any log files that will show the API calls being received by vRA including the request json payload. I can't seem to find this anywhere.
I have tried using the API to get the request info at catalog-service/api/consumer/requests/{requestID} but the requestData field is always empty. I have also tried looking in /var/log/vcac/catalina.out on the appliance, but the JSON I see there seems to be a modified version of the JSON after the request.
Is there anywhere I can see the API calls as they come in? Like the original POST or GET requests including the request JSON data?
Regards,
Darren