-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
SnapshotsCreate.json
80 lines (80 loc) · 2.51 KB
/
SnapshotsCreate.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"parameters": {
"api-version": "2023-01-02-preview",
"subscriptionId": "subid1",
"resourceGroupName": "rg1",
"resourceName": "snapshot1",
"parameters": {
"location": "westus",
"tags": {
"key1": "val1",
"key2": "val2"
},
"properties": {
"creationData": {
"sourceResourceId": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster1/agentPools/pool0"
}
}
}
},
"responses": {
"200": {
"body": {
"name": "snapshot1",
"id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/snapshots/snapshot1",
"type": "Microsoft.ContainerService/Snapshots",
"location": "westus",
"tags": {
"key1": "val1",
"key2": "val2"
},
"systemData": {
"createdBy": "user1",
"createdByType": "User",
"createdAt": "2021-08-09T20:13:23.298420761Z"
},
"properties": {
"creationData": {
"sourceResourceId": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster1/agentPools/pool0"
},
"snapshotType": "NodePool",
"nodeImageVersion": "AKSUbuntu-1804gen2containerd-2021.09.11",
"kubernetesVersion": "1.20.5",
"osType": "Linux",
"osSku": "Ubuntu",
"vmSize": "Standard_D2s_v3",
"enableFIPS": false
}
}
},
"201": {
"body": {
"name": "snapshot1",
"id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/snapshots/snapshot1",
"type": "Microsoft.ContainerService/Snapshots",
"location": "westus",
"tags": {
"key1": "val1",
"key2": "val2"
},
"systemData": {
"createdBy": "user1",
"createdByType": "User",
"createdAt": "2021-08-09T20:13:23.298420761Z"
},
"properties": {
"creationData": {
"sourceResourceId": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster1/agentPools/pool0"
},
"snapshotType": "NodePool",
"nodeImageVersion": "AKSUbuntu-1804gen2containerd-2021.09.11",
"kubernetesVersion": "1.20.5",
"osType": "Linux",
"osSku": "Ubuntu",
"vmSize": "Standard_D2s_v3",
"enableFIPS": false
}
}
}
}
}