Get a list of the DBCA database templates defined in an Oracle Home
get
                    /environment/homes/{homeName}/dbca/templates/
Returns a description of all database templates 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.
                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 all database templates defined in the Oracle Home.
                
                
                    Root Schema : EnvironmentDbcaTemplates
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    EnvironmentDbcaTemplatesRepresents a list of the DBCA Database Templates in the Oracle Home.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Item7
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        Item7- 
            filename(optional): 
            string
            Name of the template file.
- 
            links(optional): 
            array  links
            
            
- 
            size(optional): 
            integer(int32)
            Size (in bytes) of the template file.
- 
            updated(optional): 
            string
            The last update date of the template file.