exportGraph

The exportGraph command exports the model for a graph from the Db2 Graph server.

Attention: With the release of Db2 11.5.9, Db2 Graph is discontinued. You can still run Db2 Graph as a standalone application with Db2 11.5.6 through 11.5.8.
The model is saved in the [shared configuration]/graphs folder on the server as:
sessionName_connectionName_graphName.json
The following is a list of parameters for this command:
<sessionName>
The value of the parameter is the name of the session being used.
This parameter is required.
<connectionName>
The value of the parameter is a unique name for the database connection.
This parameter is required.
<graphName>
The value of the parameter is the name of the graph.
This parameter is required.
To run the command with prompts, run:
manage exportGraph
To run the command with arguments, run:
manage exportGraph <sessionName> <connectionName> <graphName>