RepositoryService
POST /repository/candidate-values
- Parameters
-
Query propertyName String Query namePattern String Query idPattern String Query page long Query resultsPerPage long Request body application/xml ConfigurationItem
- Response body
- ConfigurationItemId
- Content type: application/xml
GET /repository/ci/id/{referenceId:.+}
- Parameters
-
Path referenceId String
- Response body
- ConfigurationItem
- Content type: application/xml
GET /repository/ci/new
- Parameters
-
Query type Type
- Response body
- ConfigurationItem
- Content type: application/xml
GET /repository/ci/{ID:.+}
- Parameters
-
Path ID String
- Response body
- ConfigurationItem
- Content type: application/xml
POST /repository/ci/{ID:.+}
- Parameters
-
Path ID String Request body application/xml ConfigurationItem
- Response body
- ConfigurationItem
- Content type: application/xml
POST /repository/ci/{ID:.+}
- Parameters
-
Path ID String Multipart ArtifactAndData
- Response body
- ConfigurationItem
- Content type: application/xml
PUT /repository/ci/{ID:.+}
- Parameters
-
Path ID String Request body application/xml ConfigurationItem
- Response body
- ConfigurationItem
- Content type: application/xml
PUT /repository/ci/{ID:.+}
- Parameters
-
Path ID String Multipart ArtifactAndData
- Response body
- ConfigurationItem
- Content type: application/xml
DELETE /repository/ci/{ID:.+}
- Parameters
-
Path ID String
- Response body
- Empty
POST /repository/cis
- Parameters
-
Request body application/xml ConfigurationItem
- Response body
- ConfigurationItem
- Content type: application/xml
PUT /repository/cis
- Parameters
-
Request body application/xml ConfigurationItem
- Response body
- ConfigurationItem
- Content type: application/xml
POST /repository/cis/delete
- Parameters
-
Request body application/xml String
- Response body
- Empty
POST /repository/cis/read
- Parameters
-
Request body application/xml String
- Response body
- ConfigurationItem
- Content type: application/xml
POST /repository/copy/{ID:.+}
- Parameters
-
Path ID String Query newId String
- Response body
- ConfigurationItem
- Content type: application/xml
GET /repository/exists/{ID:.+}
- Parameters
-
Path ID String
- Response body
- Boolean
- Content type: application/xml
GET /repository/is-secure/{ID:.+}
- Parameters
-
Path ID String
- Response body
- Boolean
- Content type: application/xml
POST /repository/move/{ID:.+}
- Parameters
-
Path ID String Query newId String
- Response body
- ConfigurationItem
- Content type: application/xml
GET /repository/query
- Parameters
-
Query type Type Query parent String Query ancestor String Query namePattern String Query lastModifiedBefore DateTime Query lastModifiedAfter DateTime Query page long Query resultsPerPage long
- Response body
- ConfigurationItemId
- Content type: application/xml
POST /repository/rename/{ID:.+}
- Parameters
-
Path ID String Query newName String
- Response body
- ConfigurationItem
- Content type: application/xml
GET /repository/v2/query
- Parameters
-
Query type Type Query parent String Query ancestor String Query namePattern String Query idPattern String Query lastModifiedBefore DateTime Query lastModifiedAfter DateTime Query page long Query resultsPerPage long
- Response body
- ConfigurationItemId
- Content type: application/xml
GET /repository/v3/query
- Parameters
-
Query type Type Query parent String Query ancestor String Query namePattern String Query idPattern String Query lastModifiedBefore DateTime Query lastModifiedAfter DateTime Query page long Query resultsPerPage long Query properties ConfigurationItemProperties
- Response body
- ConfigurationItemId
- Content type: application/xml
GET /repository/v3/query-extended
- Parameters
-
Query type Type Query parent String Query ancestor String Query namePattern String Query idPattern String Query lastModifiedBefore DateTime Query lastModifiedAfter DateTime Query page long Query resultsPerPage long Query properties ConfigurationItemProperties
- Response body
- ConfigurationItemIdAndReferenceId
- Content type: application/xml
POST /repository/validate
- Parameters
-
Request body application/xml ConfigurationItem
- Response body
- ConfigurationItem
- Content type: application/xml