Bulk Ops Requests

FetchBulkOpsRequest

Fetch a bulk operations request.

get/bulk-ops-requests/{bulkOpsRequestId}

Path parameters

bulkOpsRequestIdstring required

Universally Unique Lexicographically Sortable Identifier (using Crockford's alphabet).

Example:01EZZJVDQJPWT7V4FWNVDHNMM5

Response

Ok

bulkOpsRequestIdstring required

Universally Unique Lexicographically Sortable Identifier (using Crockford's alphabet).

endpoint'REGISTER_PUBLIC_KEYS' | 'REGISTER_CERTIFICATES' | 'ONBOARD_DEVICES' required
status'IN_PROGRESS' | 'FAILED' | 'SUCCEEDED' required
requestedAtstring date-time required

HTML-encoded ISO-8601 date-time string denoting the start or end of a date range. If the string includes only a date, the time is the beginning of the day (00:00:00).

completedAtstring date-time

HTML-encoded ISO-8601 date-time string denoting the start or end of a date range. If the string includes only a date, the time is the beginning of the day (00:00:00).

uploadedDataUrlstring required

The URL at which you can retrieve the data you originally uploaded to an endpoint that supports bulk operations.

errorSummaryUrlstring

The URL at which you can retrieve a summary of errors and the row indices they occurred at for a failed bulk ops request job.

Example response

{
  "bulkOpsRequestId": "01EZZJVDQJPWT7V4FWNVDHNMM5",
  "requestedAt": "2020-06-25T21:05:12.830Z",
  "completedAt": "2020-06-25T21:05:12.830Z",
  "uploadedDataUrl": "https://api.nrfcloud.com/v1/bulk-ops-assets/a5592ec1-18ae-4d9d-bc44-1d9bd927bbe9/data-01EZZJVDQJPWT7V4FWNVDHNMM5.csv",
  "errorSummaryUrl": "https://api.nrfcloud.com/v1/bulk-ops-assets/a5592ec1-18ae-4d9d-bc44-1d9bd927bbe9/errors-01EZZJVDQJPWT7V4FWNVDHNMM5.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.