{ "opencollection": "1.0.0", "info": { "name": "MongoDB Atlas Administration Clusters API", "version": "v2" }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "List clusters in a project.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/clusters", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." } ] }, "docs": "List clusters in a project." }, { "info": { "name": "Create a new cluster in a project.", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/clusters", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new cluster in a project." }, { "info": { "name": "Get one cluster's configuration.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/clusters/:clusterName", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." }, { "name": "clusterName", "value": "", "type": "path" } ] }, "docs": "Get one cluster's configuration." }, { "info": { "name": "Modify a cluster's configuration.", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/clusters/:clusterName", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." }, { "name": "clusterName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify a cluster's configuration." }, { "info": { "name": "Delete a cluster.", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/clusters/:clusterName", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." }, { "name": "clusterName", "value": "", "type": "path" } ] }, "docs": "Delete a cluster." } ] } ], "bundled": true }