The groups controller.
Bases: Controller
The groups API controller for the OpenStack API.
Create a new group.
Create a new group from a source.
The source can be a group snapshot or a group. Note that this does not require group_type and volume_types as the “create” API above.
Returns a detailed list of groups.
Disables replications for a group.
Enables replications for a group.
Fails over replications for a group.
Returns a summary list of groups.
List replication targets for a group.
Return data about the given group.
Update the group.
Expected format of the input parameter ‘body’:
{
"group":
{
"name": "my_group",
"description": "My group",
"add_volumes": "volume-uuid-1,volume-uuid-2,...",
"remove_volumes": "volume-uuid-8,volume-uuid-9,..."
}
}
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.