{ "opencollection": "1.0.0", "info": { "name": "GridGain REST module authentication topology API", "version": "9.1.22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "topology", "type": "folder" }, "items": [ { "info": { "name": "Get logical topology", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10300/management/v1/cluster/topology/logical" }, "docs": "Gets information about logical cluster topology." }, { "info": { "name": "Get physical topology", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10300/management/v1/cluster/topology/physical" }, "docs": "Gets information about physical cluster topology." } ] } ], "bundled": true }