Amazon Neptune · Example Payload

Amazon Neptune Rebootdbinstance Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Rebootdbinstance 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": "rebootDBInstance",
  "method": "POST",
  "path": "/?Action=RebootDBInstance",
  "summary": "Amazon Neptune Reboot a Neptune DB Instance",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "rebootDBInstance200Example",
      "example": {
        "DBInstanceIdentifier": "neptune-cluster-abc123",
        "DBInstanceClass": "example-value",
        "Engine": "example-value",
        "DBInstanceStatus": "available",
        "Endpoint": {
          "Address": "example-value",
          "Port": 1
        },
        "DBClusterIdentifier": "neptune-cluster-abc123",
        "AvailabilityZone": "example-value",
        "PreferredMaintenanceWindow": "example-value",
        "EngineVersion": "1.3.2.0",
        "AutoMinorVersionUpgrade": true
      }
    }
  ]
}