Network Security Groups¶
Provider: Azure
Service ID: azure_nsgs
Rendering: Table with expandable rows containing tabbed sub-tables
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_nsgs',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'nsg_id', 'location', 'provisioning_state', 'resource_group', 'rules']
});
</script>
<div data-sd-service="azure_nsgs" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'nsg_id', 'location', 'provisioning_state', 'resource_group', 'rules', 'subnets_count']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: name |
nsg_id |
NSG ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
provisioning_state |
Provisioning State | status_badge |
From API field: provisioning_state |
resource_group |
Resource Group | azure_resource_group |
From API field: id |
rules |
Security Rules | compound_sub_table |
Expandable sub-table: Inbound Rules, Outbound Rules |
subnets_count |
Associated Subnets | text |
From API field: subnets.length |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sub-Table: Security Rules¶
Inbound Rules¶
| Column | Display Name |
|---|---|
priority |
Priority |
access |
Access |
protocol |
Protocol |
source |
Source |
src_ports |
Source Port |
destination |
Destination |
dst_ports |
Dest Port |
Outbound Rules¶
| Column | Display Name |
|---|---|
priority |
Priority |
access |
Access |
protocol |
Protocol |
source |
Source |
src_ports |
Source Port |
destination |
Destination |
dst_ports |
Dest Port |
Sort Order¶
Results are sorted by: name