-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
RegionConfigurationByResourceGroup.json
45 lines (45 loc) · 1.33 KB
/
RegionConfigurationByResourceGroup.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
{
"parameters": {
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f",
"resourceGroupName": "SdkRg4981",
"location": "westus",
"api-version": "2022-02-01",
"regionConfigurationRequest": {
"scheduleAvailabilityRequest": {
"storageLocation": "westus",
"skuName": "DataBox"
}
}
},
"responses": {
"200": {
"body": {
"scheduleAvailabilityResponse": {
"availableDates": [
"2019-07-11T00:00:00+00:00",
"2019-07-12T00:00:00+00:00",
"2019-07-13T00:00:00+00:00",
"2019-07-14T00:00:00+00:00",
"2019-07-15T00:00:00+00:00",
"2019-07-16T00:00:00+00:00",
"2019-07-17T00:00:00+00:00",
"2019-07-18T00:00:00+00:00",
"2019-07-19T00:00:00+00:00",
"2019-07-20T00:00:00+00:00",
"2019-07-21T00:00:00+00:00",
"2019-07-22T00:00:00+00:00",
"2019-07-23T00:00:00+00:00",
"2019-07-24T00:00:00+00:00",
"2019-07-25T00:00:00+00:00",
"2019-07-26T00:00:00+00:00",
"2019-07-27T00:00:00+00:00",
"2019-07-28T00:00:00+00:00",
"2019-07-29T00:00:00+00:00",
"2019-07-30T00:00:00+00:00",
"2019-07-31T00:00:00+00:00"
]
}
}
}
}
}