Merge "[api-ref] Add request examples for share replica APIs"
This commit is contained in:
commit
b6b1f41664
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"promote": null
|
||||||
|
}
|
3
api-ref/source/samples/share-replica-resync-request.json
Normal file
3
api-ref/source/samples/share-replica-resync-request.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"resync": null
|
||||||
|
}
|
@ -155,6 +155,12 @@ Request
|
|||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
- share_replica_id: share_replica_id_path
|
- share_replica_id: share_replica_id_path
|
||||||
|
|
||||||
|
Request example
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. literalinclude:: samples/share-replica-promote-request.json
|
||||||
|
:language: javascript
|
||||||
|
|
||||||
|
|
||||||
Resync share replica
|
Resync share replica
|
||||||
====================
|
====================
|
||||||
@ -188,6 +194,13 @@ Request
|
|||||||
- share_replica_id: share_replica_id_path
|
- share_replica_id: share_replica_id_path
|
||||||
|
|
||||||
|
|
||||||
|
Request example
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. literalinclude:: samples/share-replica-resync-request.json
|
||||||
|
:language: javascript
|
||||||
|
|
||||||
|
|
||||||
List share replicas
|
List share replicas
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user