Skip to content

Get Engine Status

neptunedata_get_engine_status R Documentation

Retrieves the status of the graph database on the host

Description

Retrieves the status of the graph database on the host.

When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetEngineStatus IAM action in that cluster.

Usage

neptunedata_get_engine_status()

Value

A list with the following syntax:

list(
  status = "string",
  startTime = "string",
  dbEngineVersion = "string",
  role = "string",
  dfeQueryEngine = "string",
  gremlin = list(
    version = "string"
  ),
  sparql = list(
    version = "string"
  ),
  opencypher = list(
    version = "string"
  ),
  labMode = list(
    "string"
  ),
  rollingBackTrxCount = 123,
  rollingBackTrxEarliestStartTime = "string",
  features = list(
    list()
  ),
  settings = list(
    "string"
  )
)