{ "operationId": "createGraph", "method": "POST", "path": "/graphs", "summary": "Amazon Neptune Create a Neptune Analytics Graph", "requestExamples": [], "responseExamples": [ { "status": "201", "contentType": "application/json", "name": "createGraph201Example", "example": { "id": "neptune-cluster-abc123", "name": "my-neptune-cluster", "arn": "arn:aws:neptune:us-east-1:123456789012:db:neptune-cluster-1", "status": "CREATING", "statusReason": "available", "createTime": "2025-03-15T14:30:00Z", "provisionedMemory": 1, "endpoint": "neptune-cluster-1.cluster-xyz.us-east-1.neptune.amazonaws.com", "publicConnectivity": true, "vectorSearchConfiguration": { "dimension": 1 } } } ] }