Every AuraDB/DS Instance is instantiated with a DB ID which is a unique identifier.
There are a few ways to get this DB ID:
From the Aura console
From Neo4j Browser
If you are using the Desktop client, you will see the DB ID when you connect to the AuraDB Instance and select Open and then Neo4j Browser.
If you are using the web browser-based client, you'll see the DB ID on the Instances page.
From your logs
You can also check your logs and look for the connection URI which will be in the form of neo4j+s://<DB_ID>.databases.neo4j.io.
From Cypher-shell
If you're running Aura 4 you can use CALL dbms.cluster.overview();
For Aura 5, please instead use SHOW SERVERS
see details here.
Comments
0 comments
Please sign in to leave a comment.