Procedures
Fleet Manager provides a set of procedures to manage and monitor the connection to Aura. These procedures can be executed in Neo4j Browser or any other Neo4j client.
fleetManagement.debugLogging()Admin Only
Syntax |
|
||
Description |
Enable debug or payload logging for Fleet Manager. |
||
Input arguments |
Name |
Type |
Description |
|
|
Enable debug logging for fleet manager on this server. |
|
|
|
Enable payload logging for fleet manager on this server. |
|
Return arguments |
Name |
Type |
Description |
|
|
A message indicating the result of the operation. |
|
Mode |
DBMS |
||
fleetManagement.disable()Admin Only
Syntax |
|
||
Description |
Disable Fleet Manager |
||
Return arguments |
Name |
Type |
Description |
|
|
A message indicating the result of the operation. |
|
Mode |
DBMS |
||
fleetManagement.inspectToken()Admin Only
Syntax |
|
||
Description |
Inspect a Fleet Manager access token. |
||
Input arguments |
Name |
Type |
Description |
|
|
(optional) A token obtained from Neo4j Aura. Will use the currently registered token, if not provided. |
|
Return arguments |
Name |
Type |
Description |
|
|
ID of the Aura project the Deployment token belongs to. |
|
|
|
Token expiry |
|
|
|
Error message if token inspection fails. |
|
Mode |
DBMS |
||
fleetManagement.registerToken()Admin Only
Syntax |
|
||
Description |
Add a token for authenticating to Fleet Manager. |
||
Input arguments |
Name |
Type |
Description |
|
|
A token obtained from Neo4j Aura. |
|
Return arguments |
Name |
Type |
Description |
|
|
A message indicating the result of the operation. |
|
Mode |
DBMS |
||
fleetManagement.reportedData()
Syntax |
|
||
Description |
Generate documentation for the data structures used in Fleet Manager messages. |
||
Return arguments |
Name |
Type |
Description |
|
|
Name of the message in which the current field appears. |
|
|
|
The path to the field. |
|
|
|
Description of the field. |
|
|
|
The data type of this field. |
|
|
|
The current values of fields which are dynamically determined on connection. |
|
Mode |
READ |
||
fleetManagement.restart()Admin Only
Syntax |
|
||
Description |
Restart Fleet Manager. |
||
Return arguments |
Name |
Type |
Description |
|
|
A message indicating the result of the operation. |
|
Mode |
DBMS |
||
fleetManagement.status()Admin Only
Syntax |
|
||
Description |
Check the status of Fleet Manager. |
||
Return arguments |
Name |
Type |
Description |
|
|
Is Fleet Manager active? |
|
|
|
Is Fleet Manager connected? |
|
|
|
Error message if Fleet Manager is not connected. |
|
Mode |
READ |
||