Amazon Neptune · Schema

JobStatusResponse

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
status string The current status of the job.
id string The job identifier.
processingJob object
View JSON Schema on GitHub

JSON Schema

amazon-neptune-jobstatusresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobStatusResponse",
  "title": "JobStatusResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The current status of the job."
    },
    "id": {
      "type": "string",
      "description": "The job identifier."
    },
    "processingJob": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "arn": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "outputLocation": {
          "type": "string"
        },
        "failureReason": {
          "type": "string"
        },
        "cloudwatchLogUrl": {
          "type": "string"
        }
      }
    }
  }
}