Amazon Neptune · Example Payload

Amazon Neptune Getprivategraphendpoint Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getPrivateGraphEndpoint",
  "method": "GET",
  "path": "/privategraphendpoints/{graphIdentifier}/{vpcId}",
  "summary": "Amazon Neptune Get Private Graph Endpoint Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getPrivateGraphEndpoint200Example",
      "example": {
        "vpcId": "neptune-cluster-abc123",
        "subnetIds": [
          "example-value"
        ],
        "status": "CREATING",
        "vpcEndpointId": "neptune-cluster-abc123"
      }
    }
  ]
}