Get database Oracle Homes
get
/environment/homes/
Returns all database Oracle Homes that are on the same host as the Oracle REST Data Services server instance. A client requires System Administrator role to invoke this service.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Description of all database Oracle Homes available.
Root Schema : EnvironmentHomes
Type:
Show Source
object
-
count(optional):
integer
Total number of records in the current response.
-
hasMore(optional):
boolean
Indicates if there are more records to be retrieved.
-
items(optional):
array items
-
limit(optional):
integer
The actual page size limit on number of records applied by the server.
-
links(optional):
array links
-
offset(optional):
integer
The actual index from which the item resources are returned.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object EnvironmentHomesItem
An Oracle home is a directory into which Oracle software is installed.
Nested Schema : EnvironmentHomesItem
Type:
object
An Oracle home is a directory into which Oracle software is installed.
Show Source
-
default(optional):
boolean
Indicates if the Oracle home is specified by the $ORACLE_HOME environment variable.
-
links(optional):
array links
-
name(optional):
string
The name of the Oracle home.
-
read_only_home(optional):
boolean
Indicates if the Oracle home is configured in read only mode.
-
version(optional):
string
The product version.