Members of a Redundancy Group
| Nickname | Action | Signature | Description |
|---|---|---|---|
| POST Member | POST | /redundancy_groups/<ID of redundancy group>/members | Add a new node to the specified redundancy group. |
| PUT Member | PUT | /redundancy_groups/<ID of redundancy group>/members/<ID of member node> | Modify the attributes of the specified node in the specified redundancy group. |
| GET Member List | GET | /redundancy_groups/<ID of redundancy group>/members | Get the list of the nodes in the specified redundancy group. |
| GET Member | GET | /redundancy_groups/<ID of redundancy group>/members/<ID of member node> | Get the attributes of the specified node in the specified redundancy group. |
| DELETE Member | DELETE | /redundancy_groups/<ID of redundancy group>/members/<ID of member node> | Delete the node with the specified ID from the specified redundancy group. |
| POST Initiate Failover | POST | /nodes/<ID of node>/redundancy | Test redundancy set up by initiating failover of the specified node. |