Mengkueri semua titik akses aplikasi (AAP) 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. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai valid: 1 hingga 100. Nilai default: 20. |
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
bcfefe15-46f0-44a3-bd96-3d422474b71a |
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| TotalCount |
integer |
The total number of entries returned. |
1 |
| ApplicationAccessPoints |
object |
||
| ApplicationAccessPoint |
array<object> |
A list of AAPs. |
|
|
object |
A list of AAPs. |
||
| Name |
string |
The name of the AAP. |
aap_test |
| AuthenticationMethod |
string |
The authentication method. |
ClientKey |
Contoh
Respons sukses
JSONformat
{
"RequestId": "bcfefe15-46f0-44a3-bd96-3d422474b71a",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1,
"ApplicationAccessPoints": {
"ApplicationAccessPoint": [
{
"Name": "aap_test",
"AuthenticationMethod": "ClientKey"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is not valid. | An invalid value is specified for the parameter. |
| 404 | InvalidAccessKeyId.NotFound | The Access Key ID provided does not exist in our records. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.