Logo
OCI NoSQL Playground API Documentation

workRequests-{workRequestId}

Number of APIs: 4


1. Cancel a work request operation with the given ID.

DELETE {{baseUrl}}/workRequests/:workRequestId



2. Get the status of the work request with the given ID.

GET {{baseUrl}}/workRequests/:workRequestId



3. List work request errors

GET {{baseUrl}}/workRequests/:workRequestId/errors?limit=1000



4. Lists work request logs

GET {{baseUrl}}/workRequests/:workRequestId/logs?limit=1000



ENDPOINTS