Get specific database Oracle Home
get
                    /environment/homes/{homeName}/
Returns a description for a specific Oracle Home on the same host as the Oracle REST Data Services server instance. A client requires System Administrator role to invoke this service.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    homeName: string
                    
                    Name of the Oracle Home.
Response
Supported Media Types
                - application/json
200 Response
Description of the Oracle Home.
                
                
                    Root Schema : EnvironmentHomesItem
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    EnvironmentHomesItemAn 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.