{ "opencollection": "1.0.0", "info": { "name": "GridGain REST module authentication system API", "version": "9.1.22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "system", "type": "folder" }, "items": [ { "info": { "name": "migrate", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/recovery/cluster/migrate", "body": { "type": "json", "data": "{}" } }, "docs": "Migrates nodes from old cluster to new (repaired) cluster." }, { "info": { "name": "resetCluster", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/recovery/cluster/reset", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates cluster reset to repair CMG/Metastorage group/both." } ] } ], "bundled": true }