Credentials
Create Kafka Credential
This endpoint creates a kafka credential.
POST
/
v2
/
kafka
/
credential
Request Parameters
credential_name
string
requiredThe ID of the kafka topic
cluster_id
string
requiredID of the kafka cluster
topic
string
requiredName of the kafka topic the credential will be used for
permissions
string
requiredPermission scope of the credential
Options: ALL
, PRODUCE
or CONSUME
Response Parameters
credential_id
string
ID of the created Kafka credential
credential_name
string
Name of the created Kafka credential
topic
string
Name of the topic of the created Kafka credential
permissions
string
Permission scope given to the kafka credential
cluster_id
string
ID of the kafka cluster
username
string
Username to be used for the kafka credential
creation_time
int
Creation time of the credential
password
string
Password to be used in authenticating to the cluster
state
string
State of the credential\ active
or deleted
Was this page helpful?