RemoteRepositoriesService Resource
- ./remoteRepositoriesService/addRemoteRepository
- ./remoteRepositoriesService/checkRemoteConnectivity/{repositoryId}
- ./remoteRepositoriesService/deleteRemoteRepository/{repositoryId}
- ./remoteRepositoriesService/getRemoteRepositories
- ./remoteRepositoriesService/getRemoteRepository/{repositoryId}
- ./remoteRepositoriesService/updateRemoteRepository
POST /remoteRepositoriesService/addRemoteRepository
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | remoteRepository (XML) |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
GET /remoteRepositoriesService/checkRemoteConnectivity/{repositoryId}
| name | type | description | default |
|---|---|---|---|
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
GET /remoteRepositoriesService/deleteRemoteRepository/{repositoryId}
| name | type | description | default |
|---|---|---|---|
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
GET /remoteRepositoriesService/getRemoteRepositories
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | list of remoteRepository (XML) |
GET /remoteRepositoriesService/getRemoteRepository/{repositoryId}
| name | type | description | default |
|---|---|---|---|
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | remoteRepository (XML) |
POST /remoteRepositoriesService/updateRemoteRepository
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | remoteRepository (XML) |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |