Mengkueri ID dan Nama Sumber Daya Alibaba Cloud (ARN) dari semua customer master key (CMK) di wilayah saat ini.
Deskripsi operasi
For more information about the access policy required by a RAM user or RAM role to call this API, see Resource Access Management.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
Nomor halaman. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. |
10 |
| Filters |
string |
No |
Filter untuk master key. Filter terdiri dari 0 hingga 10 pasangan kunci-nilai.
Nilai valid:
Hubungan logis antara kunci yang berbeda di `Filters` adalah `AND`. Hubungan logis antara beberapa nilai untuk kunci yang sama adalah `OR`. Misalnya, jika Anda memasukkan |
[{"Key":"KeyState", "Values":["Enabled","Disabled"]}] |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries returned per page. |
10 |
| RequestId |
string |
The ID of the request. It is a globally unique identifier (GUID) generated by Alibaba Cloud. You can use the request ID to troubleshoot issues. |
8252db58-2036-408c-a3d5-56e656dc2551 |
| TotalCount |
integer |
The total number of master keys. |
3 |
| Keys |
object |
||
| Key |
array<object> |
The master keys. |
|
|
object |
The master key. |
||
| KeyId |
string |
The globally unique identifier of the master key. |
08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4**** |
| KeyArn |
string |
The Alibaba Cloud Resource Name (ARN) of the master key. |
acs:kms:cn-hangzhou:123456:key/80e9409f-78fa-42ab-84bd-83f40c81**** |
Contoh
Respons sukses
JSONformat
{
"PageNumber": 1,
"PageSize": 10,
"RequestId": "8252db58-2036-408c-a3d5-56e656dc2551",
"TotalCount": 3,
"Keys": {
"Key": [
{
"KeyId": "08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****",
"KeyArn": "acs:kms:cn-hangzhou:123456:key/80e9409f-78fa-42ab-84bd-83f40c81****"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.