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 Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getExtensionRegistry_response
Type: object
Show Source
Nested Schema : Endpoint Name
Type: object
Object of various Oauth sse proxy end points.
Show Source
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
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top