watchers_network_configuration_diagnostics
Creates, updates, deletes, gets or lists a watchers_network_configuration_diagnostics
resource.
Overview
Name | watchers_network_configuration_diagnostics |
Type | Resource |
Id | azure.network.watchers_network_configuration_diagnostics |
Fields
Name | Datatype | Description |
---|---|---|
results | array | List of network configuration diagnostic results. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | networkWatcherName, resourceGroupName, subscriptionId, data__profiles, data__targetResourceId | Gets Network Configuration Diagnostic data to help customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results. |
SELECT
examples
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results.
SELECT
results
FROM azure.network.watchers_network_configuration_diagnostics
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__profiles = '{{ data__profiles }}'
AND data__targetResourceId = '{{ data__targetResourceId }}';