Amazon Neptune · Example Payload

Loader Loader Status Response Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Loader Loader Status Response 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": 19,
      "retryNumber": 64,
      "status": "LOAD_COMPLETED",
      "totalTimeSpent": 37
    },
    "failedFeeds": [
      {}
    ],
    "errors": {}
  }
}