Mengambil tugas pemeriksaan IdP.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| IdentityProviderId |
string |
Yes |
ID penyedia identitas (IdP). |
idp_11111 |
| IdentityProviderStatusCheckJobId |
string |
Yes |
ID tugas. |
async_000xxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| IdentityProviderStatusCheckJob |
object |
Informasi tentang tugas pemeriksaan status IdP. |
|
| InstanceId |
string |
ID instans. |
idaas_ki6hd7ihir4ybawogqk6kqsfxxx |
| IdentityProviderId |
string |
ID IdP. |
idp_ncehkms65fiefobrvwy2blrxxx |
| IdentityProviderStatusCheckJobId |
string |
ID tugas pemeriksaan status IdP. |
async_000036tfu8cgngmakngrr2rk75qgf87pf3rxxx |
| Status |
string |
Status tugas pemeriksaan. |
success |
| CheckResult |
string |
Hasil tugas pemeriksaan. |
success |
| StartTime |
integer |
Waktu mulai. |
1763776265757 |
| EndTime |
integer |
Waktu berakhir. |
1763776265757 |
| JobCheckItems |
array<object> |
Hasil subtugas pemeriksaan status. |
|
|
array<object> |
|||
| MajorCheckItem |
string |
The major check item. |
network_check |
| MinorCheckItem |
string |
The minor check item. |
network_access_status |
| Result |
string |
The result. |
success |
| ErrorReason |
object |
The reason for the error. |
|
| ErrorLevel |
string |
The error level. |
high |
| ErrorCode |
string |
The error code. |
NetworkAccessPointWarning.SingleNetworkAccessPath |
| ErrorMessage |
string |
The error message. |
There is only one path in the current network access endpoint. |
Contoh
Respons sukses
JSONformat
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"IdentityProviderStatusCheckJob": {
"InstanceId": "idaas_ki6hd7ihir4ybawogqk6kqsfxxx",
"IdentityProviderId": "idp_ncehkms65fiefobrvwy2blrxxx",
"IdentityProviderStatusCheckJobId": "async_000036tfu8cgngmakngrr2rk75qgf87pf3rxxx",
"Status": "success",
"CheckResult": "success",
"StartTime": 1763776265757,
"EndTime": 1763776265757,
"JobCheckItems": [
{
"MajorCheckItem": "network_check",
"MinorCheckItem": "network_access_status",
"Result": "success",
"ErrorReason": {
"ErrorLevel": "high",
"ErrorCode": "NetworkAccessPointWarning.SingleNetworkAccessPath",
"ErrorMessage": "There is only one path in the current network access endpoint."
}
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.