This endpoint is used to download the certificates for a given Data Sink. The Data
Sink ID can be obtained by using /openapi/v1/datasinks/{vrfID}
endpoint. This API is available to API keys with
external_integration
capability.
GET /openapi/v1/datasinks/{vrfID}/{dsID}/certs
Parameters: None
Returns a tar.gz file which contains the following files:
userCA.cert
, userPrivateKey.key
,
intermediateCA.cert
, kafkaCA.cert
,
kafkaBrokerIps.txt
, and topic.txt
.
userCA.cert
is the public certificate file, and the
userPrivateKey.key
file has the private key;
intermediateCA.cert
and kafkaCA.cert
have the
CA certificate for intermediate and root CA respectively;
kafkaBrokerIps.txt
has the list of the Kafka brokers IP
addresses and ports; the topic.txt
file has the name of the topic
which should be used to fetch data from the data sink.