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.The implementation is only available for Unix based operating systems.
                Request
Path Parameters
                - 
                    homeName(required):  string
                    
                    Name of the Oracle Home.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Description of the Oracle Home.
                            
                            
                                Root Schema : EnvironmentHomesItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAn Oracle home is a directory into which Oracle software is installed.
    
    
    
    
        Show Source
        - 
                
                    
                    default: boolean
                    
                    
                     
                    
                
                
                Indicates if the Oracle home is specified by the $ORACLE_HOME environment variable.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                The name of the Oracle home.
 - 
                
                    
                    read_only_home: boolean
                    
                    
                     
                    
                
                
                Indicates if the Oracle home is configured in read only mode.
 - 
                
                    
                    version: string
                    
                    
                     
                    
                
                
                The product version.