Retrieve all stored replication credentials under the account.

Prev Next
Get
/sys/v1/accounts/{acct_id}/replication/credentials

Retrieve all stored replication credentials under the account.

Security
HTTP
Type bearer
API Key: apiKeyAuth
Header parameter nameAuthorization
Path parameters
acct_id
string (uuid) Required
Responses
2XX

Success result

object
items
Array of object (ReplicationCredential)

The list of replication credentials.

Details about the admin app credential used to replicate objects from the source account.

OneOf
object
object
$type
string
Valid values[ "Certificate" ]
app_id
string (uuid) | null

The ID of the source-side admin app that uses this credential.

credential_id
string

The ID of a replication credential.

certificate_chain
Array of string | null

The certificate chain associated with the credential. This is a list of DER-encoded certificates, starting from the leaf certificate, and can consist of a single certificate if no intermediate certificates are necessary when authenticating with the source cluster.

string (byte)