Amazon Neptune · Example Payload

Ml Endpoint Status Response Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Ml Endpoint Status Response Example is an example object payload from Amazon Neptune, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusidendpointendpointConfigoutputLocation

Example Payload

Raw ↑
{
  "status": "available",
  "id": "neptune-cluster-abc123",
  "endpoint": {
    "name": "my-neptune-cluster",
    "arn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
    "status": "available"
  },
  "endpointConfig": {},
  "outputLocation": "example-string"
}