v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Gets information about a specified graph.

get/graphs/{graphIdentifier}

Path parameters

graphIdentifierstring required

The unique identifier of the Neptune Analytics graph.

Response

Success

idstring required

The unique identifier of the graph.

namestring required

The name of the graph.

arnstring required

The ARN associated with the graph.

status'CREATING' | 'AVAILABLE' | 'DELETING' | 'RESETTING' | 'UPDATING' | 'SNAPSHOTTING' | 'FAILED' | 'IMPORTING' | 'STARTING' | 'STOPPING' | 'STOPPED'

The status of the graph.

statusReasonstring

The reason that the graph has this status.

createTimestring date-time

The time at which the graph was created.

provisionedMemoryinteger

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

endpointstring

The graph endpoint.

publicConnectivityboolean

If <code>true</code>, the graph has a public endpoint, otherwise not.

replicaCountinteger

The number of replicas for the graph.

kmsKeyIdentifierstring

The ID of the KMS key used to encrypt and decrypt graph data.

sourceSnapshotIdstring

The ID of the snapshot from which the graph was created, if it was created from a snapshot.

deletionProtectionboolean

If <code>true</code>, deletion protection is enabled for the graph.

buildNumberstring

The build number of the graph.