/AWS1/CL_NED=>EXECUTEFASTRESET()
¶
About ExecuteFastReset¶
The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
Neptune fast reset is a two-step process. First you call ExecuteFastReset
with action
set to initiateDatabaseReset
. This returns a
UUID token which you then include when calling ExecuteFastReset
again
with action
set to performDatabaseReset
. See Empty an Amazon Neptune
DB cluster using the fast reset API.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ResetDatabase IAM action in that cluster.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_ACTION
TYPE /AWS1/NEDACTION
/AWS1/NEDACTION
¶
The fast reset action. One of the following values:
initiateDatabaseReset
– This action generates a unique token needed to actually perform the fast reset.
performDatabaseReset
– This action uses the token generated by theinitiateDatabaseReset
action to actually perform the fast reset.
Optional arguments:¶
IV_TOKEN
TYPE /AWS1/NEDSTRING
/AWS1/NEDSTRING
¶
The fast-reset token to initiate the reset.