/clusters/{clusterName}/services/{serviceName}/replications/{scheduleId}

Mount Point: /rest/clusters/{clusterName}/services/{serviceName}/replications/{scheduleId}

The following operations are supported on this resource:

GET

Returns information for a specific replication schedule.

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.

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.

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.