{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MongoClusters API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MongoClusters", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Documentdb Mongoclusters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.DocumentDB/mongoClusters" }, "docs": "List all the mongo clusters in a given subscription." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Documentdb Mongoclusters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DocumentDB/mongoClusters" }, "docs": "List all the mongo clusters in a given resource group." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Documentdb Mongoclusters Mongoclustername", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DocumentDB/mongoClusters/:mongoClusterName", "params": [ { "name": "mongoClusterName", "value": "", "type": "path", "description": "The name of the mongo cluster." } ] }, "docs": "Gets information about a mongo cluster." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Documentdb Mongoclusters Mongoclustername", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DocumentDB/mongoClusters/:mongoClusterName", "params": [ { "name": "mongoClusterName", "value": "", "type": "path", "description": "The name of the mongo cluster." } ] }, "docs": "Create or update a mongo cluster. Update overwrites all properties for the resource. To only modify some of the properties, use PATCH." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Documentdb Mongoclusters Mongoclustername", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DocumentDB/mongoClusters/:mongoClusterName", "params": [ { "name": "mongoClusterName", "value": "", "type": "path", "description": "The name of the mongo cluster." } ] }, "docs": "Updates an existing mongo cluster. The request body can contain one to many of the properties present in the normal mongo cluster definition." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Documentdb Mongoclusters Mongoclustername", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DocumentDB/mongoClusters/:mongoClusterName", "params": [ { "name": "mongoClusterName", "value": "", "type": "path", "description": "The name of the mongo cluster." } ] }, "docs": "Deletes a mongo cluster." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Documentdb Locations Location Checkmongoclusternameavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.DocumentDB/locations/:location/checkMongoClusterNameAvailability" }, "docs": "Check the availability of name for resource" } ] } ], "bundled": true }