Get a description of a specific local listener for this database
get
                    /database/connections/{host_name},{port},{service_name}
Returns LOCAL LISTENER and SERVICE NAME information from GV$LISTENER_NETWORK for a specific host, port, and service combination. A client requires SQL Administrator role to invoke this service.
                Request
Path Parameters
                - 
                    host_name(required):  string
                    
                    Name of the host.
- 
                    port(required):  number
                    
                    Port number being listened on.
- 
                    service_name(required):  string
                    
                    Name of the service.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Information on a specific listener and service.
                            
                            
                                Root Schema : DatabaseConnectionsItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectInformation on the listeners configured for the database is retrieved from GV$LISTENER_NETWORK. The list of attributes may vary depending on database version.
    
    
    
    
        Show Source
        - 
                
                    
                    con_id: integer
                    
                    
                     
                    
                
                
                The ID of the container to which the data pertains.
- 
                
                    
                    host_name: string
                    
                    
                     
                    
                
                
                Name of the host machine.
- 
                
                    
                    inst_id: integer
                    
                    
                     
                    
                
                
                Instance number from which the associated GV$LISTENER_NETWORK view information was obtained.
- 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
- 
                
                    
                    port: integer
                    
                    
                     
                    
                
                
                The TCP/IP port the listener is using.
- 
                
                    
                    service_name: string
                    
                    
                     
                    
                
                
                Name of the database service that is registered with the listener.