Amazon Neptune · Example Payload

Amazon Neptune Listloaderjobs Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Listloaderjobs 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": "listLoaderJobs",
  "method": "GET",
  "path": "/loader",
  "summary": "Amazon Neptune List Bulk Loader Jobs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "listLoaderJobs200Example",
      "example": {
        "status": "available",
        "payload": {
          "loadIds": [
            "example-value"
          ]
        }
      }
    }
  ]
}