{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SolutionsController API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SolutionsController", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A Solution In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/solutions/:solutionName", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "solutionName", "value": "", "type": "path", "description": "Unique name of a migration solution within a migrate project." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A Solution In The Migrate Project", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/solutions/:solutionName", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "solutionName", "value": "", "type": "path", "description": "Unique name of a migration solution within a migrate project." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update Solution", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/solutions/:solutionName", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "solutionName", "value": "", "type": "path", "description": "Unique name of a migration solution within a migrate project." } ] }, "docs": "Update a solution with specified name. Supports partial updates, for example only tags can be provided." }, { "info": { "name": "Microsoft Azure Delete The Solution", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/solutions/:solutionName", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "solutionName", "value": "", "type": "path", "description": "Unique name of a migration solution within a migrate project." } ] }, "docs": "Delete the solution. Deleting non-existent project is a no-operation." }, { "info": { "name": "Microsoft Azure Gets The List Of Solutions In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/solutions", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Config For The Solution In The Migrate Project", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/solutions/:solutionName/getConfig", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "solutionName", "value": "", "type": "path", "description": "Unique name of a migration solution within a migrate project." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Cleanup The Solution Data In The Migrate Project", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/solutions/:solutionName/cleanupData", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "solutionName", "value": "", "type": "path", "description": "Unique name of a migration solution within a migrate project." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }