Commands graph:/_import_orientdb¶
Imports a graph from OrientDB database to ATK graph
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | graph:/_import_orientdb |
---|---|
arguments: | graph : Graph
graph_name : unicode
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
- Connects to the given OrientDB database name using the settings provided in the configurations file.
- Each imported vertex or edge class from the OrientDB database corresponds to vertex frame RDD or edge frame RDD in ATK.
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.