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:
boolean
Whether cross domain request enabled.
-
Endpoint Name:
object Endpoint Name
Object of various Oauth sse proxy end points.
-
httpPort:
integer
Http port.
-
httpsPort:
integer
Https port.
Nested Schema : Endpoint Name
Type:
object
Object of various Oauth sse proxy end points.
Show Source
-
authRequired:
boolean
Whether authentication is required or not.
-
hasDoc:
boolean
Whether endpoint has the doc or not.
-
httpsRequired:
boolean
Whether https is required or not.
-
method:
string
Method of the service.
-
requestType:
string
Type of request, e.g. application/json.
-
responseType:
string
Type of response, e.g. application/json.
-
url:
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:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code