Product SiteDocumentation Site

1.5. Requests

The REST API uses HTTP as a protocol to transfer a request for a resource representation from a client to the Red Hat Enterprise Virtualization Manager server:
GET /collection/resource HTTP/1.1
Host: www.example.com
Accept: application/xml
This follows the standard HTTP request message format including:
Requests from a client to a server contain all necessary information to process the request without depending on any previous request or stored context on the server, which makes the REST API a stateless communication.