Mengambil daftar titik akses aplikasi (AAPs).
Deskripsi operasi
Untuk detail kebijakan izin yang harus diberikan kepada pengguna RAM atau peran RAM guna memanggil OpenAPI ini, lihat Access Control.
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 |
ID permintaan, yang digunakan untuk melacak dan memecahkan masalah. |
bcfefe15-46f0-44a3-bd96-3d422474b71a |
| PageNumber |
integer |
Nomor halaman. |
1 |
| PageSize |
integer |
Jumlah entri per halaman. |
10 |
| TotalCount |
integer |
Total jumlah entri yang dikembalikan. |
1 |
| ApplicationAccessPoints |
object |
||
| ApplicationAccessPoint |
array<object> |
Daftar AAPs. |
|
|
object |
Daftar AAPs. |
||
| Name |
string |
Nama AAP. |
aap_test |
| AuthenticationMethod |
string |
Metode autentikasi. |
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.