MigrateProjects

Refresh Migration Entities

Refresh execution status for migration entities and groups within a migrate project. This operation triggers status updates from partner migration services.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}/refreshEntities

Path parameters

projectNamestring required

Migrate Project Name

Parameters

../../../../../../common-types/resource-management/v6/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v6/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref
../../../../../../common-types/resource-management/v6/types.json#/components/parameters/ResourceGroupNameParameter — unresolved $ref

Request body

migrationEntityIdsstring[]

List of migration entity ARM IDs to refresh. Each ID must be a fully qualified ARM resource ID belonging to the same subscription and resource group as the migrate project.

migrationEntityGroupIdsstring[]

List of migration entity group ARM IDs. All entities within these groups will be refreshed. Each ID must be a fully qualified ARM resource ID belonging to the same subscription and resource group as the migrate project.

Response

Azure operation completed successfully.

migrationEntityIdsstring[]

List of migration entity ARM IDs being refreshed.

migrationEntityGroupIdsstring[]

List of migration entity group ARM IDs being refreshed.

Changes

Changed in 2 of the 4 revisions of this API.11