status
The status of the import task:
INITIALIZING – The necessary resources needed to create the graph are being prepared.
ANALYZING_DATA – The data is being analyzed to determine the optimal infrastructure configuration for the new graph.
RE_PROVISIONING – The data did not fit into the provisioned graph, so it is being re-provisioned with more capacity.
IMPORTING – The data is being loaded.
ERROR_ENCOUNTERED – An error has been encountered while trying to create the graph and import the data.
ERROR_ENCOUNTERED_ROLLING_BACK – Because of the error that was encountered, the graph is being rolled back and all its resources released.
SUCCEEDED – Graph creation and data loading succeeded.
FAILED – Graph creation or data loading failed. When the status is
FAILED
, you can useget-graphs
to get more information about the state of the graph.CANCELLING – Because you cancelled the import task, cancellation is in progress.
CANCELLED – You have successfully cancelled the import task.