

# Members of a Redundancy Group
<a name="commands-redundancy-group-members"></a>


| 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. | 