Amazon Neptune · Example Payload

Amazon Neptune Getloaderjobstatus Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Getloaderjobstatus Example is an example object payload from Amazon Neptune, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getLoaderJobStatus",
  "method": "GET",
  "path": "/loader/{loadId}",
  "summary": "Amazon Neptune Get the Status of a Bulk Loader Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getLoaderJobStatus200Example",
      "example": {
        "status": "available",
        "payload": {
          "feedCount": [
            {}
          ],
          "overallStatus": {
            "fullUri": "example-value",
            "runNumber": 1,
            "retryNumber": 1,
            "status": "available",
            "totalTimeSpent": 1
          }
        }
      }
    }
  ]
}