514c1a05a1
This patch adds a new API document for share replica. Change-Id: Ia0cc534e0bfb2ca4e485e575e27e9911c746691b
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"share_replicas": [
|
|
{
|
|
"status": "available",
|
|
"share_id": "5043dffd-f033-4248-a315-319ca2bd70c8",
|
|
"availability_zone": "nova",
|
|
"cast_rules_to_readonly": false,
|
|
"updated_at": "2017-08-15T20:20:50.000000",
|
|
"share_network_id": null,
|
|
"share_server_id": null,
|
|
"host": "ubuntu@generic3#fake_pool_for_DummyDriver",
|
|
"id": "57f5c47a-0216-4ee0-a517-0460d63301a6",
|
|
"replica_state": "active",
|
|
"created_at": "2017-08-15T20:20:45.000000"
|
|
},
|
|
{
|
|
"status": "available",
|
|
"share_id": "5043dffd-f033-4248-a315-319ca2bd70c8",
|
|
"availability_zone": "nova",
|
|
"cast_rules_to_readonly": true,
|
|
"updated_at": "2017-08-15T20:21:49.000000",
|
|
"share_network_id": null,
|
|
"share_server_id": null,
|
|
"host": "ubuntu@generic2#fake_pool_for_DummyDriver",
|
|
"id": "c9f52e33-d780-41d8-89ba-fc06869f465f",
|
|
"replica_state": "in_sync",
|
|
"created_at": "2017-08-15T20:21:43.000000"
|
|
}
|
|
]
|
|
}
|