Gets the replication status of a replica operation
GET {{managementEndpoint}}/20180608/replicaOperations/:replicationId/status
When a vault has a replica, each operation on the vault or its resources, such as keys, is replicated and has an associated replicationId. Replication status provides details about whether the operation associated with the given replicationId has been successfully applied across replicas.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. If provided, the returned request ID | |
will include this value. Otherwise, a random request ID will be | |||
generated by the service. | |||
Accept | string |
RESPONSES
status: OK
{"replicaDetails":[{"region":"\u003cstring\u003e","status":"REPLICATING"},{"region":"\u003cstring\u003e","status":"REPLICATING"}]}