-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
SiteGet.json
35 lines (35 loc) · 1.06 KB
/
SiteGet.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
{
"parameters": {
"api-version": "2022-11-01",
"subscriptionId": "subid",
"resourceGroupName": "rg1",
"mobileNetworkName": "testMobileNetwork",
"siteName": "testSite"
},
"responses": {
"200": {
"body": {
"name": "testSite",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.MobileNetwork/mobileNetworks/testMobileNetwork/sites/testSite",
"type": "Microsoft.MobileNetwork/mobileNetworks/sites",
"systemData": {
"createdBy": "user1",
"createdByType": "User",
"createdAt": "2020-01-01T17:18:19.1234567Z",
"lastModifiedBy": "user2",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
},
"location": "testLocation",
"properties": {
"provisioningState": "Succeeded",
"networkFunctions": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.HybridNetwork/networkFunctions/testNf"
}
]
}
}
}
}
}