Get a specific database defined in a specific Oracle Home
get
                    /environment/homes/{homeName}/databases/{databaseName}
Returns a description of the database specified in the Oracle Home. The Oracle Home is 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
                - 
                    databaseName(required):  string
                    
                    Name of the database.
 - 
                    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 a database defined in the Oracle Home.
                            
                            
                                Root Schema : EnvironmentDatabasesItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA database has a unique name within the context of the Oracle home it belongs to.
    
    
    
    
        Show Source
        - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                The name of the database.
 - 
                
                    
                    type: string
                    
                    
                     
                    
                
                
                The type of database. Either CDB or NON_CDB