REMOTE_SERVICES_REQUESTS table

The REMOTE_SERVICES_REQUESTS table stores asynchronous requests or requests that are made while reconciliation is in progress. It also stores requests issued while a resource is in a failed state.

Column Name Description Data type
PROVIDER_ID Unique ID for each resource provider. References RESOURCE, PROVIDERS, and(PROVIDER_ID). Character (20)
REQUEST_ID* ID of the request made. Primary key. Character (20)
TYPE Request type:

0 – generic request.

1 – asynchronous request.

2 – intra-reconciliation request.

3 – service deferred request.

Numeric
OPERATION Enter of operation:

0 – No operatio.

1 – Add reques.

2 – Modify reques.

3 – Delete reques.

4 – Suspend reques.

5 – Restore reques.

6 – Change password reques.

Numeric
REQUEST_TIME Time that the request was made. Date
EXPIRATION_TIME Time that the request expires. If null, the request never expires. Date
TARGET The owner of the account for an add request or the account distinguished name for other types of operations. Character (2000)
SERVICE_DN* The distinguished name of the service instance in the directory. Character (2000)
DATA The data for the request (attribute values for Add and Modify requests). This information is a serialized Java™ Collection and is Base64 encoded and GZIP compressed. Long Character
CONNECTION_POINT The callback to complete the workflow process. This information is a serialized Java object. Binary

* Indicates the column is required and not null.

Parent topic: Services tables