forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMigrateErrors_Get.json
More file actions
26 lines (26 loc) · 978 Bytes
/
MigrateErrors_Get.json
File metadata and controls
26 lines (26 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"parameters":{
"resourceGroupName":"myResourceGroup",
"api-version":"2018-09-01-preview",
"subscriptionId":"75dd7e42-4fd1-4512-af04-83ad9864335b",
"migrateProjectName": "project01",
"migrateErrorName":"MigrateError01"
},
"responses":{
"200":{
"body":{
"id":"/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.Migrate/MigrateProjects/project01/MigrateError01",
"name":"MigrateError01",
"type":"Microsoft.Migrate/MigrateProjects/MigrateErrors",
"properties":{
"errorCode":1234,
"errorMessage":"Invalid machine name.",
"recommendation":"Please correct the error and retry the operation.",
"possibleCauses":"Invalid input in the data.",
"solution":"mysolution",
"machine":"mymachine1"
}
}
}
}
}