{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector VirtualMachine API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "VirtualMachine", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get All Virtual Machines For A Lab", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labs/:labName/virtualMachines", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation." } ] }, "docs": "Returns a list of all virtual machines for a lab." }, { "info": { "name": "Microsoft Azure Get A Lab Virtual Machine", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labs/:labName/virtualMachines/:virtualMachineName", "params": [ { "name": "virtualMachineName", "value": "", "type": "path", "description": "The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs." } ] }, "docs": "Returns the properties for a lab virtual machine." }, { "info": { "name": "Microsoft Azure Start A Lab Virtual Machine", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labs/:labName/virtualMachines/:virtualMachineName/start", "params": [ { "name": "virtualMachineName", "value": "", "type": "path", "description": "The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs." } ] }, "docs": "Action to start a lab virtual machine." }, { "info": { "name": "Microsoft Azure Stop A Lab Virtual Machine", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labs/:labName/virtualMachines/:virtualMachineName/stop", "params": [ { "name": "virtualMachineName", "value": "", "type": "path", "description": "The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs." } ] }, "docs": "Action to stop a lab virtual machine." }, { "info": { "name": "Microsoft Azure Re Image A Lab Virtual Machine", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labs/:labName/virtualMachines/:virtualMachineName/reimage", "params": [ { "name": "virtualMachineName", "value": "", "type": "path", "description": "The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs." } ] }, "docs": "Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest published snapshot of the reference environment of the lab." }, { "info": { "name": "Microsoft Azure Redeploy A Lab Virtual Machine To A Different Compute Node For Troubleshooting Connectivity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labs/:labName/virtualMachines/:virtualMachineName/redeploy", "params": [ { "name": "virtualMachineName", "value": "", "type": "path", "description": "The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs." } ] }, "docs": "Action to redeploy a lab virtual machine to a different compute node. For troubleshooting connectivity." }, { "info": { "name": "Microsoft Azure Reset A Lab Virtual Machine Password", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labs/:labName/virtualMachines/:virtualMachineName/resetPassword", "params": [ { "name": "virtualMachineName", "value": "", "type": "path", "description": "The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs." } ] }, "docs": "Resets a lab virtual machine password." } ] } ], "bundled": true }