/clusters/{clusterName}/services/{serviceName}/replications
Mount Point: /api/v18/clusters/{clusterName}/services/{serviceName}/replications
The following operations are supported on this resource:
GET
Returns information for all replication schedules.
Available since API v11.
Parameters
name | description | type | default |
---|---|---|---|
limits | Various limits on contents of returned schedules. | query | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | replicationScheduleList |
List of replication schedules.
POST
Creates one or more replication schedules.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
name | description | type | default |
---|---|---|---|
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Request Body
element: | replicationScheduleList |
List of the replication schedules to create.
Response Body
element: | replicationScheduleList |
List of newly added replication schedules.
GET
Returns information for all replication schedules.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
name | description | type | default |
---|---|---|---|
view | The view to materialize. | query | summary |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | replicationScheduleList |
List of replication schedules.
DELETE
Deletes all existing replication schedules.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
name | description | type | default |
---|---|---|---|
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | replicationScheduleList |
List of deleted replication schedules.