http://jira.hyperic.com/browse/HHQ-4545
There is no clear way to retrieve parent Resources from within the API. This request is to add the API:
/
Get the parent Resource for a given Resource
@param r The resource to query
@return The parent {@link Resource} for the given Resource
@throws java.io.IOException If a network error occurs while making the request.
*/
public ResourceResponse getParent(Resource r)
throws IOException
To the ResourceApi
Anonymous