---
title: "Gets the list of solutions in the migrate project."
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/solutions"
tags: ["Solutions"]
---

# Gets the list of solutions in the migrate project.

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/solutions`

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `migrateProjectName` string, required

## Query parameters

- `api-version` '2018-09-01-preview', required

## Response `200`

OK

- SolutionsCollection — Collection of solutions.
  - `value` Solution[] — Gets or sets the list of solutions.
    - `id` string — Gets the relative URL to get to this REST resource.
    - `name` string — Gets the name of this REST resource.
    - `type` string — Gets the type of this REST resource.
    - `etag` string — Gets or sets the ETAG for optimistic concurrency control.
    - `properties` SolutionProperties — Class for solution properties.
      - `tool` 'ServerDiscovery' | 'ServerAssessment' | 'ServerMigration' | 'Cloudamize' | 'Turbonomic' | 'Zerto' | 'CorentTech' | 'ServerAssessmentV1' | 'ServerMigration_Replication' | 'Carbonite' | 'DataMigrationAssistant' | 'DatabaseMigrationService' — Gets or sets the tool being used in the solution.
      - `purpose` 'Discovery' | 'Assessment' | 'Migration' — Gets or sets the purpose of the solution.
      - `goal` 'Servers' | 'Databases' — Gets or sets the goal of the solution.
      - `status` 'Inactive' | 'Active' — Gets or sets the current status of the solution.
      - `cleanupState` 'None' | 'Started' | 'InProgress' | 'Completed' | 'Failed' — Gets or sets the cleanup state of the solution.
      - `summary` SolutionSummary — The solution summary class.
        - `instanceType` string — Gets the Instance type.
      - `details` SolutionDetails — Class representing the details of the solution.
        - `groupCount` integer — Gets or sets the count of groups reported by the solution.
        - `assessmentCount` integer — Gets or sets the count of assessments reported by the solution.
        - `extendedDetails` object — Gets or sets the extended details reported by the solution.
  - `nextLink` string — Gets or sets the value of next link.

---

[API](https://skmtc.net/azure/apis/azure-migrate-hub.md) · [All operations](https://skmtc.net/azure/apis/azure-migrate-hub/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-migrate-hub/versions/a9e35b5330cd/schema)
