Retrieve the Resource Metadata collection in xml format:
curl -v --user "mockuser:mockpassword" -H "Accept: application/xml" http://localhost:3001/cimi/resource_metadata
Retrieve the Resource Metadata as it corresponding to the Cloud Entry Point resource, in json format:
curl -v --user "mockuser:mockpassword" -H "Accept: application/json" http://localhost:3001/cimi/resource_metadata/cloud_entry_point
Retrieve the Resource Metadata as it corresponding to the Machine resource, in xml format:
curl -v --user "mockuser:mockpassword" -H "Accept: application/xml" http://localhost:3001/cimi/resource_metadata/machine