

# Redundancy Groups
<a name="commands-redundancy-groups"></a>


| Nickname | Action | Signature | Description | 
| --- | --- | --- | --- | 
| POST Group | POST | /redundancy\_groups | Create a new redundancy group. | 
| PUT Group | PUT | /redundancy\_groups/<ID of redundancy group> | Modify the specified redundancy group. | 
| GET Group List | GET | /redundancy\_groups | Get the list of redundancy groups. | 
| GET Group | GET | /redundancy\_groups/<ID of redundancy group> | Get the attributes of the specified redundancy group. | 
| DELETE Group | DELETE | /redundancy\_groups/<ID of redundancy group> | Delete the redundancy group that has the specified ID. | 