ProxyConnectorService Resource

No update method for changing source and target here as id is : sourceRepoId and targetRepoId, use delete then add.

POST /proxyConnectorService/addProxyConnector

Request Body
media type data type
application/json (custom)
application/xml proxyConnector (XML)
Response Body
media type data type
application/json (custom)
application/xml boolean (XML)
text/plain (custom)

GET /proxyConnectorService/allPolicies

Response Body
media type data type
application/json (custom)
application/xml list of policyInformation (XML)

POST /proxyConnectorService/deleteProxyConnector

Request Body
media type data type
application/json (custom)
application/xml proxyConnector (XML)
Response Body
media type data type
application/json (custom)
application/xml boolean (XML)
text/plain (custom)

GET /proxyConnectorService/getProxyConnector

Request Parameters
name type description default
sourceRepoId query n/a
targetRepoId query n/a
Response Body
media type data type
application/json (custom)
application/xml proxyConnector (XML)

GET /proxyConnectorService/getProxyConnectors

Response Body
media type data type
application/json (custom)
application/xml list of proxyConnector (XML)
Available Since
1.4-M3

GET /proxyConnectorService/removeProxyConnector

Available Since
1.4-M3
Request Parameters
name type description default
sourceRepoId query n/a
targetRepoId query n/a
Response Body
media type data type
application/json (custom)
application/xml boolean (XML)

POST /proxyConnectorService/updateProxyConnector

only for enabled/disable or changing bean values except target/source

Request Body
media type data type
application/json (custom)
application/xml proxyConnector (XML)
Response Body
media type data type
application/json (custom)
application/xml boolean (XML)
text/plain (custom)