{ "opencollection": "1.0.0", "info": { "name": "Rancher Management API", "version": "1.0" }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "List clusters", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/clusters", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List clusters" }, { "info": { "name": "Create a cluster", "type": "http" }, "http": { "method": "POST", "url": "https://{rancher_host}/v3/clusters", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a cluster" }, { "info": { "name": "Retrieve a cluster", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/clusters/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a cluster" }, { "info": { "name": "Delete a cluster", "type": "http" }, "http": { "method": "DELETE", "url": "https://{rancher_host}/v3/clusters/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a cluster" } ] }, { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/projects", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://{rancher_host}/v3/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a project" } ] }, { "info": { "name": "Nodes", "type": "folder" }, "items": [ { "info": { "name": "List nodes", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/nodes", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List nodes" } ] }, { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/users", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List users" } ] }, { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "List tokens", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/tokens", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List tokens" }, { "info": { "name": "Create a token", "type": "http" }, "http": { "method": "POST", "url": "https://{rancher_host}/v3/tokens", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a token" } ] }, { "info": { "name": "Catalogs", "type": "folder" }, "items": [ { "info": { "name": "List catalogs", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/catalogs", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List catalogs" } ] }, { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List apps", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/apps", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List apps" } ] }, { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List role templates", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/roleTemplates", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List role templates" } ] } ], "bundled": true }