
Contains .inc files which have all the contents of the .rst files but are grouped together for easier editing. Contains parameters.yaml, which has all parameters in one file. Contains request and response samples (JSON and XML) that are pointed to from the .inc files. Change-Id: I42d5451300f95774a3ec4df66bc95cb36795844d
9 lines
218 B
JSON
9 lines
218 B
JSON
{
|
|
"consistencygroup": {
|
|
"name": "my_cg",
|
|
"description": "My consistency group",
|
|
"add_volumes": "volume-uuid-1,volume-uuid-2",
|
|
"remove_volumes": "volume-uuid-8,volume-uuid-9"
|
|
}
|
|
}
|