getExtensionRegistry
get
                    /ccstore/v1/xregistry
Get Extension Registry. Get the SSE proxy endpoint registry.
                Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : getExtensionRegistry_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            crossDomainRequestsEnabled(optional): 
            boolean
            Whether cross domain request enabled.
- 
            Endpoint Name(optional): 
            object  Endpoint Name
            
            Object of various Oauth sse proxy end points.
- 
            httpPort(optional): 
            integer
            Http port.
- 
            httpsPort(optional): 
            integer
            Https port.
Nested Schema : Endpoint Name
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectObject of various Oauth sse proxy end points.
    
    
    
    
        Show Source
        - 
            authRequired(optional): 
            boolean
            Whether authentication is required or not.
- 
            hasDoc(optional): 
            boolean
            Whether endpoint has the doc or not.
- 
            httpsRequired(optional): 
            boolean
            Whether https is required or not.
- 
            method(optional): 
            string
            Method of the service.
- 
            requestType(optional): 
            string
            Type of request, e.g. application/json.
- 
            responseType(optional): 
            string
            Type of response, e.g. application/json.
- 
            url(optional): 
            string
            url to trigger the endpoint.
Example Response (application/json)
                    {
    "httpPort":9080,
    "endpointMap":{
        "extpost":{
            "responseType":"application/json",
            "authRequired":true,
            "requestType":null,
            "method":"POST",
            "hasDoc":true,
            "url":"/ccstorex/custom/{}",
            "httpsRequired":false
        },
        "extput":{
            "responseType":"application/json",
            "authRequired":true,
            "requestType":null,
            "method":"PUT",
            "hasDoc":true,
            "url":"/ccstorex/custom/{}",
            "httpsRequired":false
        },
        "extdelete":{
            "responseType":"application/json",
            "authRequired":true,
            "requestType":"application/json",
            "method":"DELETE",
            "hasDoc":true,
            "url":"/ccstorex/custom/{}",
            "httpsRequired":false
        },
        "extget":{
            "responseType":"application/json",
            "authRequired":false,
            "requestType":null,
            "method":"GET",
            "hasDoc":true,
            "url":"/ccstorex/custom/{}",
            "httpsRequired":false
        }
    },
    "httpsPort":9443,
    "crossDomainRequestsEnabled":false
}Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code