-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
streamingendpoint-update.json
79 lines (79 loc) · 2.53 KB
/
streamingendpoint-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
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
{
"parameters": {
"subscriptionId": "0a6ec948-5a62-437d-b9df-934dc7c1b722",
"resourceGroupName": "mediaresources",
"accountName": "slitestmedia10",
"streamingEndpointName": "myStreamingEndpoint1",
"api-version": "2021-06-01",
"parameters": {
"location": "West US",
"tags": {
"tag3": "value3",
"tag5": "value5"
},
"properties": {
"description": "test event 2",
"scaleUnits": 5,
"availabilitySetName": "availableset"
}
}
},
"responses": {
"200": {
"body": {
"name": "myStreamingEndpoint1",
"id": "/subscriptions/0a6ec948-5a62-437d-b9df-934dc7c1b722/resourceGroups/mediaresources/providers/Microsoft.Media/mediaservices/slitestmedia10/streamingendpoints/myStreamingEndpoint1",
"type": "Microsoft.Media/mediaservices/streamingEndpoints",
"location": "West US",
"tags": {
"tag3": "value3",
"tag5": "value5"
},
"properties": {
"description": "test event 2",
"scaleUnits": 5,
"availabilitySetName": "availableset",
"cdnEnabled": false,
"cdnProvider": null,
"cdnProfile": null,
"customHostNames": [],
"maxCacheAge": null,
"hostName": null,
"freeTrialEndTime": "0001-01-01T00:00:00Z",
"provisioningState": "Succeeded",
"resourceState": null,
"created": "0001-01-01T00:00:00Z",
"lastModified": "0001-01-01T00:00:00Z"
}
}
},
"202": {
"body": {
"name": "myStreamingEndpoint1",
"id": "/subscriptions/0a6ec948-5a62-437d-b9df-934dc7c1b722/resourceGroups/mediaresources/providers/Microsoft.Media/mediaservices/slitestmedia10/streamingendpoints/myStreamingEndpoint1",
"type": "Microsoft.Media/mediaservices/streamingEndpoints",
"location": "West US",
"tags": {
"tag3": "value3",
"tag5": "value5"
},
"properties": {
"description": "test event 2",
"scaleUnits": 5,
"availabilitySetName": "availableset",
"cdnEnabled": false,
"cdnProvider": null,
"cdnProfile": null,
"customHostNames": [],
"maxCacheAge": null,
"hostName": null,
"freeTrialEndTime": "0001-01-01T00:00:00Z",
"provisioningState": "Succeeded",
"resourceState": null,
"created": "0001-01-01T00:00:00Z",
"lastModified": "0001-01-01T00:00:00Z"
}
}
}
}
}