POST
/
v2
/
kafka
/
credential

Request Parameters

credential_name
string
required

The ID of the kafka topic

cluster_id
string
required

ID of the kafka cluster

topic
string
required

Name of the kafka topic the credential will be used for

permissions
string
required

Permission 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