
This class provide consistency group CRUD service on openstack request.
Resource | Description |
GET /v2/{tenant_id}/consistencygroups/{consistencyGroup_id} | Get Consistency Group Info |
GET /v2/{tenant_id}/consistencygroups/detail | get detail consistency group info |
POST /v2/{tenant_id}/consistencygroups | Create Consistency group |
POST /v2/{tenant_id}/consistencygroups/{consistencyGroup_id}/delete | delete Consistency group |
GET /v2/{tenant_id}/consistencygroups/{id}/tasks | List tasks for resource |
GET /v2/{tenant_id}/consistencygroups/{id}/tasks/{op_id}/ | Show task |
PUT /v2/{tenant_id}/consistencygroups/{id}/tags | Assign tags to resource |
GET /v2/{tenant_id}/consistencygroups/{id}/tags | List tags assigned to resource |
GET /v2/{tenant_id}/consistencygroups/search | Search API |
GET /v2/{tenant_id}/consistencygroups/bulk | List all instances of resource type |
POST /v2/{tenant_id}/consistencygroups/bulk | List data of specified resources |