Kafka ACLs & Quotas
Fetch Kafka Access Control Lists
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/acl HTTP/1.1
Host:
Accept: */*
[
{
"resourceType": "text",
"resourceName": "text",
"patternType": "text",
"principal": "text",
"permissionType": "text",
"host": "text",
"operation": "text"
}
]
Create or update a Kafka Access Control List
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/acl HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 162
{
"resourceType": "Topic",
"resourceName": "trades",
"patternType": "LITERAL",
"principal": "User:Alice",
"permissionType": "Allow",
"host": "example.com",
"operation": "Read"
}
No content
Remove a Kafka Access Control List
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/acl HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 162
{
"resourceType": "Topic",
"resourceName": "trades",
"patternType": "LITERAL",
"principal": "User:Alice",
"permissionType": "Allow",
"host": "example.com",
"operation": "Read"
}
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/quotas HTTP/1.1
Host:
Accept: */*
[
{
"entityType": "CLIENT",
"entityName": "text",
"child": "text",
"properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"url": "text",
"isAuthorized": true
}
]
The user to create the quota for
jane
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/quotas/users/{username} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"producer_byte_rate": "100000",
"consumer_byte_rate": "200000",
"request_percentage": "75"
}
No content
The user to delete the quota for
jane
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/quotas/users/{username} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 64
[
"producer_byte_rate",
"consumer_byte_rate",
"request_percentage"
]
No content
The client id to create the quota for
app1
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/quotas/clients/{client-id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"producer_byte_rate": "100000",
"consumer_byte_rate": "200000",
"request_percentage": "75"
}
No content
The client id to create the quota for
app1
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/quotas/clients/{client-id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 64
[
"producer_byte_rate",
"consumer_byte_rate",
"request_percentage"
]
No content
The user to delete the quota for
jane
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/quotas/users/{username}/clients HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"producer_byte_rate": "100000",
"consumer_byte_rate": "200000",
"request_percentage": "75"
}
No content
The user to delete the quota for
jane
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/quotas/users/{username}/clients HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 64
[
"producer_byte_rate",
"consumer_byte_rate",
"request_percentage"
]
No content
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/quotas/users HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"producer_byte_rate": "100000",
"consumer_byte_rate": "200000",
"request_percentage": "75"
}
No content
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/quotas/users HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 64
[
"producer_byte_rate",
"consumer_byte_rate",
"request_percentage"
]
No content
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/quotas/clients HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"producer_byte_rate": "100000",
"consumer_byte_rate": "200000",
"request_percentage": "75"
}
No content
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/quotas/clients HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 64
[
"producer_byte_rate",
"consumer_byte_rate",
"request_percentage"
]
No content
The user to delete the quota for
jane
The client id to create the quota for
app1
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/quotas/users/{username}/clients/{client-id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"producer_byte_rate": "100000",
"consumer_byte_rate": "200000",
"request_percentage": "75"
}
No content
The user to delete the quota for
jane
The client id to create the quota for
app1
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/quotas/users/{username}/clients/{client-id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 64
[
"producer_byte_rate",
"consumer_byte_rate",
"request_percentage"
]
No content
Last updated
Was this helpful?