Public IP Addresses¶
Provider: Azure
Service ID: azure_public_ips
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_public_ips',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'ip_address', 'allocation_method', 'sku', 'version', 'dns_label']
});
</script>
<div data-sd-service="azure_public_ips" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: name |
ip_id |
IP ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
ip_address |
IP Address | text |
From API field: ip_address |
allocation_method |
Allocation Method | text |
From API field: public_ip_allocation_method |
sku |
SKU | text |
From API field: sku.name |
version |
IP Version | text |
From API field: public_ip_address_version |
dns_label |
DNS Label | text |
From API field: dns_settings.domain_name_label |
fqdn |
FQDN | text |
From API field: dns_settings.fqdn |
provisioning_state |
Provisioning State | status_badge |
From API field: provisioning_state |
resource_group |
Resource Group | azure_resource_group |
From API field: id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name