Red Hat Training

A Red Hat training course is available for Red Hat JBoss Operations Network

Chapter 1. REST Interface

Note
Base path (if not otherwise specified) is http://localhost:7080/rest

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