{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector CloudServices API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "CloudServices", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Display information about a cloud service." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Create or update a cloud service. Please note some properties can be set only during cloud service creation." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Update a cloud service." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Deletes a cloud service." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Instanceview", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName/instanceView", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Gets the status of a cloud service." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Cloudservices", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Compute/cloudServices" }, "docs": "Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." } ] }, "docs": "Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Start", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName/start", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Starts the cloud service." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Poweroff", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName/poweroff", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Power off the cloud service. Note that resources are still attached and you are getting charged for the resources." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Restart", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName/restart", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Restarts one or more role instances in a cloud service." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Reimage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName/reimage", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Rebuild", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName/rebuild", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/cloudServices/:cloudServiceName/delete", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group." }, { "name": "cloudServiceName", "value": "", "type": "path", "description": "Name of the cloud service." } ] }, "docs": "Deletes role instances in a cloud service." } ] } ], "bundled": true }