2.1 Connecting to the REST Base URI

To access the REST web service, you must use the following base URI:

https://hostname:port/ovm/core/wsapi/rest

In this URI, replace hostname with the host name or IP address of Oracle VM Manager, and replace port with the number of the port where the REST web service is available - the default is 7002 (SSL).

Note

Querying this URI directly does not provide any information and results in an error. This URI is only to be used as the base URI that REST interactions are built on, according to the available URI mappings. See Section 2.3, “What URI Mappings are Available and How do They Work?” for more information.