RemoteRepositoriesService Resource

POST /remoteRepositoriesService/addRemoteRepository

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

GET /remoteRepositoriesService/checkRemoteConnectivity/{repositoryId}

Request Parameters
name type description default
repositoryId path n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /remoteRepositoriesService/deleteRemoteRepository/{repositoryId}

Request Parameters
name type description default
repositoryId path n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /remoteRepositoriesService/getRemoteRepositories

Response Body
media type data type
application/json array of RemoteRepository (JSON)
application/xml list of remoteRepository (XML)

GET /remoteRepositoriesService/getRemoteRepository/{repositoryId}

Request Parameters
name type description default
repositoryId path n/a
Response Body
media type data type
application/json RemoteRepository (JSON)
application/xml remoteRepository (XML)

POST /remoteRepositoriesService/updateRemoteRepository

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