GetEngineStatusResponse
Types
Properties
Set to the Neptune engine version running on your DB cluster. If this engine version has been manually patched since it was released, the version number is prefixed by Patch-
.
Set to enabled
if the DFE engine is fully enabled, or to viaQueryHint
(the default) if the DFE engine is only used with queries that have the useDFE
query hint set to true
.
Contains information about the Gremlin query language available on your cluster. Specifically, it contains a version field that specifies the current TinkerPop version being used by the engine.
Contains information about the openCypher query language available on your cluster. Specifically, it contains a version field that specifies the current operCypher version being used by the engine.
If there are transactions being rolled back, this field is set to the number of such transactions. If there are none, the field doesn't appear at all.
Set to the start time of the earliest transaction being rolled back. If no transactions are being rolled back, the field doesn't appear at all.
Contains information about the SPARQL query language available on your cluster. Specifically, it contains a version field that specifies the current SPARQL version being used by the engine.