Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions modules/ROOT/pages/fleet-management/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@ These procedures can be executed in Neo4j Browser or any other Neo4j client.
| Enable or disable debug and traffic logging
| Boolean `debugLogging`, Boolean `trafficLogging`
| String

| `fleetManagement.inspectToken`
| Inspect the Neo4j Fleet Management token to validate the Aura project association and expiry.
| String `token` (Optional, if omitted, the currently used token will be inspected)
| Array of (String `projectId`, String `tokenExpires`, String `errorMessage`)

| `fleetManagement.restart`
| Restarts the plugin by resetting the state and reconnecting to the API.
| -
| String
|===