{ "opencollection": "1.0.0", "info": { "name": "GridGain REST module authentication clusterManagement API", "version": "9.1.22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "clusterManagement", "type": "folder" }, "items": [ { "info": { "name": "Initialize cluster", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/cluster/init", "body": { "type": "json", "data": "{}" } }, "docs": "Initialize a new cluster." }, { "info": { "name": "Rename cluster", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/cluster/rename" }, "docs": "Assigns a new name to the cluster." }, { "info": { "name": "Get cluster state", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10300/management/v1/cluster/state" }, "docs": "Returns current cluster status." } ] } ], "bundled": true }