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: string
                    
                    Name of the host.
 - 
                    port: number
                    
                    Port number being listened on.
 - 
                    service_name: string
                    
                    Name of the service.
 
Response
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(optional): 
            integer
            The ID of the container to which the data pertains.
 - 
            host_name(optional): 
            string
            Name of the host machine.
 - 
            inst_id(optional): 
            integer
            Instance number from which the associated GV$LISTENER_NETWORK view information was obtained.
 - 
            links(optional): 
            array  links
            
            
 - 
            port(optional): 
            integer
            The TCP/IP port the listener is using.
 - 
            service_name(optional): 
            string
            Name of the database service that is registered with the listener.