Replication
Replication Export
To trigger a replication export for an entire Vault
:
Replication Export
POST
https://vault.provide.services/api/v1/
Replicate the contents (i.e., keys and secrets) of an entire
Vault
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | id of
to be replicated |
Headers
Name | Type | Description |
---|---|---|
authorization* | string | bearer scope to an entity with sufficient permissions for target
|
Request Body
Name | Type | Description |
---|---|---|
credential* | string | |
destinations* | object | |
endpoint* | string | |
stream* | ReplicationExportStream | |
type* | string |
Replication Export Stream
Interface for broadcasting replication events
Replication Export Stream
GET
Broadcasts replication events
Request Body
Name | Type | Description |
---|---|---|
export | String | |
nc | String |
Last updated