For the complete documentation index, see llms.txt. This page is also available as Markdown.

ASN Kafka Security

Manage ASN Kafka security settings

Get Kafka Security Configuration

get

Retrieves the Kafka Security configuration for the specified appliance.

Path parameters
applianceIdstringRequired

The unique identifier of the appliance.

Responses
200

Kafka Security configuration retrieved successfully.

application/json
security_protocolstringOptional

The security protocol used for Kafka.

get/kafkaSecurity/{applianceId}

Update Kafka Security Configuration

post

Updates the Kafka Security configuration for the specified appliance.

Path parameters
applianceIdstringRequired

The unique identifier of the appliance.

Body
security_protocolstringOptional

The security protocol used for Kafka.

Responses
200

Kafka Security configuration updated successfully.

No content

post/kafkaSecurity/{applianceId}

No content

Last updated