Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
"$ref": "#/definitions/NetworkWatcher"
}
}
},
"x-ms-examples": {
"Create Network Watcher": { "$ref": "./examples/NetworkWatcherCreate.json" }
}
},
"get": {
Expand Down Expand Up @@ -124,6 +127,9 @@
"$ref": "#/definitions/NetworkWatcher"
}
}
},
"x-ms-examples": {
"Get Network Watcher": { "$ref": "./examples/NetworkWatcherGet.json" }
}
},
"delete": {
Expand Down Expand Up @@ -162,6 +168,9 @@
"204": {
"description": "Delete successful."
}
},
"x-ms-examples": {
"Delete Network Watcher": { "$ref": "./examples/NetworkWatcherDelete.json" }
}
}
},
Expand Down Expand Up @@ -195,6 +204,9 @@
}
}
},
"x-ms-examples": {
"List Network Watchers": { "$ref": "./examples/NetworkWatcherList.json" }
},
"x-ms-pageable": {
"nextLinkName": null
}
Expand Down Expand Up @@ -223,6 +235,9 @@
}
}
},
"x-ms-examples": {
"List Network Watchers": { "$ref": "./examples/NetworkWatcherListAll.json" }
},
"x-ms-pageable": {
"nextLinkName": null
}
Expand Down Expand Up @@ -273,6 +288,9 @@
"$ref": "#/definitions/Topology"
}
}
},
"x-ms-examples": {
"Get Topology": { "$ref": "./examples/NetworkWatcherTopologyGet.json" }
}
}
},
Expand Down Expand Up @@ -328,6 +346,9 @@
"$ref": "#/definitions/VerificationIPFlowResult"
}
}
},
"x-ms-examples": {
"Verify IP Flow": { "$ref": "./examples/NetworkWatcherIpFlowVerify.json" }
}
}
},
Expand Down Expand Up @@ -383,6 +404,9 @@
"$ref": "#/definitions/NextHopResult"
}
}
},
"x-ms-examples": {
"Get Next Hop": { "$ref": "./examples/NetworkWatcherNextHopGet.json" }
}
}
},
Expand Down Expand Up @@ -438,6 +462,9 @@
"$ref": "#/definitions/SecurityGroupViewResult"
}
}
},
"x-ms-examples": {
"Get Security Group View": { "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" }
}
}
},
Expand Down Expand Up @@ -494,6 +521,9 @@
"$ref": "#/definitions/PacketCaptureResult"
}
}
},
"x-ms-examples": {
"Create Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" }
}
},
"get": {
Expand Down Expand Up @@ -538,6 +568,9 @@
"$ref": "#/definitions/PacketCaptureResult"
}
}
},
"x-ms-examples": {
"Create Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" }
}
},
"delete": {
Expand Down Expand Up @@ -583,6 +616,9 @@
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-examples": {
"Delete Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" }
}
}
},
Expand Down Expand Up @@ -630,6 +666,9 @@
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-examples": {
"Stop Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" }
}
}
},
Expand Down Expand Up @@ -683,6 +722,9 @@
"$ref": "#/definitions/PacketCaptureQueryStatusResult"
}
}
},
"x-ms-examples": {
"Get Packet Capture status": { "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" }
}
}
},
Expand Down Expand Up @@ -723,6 +765,9 @@
}
}
},
"x-ms-examples": {
"List Packet Captures": { "$ref": "./examples/NetworkWatcherPacketCapturesList.json" }
},
"x-ms-pageable": {
"nextLinkName": null
}
Expand Down Expand Up @@ -780,6 +825,9 @@
"$ref": "#/definitions/TroubleshootingResult"
}
}
},
"x-ms-examples": {
"Troubleshoot Resource": { "$ref": "./examples/NetworkWatcherTroubleshootGet.json" }
}
}
},
Expand Down Expand Up @@ -835,6 +883,9 @@
"$ref": "#/definitions/TroubleshootingResult"
}
}
},
"x-ms-examples": {
"Get Troubleshoot result": { "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" }
}
}
},
Expand Down Expand Up @@ -890,6 +941,9 @@
"$ref": "#/definitions/FlowLogInformation"
}
}
},
"x-ms-examples": {
"Configure Flow Logs": { "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" }
}
}
},
Expand Down Expand Up @@ -945,6 +999,9 @@
"$ref": "#/definitions/FlowLogInformation"
}
}
},
"x-ms-examples": {
"Query Flow Log Status": { "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" }
}
}
},
Expand Down Expand Up @@ -1000,6 +1057,9 @@
"$ref": "#/definitions/ConnectivityInformation"
}
}
},
"x-ms-examples": {
"Check Connectivity": { "$ref": "./examples/NetworkWatcherConnectivityCheck.json" }
}
}
}
Expand Down