Mengkueri informasi tentang daftar Kontrol akses (ACL) instans.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rocketmq:GetInstanceAcl |
get |
*Acl
|
None | None |
Sintaks permintaan
GET /instances/{instanceId}/acl/account/{username} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
ID instans. |
rmq-cn-7e22ody**** |
| username |
string |
Yes |
Nama pengguna. |
abc |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| resourceType |
string |
Yes |
Jenis sumber daya yang ingin Anda berikan izin. Nilai valid:
Valid values:
|
Topic |
| resourceName |
string |
Yes |
Nama sumber daya yang ingin Anda berikan izin. |
test |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| requestId |
string |
The request ID |
AF9A8B10-C426-530F-A0DD-96320B39**** |
| success |
boolean |
Indicates whether the request was successful. |
true |
| data |
object |
The returned data. |
|
| regionId |
string |
The region ID. |
cn-hangzhou |
| instanceId |
string |
The instance ID. |
rmq-cn-7e22ody**** |
| aclType |
string |
The authentication type of the instance. Valid values:
|
apache_acl |
| username |
string |
The username. |
abc |
| resourceType |
string |
The type of the resource on which the permissions are granted. |
Topic |
| resourceName |
string |
The name of the resource on which the permissions are granted. |
test |
| decision |
string |
The decision result of the authorization. |
Allow |
| actions |
array |
The type of operations that can be performed on the resource. |
|
|
string |
The type of operation that can be performed on the resource. |
Pub |
|
| ipWhitelists |
array |
The IP address whitelists. |
|
|
string |
The IP address whitelist. IP addresses and CIDR blocks are supported. |
0.0.0.0/0 |
|
| code |
string |
The error code. |
MissingInstanceId |
| message |
string |
The error message. |
The instance cannot be found. |
| httpStatusCode |
integer |
The response code. |
200 |
| dynamicCode |
string |
The dynamic error code. |
xxx |
| dynamicMessage |
string |
The dynamic error message. |
xxx |
Contoh
Respons sukses
JSONformat
{
"requestId": "AF9A8B10-C426-530F-A0DD-96320B39****",
"success": true,
"data": {
"regionId": "cn-hangzhou",
"instanceId": "rmq-cn-7e22ody****",
"aclType": "apache_acl",
"username": "abc",
"resourceType": "Topic",
"resourceName": "test",
"decision": "Allow",
"actions": [
"Pub"
],
"ipWhitelists": [
"0.0.0.0/0"
]
},
"code": "MissingInstanceId",
"message": "The instance cannot be found.",
"httpStatusCode": 200,
"dynamicCode": "xxx",
"dynamicMessage": "xxx"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.