Mengkueri satu atau beberapa pasangan kunci.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| KeyPairIds |
array |
No |
ID pasangan kunci ADB. |
|
|
string |
No |
The ID of the ADB key pair. |
kp-6v2q33ae4tw3***** |
|
| KeyPairName |
string |
No |
Nama pasangan kunci ADB. |
testKeyPairName |
| MaxResults |
integer |
No |
Jumlah maksimum entri per halaman. Nilai valid: 1 hingga 100. Nilai default: 10. |
10 |
| NextToken |
string |
No |
Token pagination yang digunakan di permintaan berikutnya untuk mengambil halaman hasil baru. Jika parameter dikosongkan, data dikueri dari entri pertama. |
AAAAAYRHtOLVQzCYj17y+OP7LZQBUVVbi0GTu8g5**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| NextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. |
FFbc8N4E1iOlcSxC+8boa0HHH2LKWbggYUinyrZWvtS1oTrMYCg1HuMLGuftj0**** |
| Data |
array<object> |
The objects that are returned. |
|
|
object |
The object that is returned. |
||
| KeyPairId |
string |
The ID of the ADB key pair. |
kp-6v2q33ae4tw3a**** |
| KeyPairName |
string |
The name of the ADB key pair. |
testKeyPairName |
| GmtCreated |
string |
The time when the ADB key pair was created. |
2022-10-11T08:53:32Z |
| TotalCount |
integer |
The total number of entries returned. |
10 |
| RequestId |
string |
The ID of the request. |
565FB06A-AE04-5AD0-8A32-5BA92CA5**** |
Contoh
Respons sukses
JSONformat
{
"NextToken": "FFbc8N4E1iOlcSxC+8boa0HHH2LKWbggYUinyrZWvtS1oTrMYCg1HuMLGuftj0****",
"Data": [
{
"KeyPairId": "kp-6v2q33ae4tw3a****",
"KeyPairName": "testKeyPairName",
"GmtCreated": "2022-10-11T08:53:32Z"
}
],
"TotalCount": 10,
"RequestId": "565FB06A-AE04-5AD0-8A32-5BA92CA5****"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.