/clusters/{clusterName}/services/{serviceName}/replications/{scheduleId}
Mount Point: /api/v18/clusters/{clusterName}/services/{serviceName}/replications/{scheduleId}
The following operations are supported on this resource:
GET
Returns information for a specific replication schedule.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
name | description | type | default |
---|---|---|---|
scheduleId | Id of an existing replication schedule. | path | |
view | The view to materialize. | query | summary |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | replicationSchedule |
Replication schedule.
PUT
Updates an existing replication schedule.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
name | description | type | default |
---|---|---|---|
scheduleId | Id of an existing replication schedule. | path | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Request Body
element: | replicationSchedule |
(no documentation provided)
Response Body
element: | replicationSchedule |
The replication schedule after the update.
DELETE
Deletes an existing replication schedule.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
name | description | type | default |
---|---|---|---|
scheduleId | Id of an existing replication schedule. | path | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | replicationSchedule |
The deleted replication schedule.