{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector PrivateClouds API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "PrivateClouds", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Private Clouds In A Resource Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List Private Clouds In A Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.AVS/privateClouds" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Private Cloud", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds/:privateCloudName", "params": [ { "name": "privateCloudName", "value": "", "type": "path", "description": "Name of the private cloud" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create Or Update A Private Cloud", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds/:privateCloudName", "params": [ { "name": "privateCloudName", "value": "", "type": "path", "description": "Name of the private cloud" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Private Cloud", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds/:privateCloudName", "params": [ { "name": "privateCloudName", "value": "", "type": "path", "description": "Name of the private cloud" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Private Cloud", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds/:privateCloudName", "params": [ { "name": "privateCloudName", "value": "", "type": "path", "description": "Name of the private cloud" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Rotate The Vcenter Password", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds/:privateCloudName/rotateVcenterPassword", "params": [ { "name": "privateCloudName", "value": "", "type": "path", "description": "Name of the private cloud" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Rotate The Nsx T Manager Password", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds/:privateCloudName/rotateNsxtPassword", "params": [ { "name": "privateCloudName", "value": "", "type": "path", "description": "Name of the private cloud" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List The Admin Credentials For The Private Cloud", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AVS/privateClouds/:privateCloudName/listAdminCredentials", "params": [ { "name": "privateCloudName", "value": "", "type": "path", "description": "Name of the private cloud" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Implements Private Cloud List Get Method", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.VMwareCloudSimple/locations/:regionId/privateClouds", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "regionId", "value": "", "type": "path", "description": "The region Id (westus, eastus)" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Returns list of private clouds in particular region" }, { "info": { "name": "Microsoft Azure Implements Private Cloud Get Method", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.VMwareCloudSimple/locations/:regionId/privateClouds/:pcName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "pcName", "value": "", "type": "path", "description": "The private cloud name" }, { "name": "regionId", "value": "", "type": "path", "description": "The region Id (westus, eastus)" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Returns private cloud by its name" } ] } ], "bundled": true }