...
1{
2 "parameters": {
3 "subscriptionId": "subid",
4 "resourceGroupName": "testrg",
5 "networkInterfaceName": "nic1",
6 "api-version": "2020-04-01"
7 },
8 "responses": {
9 "200": {
10 "body": {
11 "value": [
12 {
13 "name": "ipconfig1",
14 "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1",
15 "etag": "W/\\\"00000000-0000-0000-0000-000000000000\\\"",
16 "properties": {
17 "provisioningState": "Succeeded",
18 "privateIPAddress": "10.0.0.4",
19 "privateIPAllocationMethod": "Dynamic",
20 "subnet": {
21 "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/virtualNetworks/vnet12/subnets/subnet12"
22 },
23 "primary": true,
24 "privateIPAddressVersion": "IPv4"
25 }
26 }
27 ]
28 }
29 }
30 }
31}
View as plain text