Amazon Neptune · Example Payload

Data Loader Job Status Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Data Loader Job Status Output Example is an example object payload from Amazon Neptune, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statuspayload

Example Payload

Raw ↑
{
  "status": "available",
  "payload": {
    "feedCount": [
      {}
    ],
    "overallStatus": {
      "fullUri": "example-string",
      "runNumber": 59,
      "retryNumber": 57,
      "status": "available",
      "totalTimeSpent": 86
    }
  }
}