Chapter 1. REST Interface
1.1. http://localhost:7080/rest/ : Handle the root context to have an anchor for discoverability
Defining class: org.rhq.enterprise.server.rest.RootHandlerBean
Produces: application/json, application/xml, text/html, application/vnd.rhq.wrapped+json
Methods
- GET //index - Description Return links from the root /index of the REST-resource tree- This method has no parameters - Return type: javax.ws.rs.core.Response 
- GET / - Description Return links from the root / of the REST-resource tree- This method has no parameters - Return type: javax.ws.rs.core.Response