RepositoriesService Resource

GET /repositoriesService/alreadyScanning/{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)

POST /repositoriesService/copyArtifact

permissions are checked in impl will copy an artifact from the source repository to the target repository

Request Body
media type data type
application/json ArtifactTransferRequest (JSON)
application/xml artifactTransferRequest (XML)
Response Body
media type data type
application/json boolean (JSON)
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
Request Body
media type data type
application/json Artifact (JSON)
application/xml artifact (XML)
Response Body
media type data type
application/json boolean (JSON)
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
Request Parameters
name type description default
groupId query n/a
repositoryId query n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /repositoriesService/isAuthorizedToDeleteArtifacts/{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)
Available Since
1.4-M4

DELETE /repositoriesService/project/{repositoryId}/{groupId}/{projectId}

permissions are checked in impl

Available Since
1.4-M4
Request Parameters
name type description default
groupId path n/a
projectId path n/a
repositoryId path n/a
Response Body
media type data type
application/json boolean (JSON)
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
Request Parameters
name type description default
namespace path n/a
projectId path n/a
repositoryId path n/a
version path n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /repositoriesService/removeScanningTaskFromQueue/{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)
Available Since
2.0

GET /repositoriesService/runningRemoteDownloadIds

Available Since
2.0
Response Body
media type data type
application/json StringList (JSON)
application/xml stringList (XML)
text/plain (custom)

GET /repositoriesService/scanRepository

index repository

Request Parameters
name type description default
fullScan query n/a
repositoryId query n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)
Available Since
1.4-M3

GET /repositoriesService/scanRepositoryDirectoriesNow/{repositoryId}

scan directories

Available Since
1.4-M3
Request Parameters
name type description default
repositoryId path n/a
Response Body
media type data type
application/json RepositoryScanStatistics (JSON)
application/xml repositoryScanStatistics (XML)
text/plain (custom)

GET /repositoriesService/scanRepositoryNow

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

GET /repositoriesService/scheduleDownloadRemoteIndex

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