/replicatedFolders
Mount Point: /api/replicatedFolders
GET
Retrieves the replicated folder at the specified path if it exists
Parameters
name | description | type | default |
---|---|---|---|
path | - path to lookup the replicated folder - defaults to "/" if not set | query | |
withConsistencyResult | - optional parameter determines whether to include full last Consistency Check result. Defaults to false. | query | false |
Response Body
element: | replicatedFolderUIDTO |
media types: | application/xml application/json |
(no documentation provided)
Status Codes
HTTP Status Code | Description |
---|---|
200 OK | OK |
404 Not Found | Not found - see returned ExceptionDTO |
400 Bad Request | Bad request - see returned ExceptionDTO |
401 Unauthorized | Authentication required. |
403 Forbidden | Authorization required - access forbidden |
POST
Map a file system path to be replicated
Parameters
name | description | type | default |
---|---|---|---|
consistencyCheck | (no documentation provided) | query | false |
Request Body
element: | replicatedFolderUIDTO |
media types: | */* application/xml |
(no documentation provided)
Response Body
element: | task |
media types: | application/xml application/json |
(no documentation provided)
Status Codes
HTTP Status Code | Description |
---|---|
200 OK | OK |
404 Not Found | Not found - see returned ExceptionDTO |
400 Bad Request | Bad request - see returned ExceptionDTO |
401 Unauthorized | Authentication required. |
403 Forbidden | Authorization required - access forbidden |