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.jsonThe following is a list of parameters for this command:
- <sessionName>
- The value of the parameter is the name of the session being used.
- <connectionName>
- The value of the parameter is a unique name for the database connection.
- <graphName>
- The value of the parameter is the name of the graph.
To run the command with prompts, run:
manage exportGraphTo run the command with arguments,
run:
manage exportGraph <sessionName> <connectionName> <graphName>