Service:_Kafka

Add Aiven Kafka ACL entry

post/project/{project}/service/{service_name}/acl

Path parameters

projectstring required

Project name

service_namestring required

Service name

Request body

permission'admin' | 'read' | 'readwrite' | 'write' required

Permission of an Aiven Kafka ACL entry, as opposed to a Kafka-native one.

topicstring required

Topic name pattern

usernamestring required

Username

Response

Response

messagestring required

Printable result of the request

Changes

Changed in 1 of the 13 revisions of this API.12

  • c949573465e312See the full diff
    • removed the optional property errors from the response with the 200 status

      response-optional-property-removed

    • the response property acl/items/id became required for the status 200

      response-property-became-required

    • the response property message became required for the status 200

      response-property-became-required