Conductor Redundancy Groups - Conductor Live

Conductor Redundancy Groups

Nickname Action Signature Description
POST Group POST /conductor_redundancy_groups Create a new Conductor redundancy group.
PUT Group PUT /conductor_redundancy_groups/<ID of group> Modify the specified Conductor redundancy group.
GET Group List GET /conductor_redundancy_groups Get the list of Conductor redundancy groups.
GET Group GET /conductor_redundancy_groups/<ID of group> Get the attributes of the specified Conductor redundancy group.
DELETE Group DELETE /conductor_redundancy_groups/<ID of group> Delete the Conductor redundancy group that has the specified ID.
POST Enable Group POST conductor_ redundancy_groups/<ID of group>/enable Enable redundancy on the two Conductor nodes in the Conductor redundancy group.
DELETE Disable Group DELETE conductor_ redundancy_groups/<ID of group>/disable Disable redundancy on the Conductor redundancy group.