diff --git a/modules/ROOT/pages/fleet-management/procedures.adoc b/modules/ROOT/pages/fleet-management/procedures.adoc index be09f58f7..903b3a427 100644 --- a/modules/ROOT/pages/fleet-management/procedures.adoc +++ b/modules/ROOT/pages/fleet-management/procedures.adoc @@ -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 |=== \ No newline at end of file