/repo_targets/{repoTargetId}
Mount Point: /service/local/repo_targets/{repoTargetId}
The following operations are supported on this resource:
GET
Get the details of a repository target.
Parameters
| name | description | type | default |
|---|---|---|---|
| repoTargetId | Repository target to access. | path |
Response Body
| element: | repo-target |
| media types: | application/xml application/json |
(no documentation provided)
PUT
Update the configuration of an existing repository target.
Parameters
| name | description | type | default |
|---|---|---|---|
| repoTargetId | Repository target to access. | path |
Request Body
| element: | repo-target |
| media types: | application/xml application/json |
(no documentation provided)
Response Body
| element: | repo-target |
| media types: | application/xml application/json |
(no documentation provided)
DELETE
Delete an existing repository target.
Parameters
| name | description | type | default |
|---|---|---|---|
| repoTargetId | Repository target to access. | path |