Find HTTP Administration Connector by DN
get
                    /rest/v1/admin/{dn}
Returns an HTTP Administration Connector by DN
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    dn: string
                    
                    LDAP DN of the entry to be fetched.
Query Parameters
                - attributes: array
- controls: array
- 
                        filter: string
                        
                        Search filter for the LDAP search operation. Should follow LDAP search filter syntax.
- 
                        scope: string
                        
                        Scope for the LDAP search operation.Allowed Values:[ "base", "sub", "one" ]
Response
Supported Media Types
                - application/json
200 Response
OK
                
                
                    Root Schema : HTTP Administration Connector GetSuccessResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            msgType: 
            string
            Default Value:urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponseThe REST message type
- 
            searchResultEntries: 
            array  searchResultEntries
            
            Number of search result entries returned after the LDAP operation.
- 
            totalResults: 
            integer(int32)
            Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayNumber of search result entries returned after the LDAP operation.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : HTTP Administration Connector SearchResultEntry
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            attributes: 
            object  HTTP Administration Connector Properties
            
            
- 
            dn: 
            string
            LDAP DN of the entry to be created
Nested Schema : HTTP Administration Connector Properties
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            cn(optional): 
            string
            CN (common name) of the entry
- 
            ds-cfg-dos-filter-max-requests-per-sec(optional): 
            integer(int32)
            Default Value:25Specifies the maximum number of requests from a connection per second.
- 
            ds-cfg-dos-filter-throttled-requests(optional): 
            integer(int32)
            Default Value:5Number of requests over the rate limit able to be considered at once.
- 
            ds-cfg-enabled: 
            boolean
            Indicates whether the Administration Connector is enabled.
- 
            ds-cfg-java-class: 
            string
            Default Value:org.opends.server.admin.HTTPAdministrationConnectorSpecifies the fully-qualified name of the Java class that provides the HTTP Administration Connector implementation.
- 
            ds-cfg-key-manager-provider: 
            string
            Specifies the name of the key manager that is used with the Administration Connector .
- 
            ds-cfg-listen-address(optional): 
            array  ds-cfg-listen-address
            
            Specifies the address or set of addresses on which this Administration Connector should listen for connections from LDAP or HTTP clients.
- 
            ds-cfg-listen-port: 
            integer(int32)
            Specifies the port number on which the Administration Connector will listen for connections from clients.
- 
            ds-cfg-ssl-cert-nickname: 
            string
            Specifies the nickname (also called the alias) of the certificate that the Administration Connector will use when performing SSL communication.
- 
            ds-cfg-ssl-cipher-suite(optional): 
            array  ds-cfg-ssl-cipher-suite
            
            Specifies the names of the SSL cipher suites that are allowed for use in SSL communication.
- 
            ds-cfg-ssl-protocol(optional): 
            array  ds-cfg-ssl-protocol
            
            Specifies the names of the SSL protocols that are allowed for use in SSL communication.
- 
            ds-cfg-trust-manager-provider: 
            string
            Specifies the name of the trust manager that is used with the Administration Connector .
- 
            objectclass: 
            array  objectclass
            
            Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-listen-address
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySpecifies the address or set of addresses on which this Administration Connector should listen for connections from LDAP or HTTP clients. 
    
    
    Default Value: 
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
[
    "0.0.0.0"
]Nested Schema : ds-cfg-ssl-cipher-suite
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySpecifies the names of the SSL cipher suites that are allowed for use in SSL communication. 
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : ds-cfg-ssl-protocol
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySpecifies the names of the SSL protocols that are allowed for use in SSL communication. 
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
406 Response
Not Acceptable
                
                
                    Root Schema : ErrorResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            ldapErrorCode(optional): 
            integer(int32)
            Specifies the LDAP error code returned for the operation.
- 
            message: 
            string
            Error message returned returned for the operation.
- 
            msgType: 
            string
            Default Value:urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponseThe REST message type