RepositoriesService Resource
- ./repositoriesService/alreadyScanning/{repositoryId}
- ./repositoriesService/copyArtifact
- ./repositoriesService/deleteArtifact
- ./repositoriesService/deleteGroupId
- ./repositoriesService/isAuthorizedToDeleteArtifacts/{repositoryId}
- ./repositoriesService/project/{repositoryId}/{groupId}/{projectId}
- ./repositoriesService/projectVersion/{repositoryId}/{namespace}/{projectId}/{version}
- ./repositoriesService/removeScanningTaskFromQueue/{repositoryId}
- ./repositoriesService/runningRemoteDownloadIds
- ./repositoriesService/scanRepository
- ./repositoriesService/scanRepositoryDirectoriesNow/{repositoryId}
- ./repositoriesService/scanRepositoryNow
- ./repositoriesService/scheduleDownloadRemoteIndex
GET /repositoriesService/alreadyScanning/{repositoryId}
| name | type | description | default |
|---|---|---|---|
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
POST /repositoriesService/copyArtifact
permissions are checked in impl will copy an artifact from the source repository to the target repository
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | artifactTransferRequest (XML) |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
- Available Since
- 1.4-M2
POST /repositoriesService/deleteArtifact
permissions are checked in impl
- Available Since
- 1.4-M2
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | artifact (XML) |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
- Available Since
- 1.4-M3
GET /repositoriesService/deleteGroupId
permissions are checked in impl
- Available Since
- 1.4-M3
| name | type | description | default |
|---|---|---|---|
| groupId | query | n/a | |
| repositoryId | query | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
GET /repositoriesService/isAuthorizedToDeleteArtifacts/{repositoryId}
| name | type | description | default |
|---|---|---|---|
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
- Available Since
- 1.4-M4
DELETE /repositoriesService/project/{repositoryId}/{groupId}/{projectId}
permissions are checked in impl
- Available Since
- 1.4-M4
| name | type | description | default |
|---|---|---|---|
| groupId | path | n/a | |
| projectId | path | n/a | |
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
- Available Since
- 1.4-M4
DELETE /repositoriesService/projectVersion/{repositoryId}/{namespace}/{projectId}/{version}
permissions are checked in impl
- Available Since
- 1.4-M4
| name | type | description | default |
|---|---|---|---|
| namespace | path | n/a | |
| projectId | path | n/a | |
| repositoryId | path | n/a | |
| version | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
GET /repositoriesService/removeScanningTaskFromQueue/{repositoryId}
| name | type | description | default |
|---|---|---|---|
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
- Available Since
- 2.0
GET /repositoriesService/runningRemoteDownloadIds
- Available Since
- 2.0
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | stringList (XML) |
| text/plain | (custom) |
GET /repositoriesService/scanRepository
index repository
| name | type | description | default |
|---|---|---|---|
| fullScan | query | n/a | |
| repositoryId | query | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | boolean (XML) |
| text/plain | (custom) |
- Available Since
- 1.4-M3
GET /repositoriesService/scanRepositoryDirectoriesNow/{repositoryId}
scan directories
- Available Since
- 1.4-M3
| name | type | description | default |
|---|---|---|---|
| repositoryId | path | n/a |
| media type | data type |
|---|---|
| application/json | (custom) |
| application/xml | repositoryScanStatistics (XML) |
| text/plain | (custom) |