Amazon Neptune · JSON Structure

Data Gremlin Query Status Output Structure

GremlinQueryStatusOutput schema from Neptune

Type: object Properties: 3
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

GremlinQueryStatusOutput is a JSON Structure definition published by Amazon Neptune, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

acceptedQueryCount runningQueryCount queries

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/data-gremlin-query-status-output-structure.json",
  "name": "GremlinQueryStatusOutput",
  "description": "GremlinQueryStatusOutput schema from Neptune",
  "type": "object",
  "properties": {
    "acceptedQueryCount": {
      "type": "int32"
    },
    "runningQueryCount": {
      "type": "int32"
    },
    "queries": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GremlinQueryStatus"
      }
    }
  }
}