I am having issues registering and deleting VIC Container Hosts (VCH) through vRA via REST API through either
PUT https://vra-server/container-service/api/resources/hosts or
DELETE https://vra-server/container-service/api/resources/compute/{id}
I can register the VCH through the PUT command above, and see it in the list of resources through GET at the base of vra-server/container-service/api/resources/compute/
But I am unable to GET or DELETE the resource with {id} (using id as substitute for VCH name).
Does anyone have any experience with referencing the correct tenant and {id} and using the API to GET and/or DELETE api/resources/compute/{id}?