/gremlin/status endpoint not enabled on Neptune cluster (Error: no gremlin script supplied)
/gremlin/status endpoint not enabled on Neptune cluster (Error: no gremlin script supplied)
正在向 https://my-neptune-endpoint:port/gremlin/status 发出获取请求
returns 下面的响应而不是 documentation.
中提到的预期结果
{
"requestId": <request_id>,
"code": "MissingParameterException",
"detailedMessage": "no gremlin script supplied"
}
预期响应的格式为:
{
"acceptedQueryCount": 9,
"runningQueryCount": 1,
"queries": [
{
"queryId": "fb34cd3e-f37c-4d12-9cf2-03bb741bf54f",
"queryEvalStats": {
"waited": 0,
"elapsed": 23,
"cancelled": false
},
"queryString": "g.V().addV()"
}
]
}
这是一个最近添加的 Neptune 功能,该版本仍在向所有地区推出。它应该会在几天内在您的 Neptune 集群上可用。
正在向 https://my-neptune-endpoint:port/gremlin/status 发出获取请求 returns 下面的响应而不是 documentation.
中提到的预期结果{
"requestId": <request_id>,
"code": "MissingParameterException",
"detailedMessage": "no gremlin script supplied"
}
预期响应的格式为:
{
"acceptedQueryCount": 9,
"runningQueryCount": 1,
"queries": [
{
"queryId": "fb34cd3e-f37c-4d12-9cf2-03bb741bf54f",
"queryEvalStats": {
"waited": 0,
"elapsed": 23,
"cancelled": false
},
"queryString": "g.V().addV()"
}
]
}
这是一个最近添加的 Neptune 功能,该版本仍在向所有地区推出。它应该会在几天内在您的 Neptune 集群上可用。