Lists the replicas for a vault
GET {{baseUrl}}/20180608/vaults/:vaultId/actions/listReplicas?sortBy=TIMECREATED&sortOrder=DESC
Lists the replicas for a vault
As a provisioning operation, this call is subject to a Key Management limit that applies to the total number of requests across all provisioning write operations. Key Management might throttle this call to reject an otherwise valid request when the total rate of provisioning write operations exceeds 10 requests per second for a given tenancy.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The maximum number of items to return in a paginated "List" call. | |
page | string | The value of the opc-next-page response header | |
from the previous "List" call. | |||
sortBy | string | The field to sort by. You can specify only one sort order. The default | |
order for TIMECREATED is descending. The default order for DISPLAYNAME | |||
is ascending. | |||
sortOrder | string | The sort order to use, either ascending (ASC ) or descending (DESC ). | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
if-match | string | For optimistic concurrency control. In the PUT or DELETE call for a | |
resource, set the if-match parameter to the value of the etag from a | |||
previous GET or POST response for that resource. The resource will be | |||
updated or deleted only if the etag you provide matches the resource's | |||
current etag value. | |||
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. | |||
opc-retry-token | string | A token that uniquely identifies a request so it can be retried in case | |
of a timeout or server error without risk of executing that same action | |||
again. Retry tokens expire after 24 hours, but can be invalidated | |||
before then due to conflicting operations (e.g., if a resource has been | |||
deleted and purged from the system, then a retry of the original | |||
creation request may be rejected). | |||
Accept | string |
RESPONSES
status: OK
[{"cryptoEndpoint":"\u003cstring\u003e","managementEndpoint":"\u003cstring\u003e","region":"\u003cstring\u003e","status":"DELETED"},{"cryptoEndpoint":"\u003cstring\u003e","managementEndpoint":"\u003cstring\u003e","region":"\u003cstring\u003e","status":"DELETED"}]