Lists all ZooKeeper SASL users.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:ListZooKeeperSaslUser |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
mse-cn-5bffa4e8630 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
6C075654-E42F-5F58-914F-E11DA70881B7 |
| Data |
array<object> |
The response data. |
|
|
object |
The data structure. |
||
| UserName |
string |
The SASL username. |
test |
| Description |
string |
The SASL user description. |
测试 |
| Status |
string |
The SASL user status. |
UserAddNeedReload |
| CreateTime |
string |
The creation time. |
1631001140913 |
Examples
Success response
JSON format
{
"RequestId": "6C075654-E42F-5F58-914F-E11DA70881B7",
"Data": [
{
"UserName": "test",
"Description": "测试",
"Status": "UserAddNeedReload",
"CreateTime": "1631001140913"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.