All Products
Search
Document Center

Identity as a Service:GetIdentityProviderStatusCheckJob

Last Updated:Feb 04, 2026

Retrieves an IdP check task.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx

IdentityProviderId

string

Yes

The identity provider (IdP) ID.

idp_11111

IdentityProviderStatusCheckJobId

string

Yes

The task ID.

async_000xxxx

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

0441BD79-92F3-53AA-8657-F8CE4A2B912A

IdentityProviderStatusCheckJob

object

The information about the IdP status check job.

InstanceId

string

The instance ID.

idaas_ki6hd7ihir4ybawogqk6kqsfxxx

IdentityProviderId

string

The ID of the IdP.

idp_ncehkms65fiefobrvwy2blrxxx

IdentityProviderStatusCheckJobId

string

The ID of the IdP status check job.

async_000036tfu8cgngmakngrr2rk75qgf87pf3rxxx

Status

string

The status of the check task.

success

CheckResult

string

The result of the check task.

success

StartTime

integer

The start time.

1763776265757

EndTime

integer

The end time.

1763776265757

JobCheckItems

array<object>

The results of the status check subtasks.

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.

Examples

Success response

JSON format

{
  "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."
        }
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.