Hi
I am trying to destory a VM using an API (on vRA 7), i was able to give the cmd with the data in the body (which is working), it is not generating any logfile to capture the submitted ID, am i doing something wrong?
https://<url-id>/catalog-service/api/consumer/resources/<res-id>/actions/<action-id>/requests --data @/path_to_file/destroy.json
Thanks