-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathProjects_Update.json
46 lines (46 loc) · 1.67 KB
/
Projects_Update.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"parameters": {
"resourceGroupName": "myResourceGroup",
"api-version": "2018-02-02",
"subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b",
"projectName": "project01",
"project": {
"properties": {
"customerWorkspaceId": "url-to-customers-service-map",
"customerWorkspaceLocation": "West Us"
},
"id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.Migrate/projects/project01",
"name": "project01",
"type": "Microsoft.Migrate/projects",
"eTag": "",
"location": "West Us",
"tags": {}
}
},
"responses": {
"200": {
"body": {
"properties": {
"numberOfGroups": 2,
"numberOfMachines": 5,
"numberOfAssessments": 5,
"createdTimestamp": "2018-02-02T13:11:30.8808917Z",
"updatedTimestamp": "2018-02-02T13:11:30.8848966Z",
"discoveryStatus": "NotStarted",
"customerWorkspaceId": "url-to-customers-service-map",
"customerWorkspaceLocation": "West Us",
"lastDiscoveryTimestamp": "2018-02-02T13:11:30.8808917Z",
"lastDiscoverySessionId": "2c213c69-e2d3-4c3e-b871-83e5f42f3299",
"lastAssessmentTimestamp": "2018-02-02T13:11:30.8808917Z",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.Migrate/projects/project01",
"name": "project01",
"type": "Microsoft.Migrate/projects",
"eTag": "\"b701c73a-0000-0000-0000-59c12ff00000\"",
"location": "West Us",
"tags": {}
}
}
}
}