Add a wipeout action for Datastore in QA (#1064)

* Add a wipeout action for Datastore in QA
This commit is contained in:
Weimin Yu 2021-04-07 16:17:51 -04:00 committed by GitHub
parent 4d04e4fd15
commit da6d90755e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 232 additions and 0 deletions

View file

@ -44,3 +44,4 @@ PATH CLASS METHOD
/_dr/task/updateSnapshotView UpdateSnapshotViewAction POST n INTERNAL,API APP ADMIN
/_dr/task/uploadDatastoreBackup UploadDatastoreBackupAction POST n INTERNAL,API APP ADMIN
/_dr/task/wipeOutCloudSql WipeOutCloudSqlAction GET n INTERNAL,API APP ADMIN
/_dr/task/wipeOutDatastore WipeoutDatastoreAction GET n INTERNAL,API APP ADMIN