{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector WorkloadDeployment API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "WorkloadDeployment", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Workload Deployment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the details of the workload deployment." }, { "info": { "name": "Microsoft Azure Puts The Workload Deployment", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates the workload deployment." }, { "info": { "name": "Microsoft Azure Deletes The Workload Deployment", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "forceDelete", "value": "", "type": "query", "description": "A flag indicating whether to do force delete or not." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Removes the workload deployment." }, { "info": { "name": "Microsoft Azure Lists The Workload Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the list of workload deployments in the given modernizeProject." }, { "info": { "name": "Microsoft Azure Gets The Workload Deployment Secrets", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName/getSecrets", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the secrets of the workload deployment." }, { "info": { "name": "Microsoft Azure Build Container Image", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName/buildContainerImage", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Performs the build container image action on the workload deployment." }, { "info": { "name": "Microsoft Azure Performs Test Migrate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName/testMigrate", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Performs the test migrate on the workload deployment." }, { "info": { "name": "Microsoft Azure Performs Test Migrate Cleanup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName/testMigrateCleanup", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Performs the test migrate cleanup on the workload deployment." }, { "info": { "name": "Microsoft Azure Performs Migrate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName/migrate", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Workload deployment name." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Performs migrate on the workload deployment." }, { "info": { "name": "Microsoft Azure Gets The Workload Deployment Operation Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/modernizeProjects/:modernizeProjectName/workloadDeployments/:workloadDeploymentName/operations/:operationId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that project is part of." }, { "name": "modernizeProjectName", "value": "", "type": "path", "description": "ModernizeProject name." }, { "name": "workloadDeploymentName", "value": "", "type": "path", "description": "Protected Item name." }, { "name": "operationId", "value": "", "type": "path", "description": "Operation Id." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Tracks the results of an asynchronous operation on the workload deployment." } ] } ], "bundled": true }