Cloud DNS Managed Zones¶
Provider: Google Cloud
Service ID: gcp_cloud_dns_zones
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_cloud_dns_zones',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'zone_id', 'dns_name', 'description', 'visibility']
});
</script>
<div data-sd-service="gcp_cloud_dns_zones" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'zone_id', 'dns_name', 'description', 'visibility', 'creation_time']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Zone Name | text |
From API field: name |
zone_id |
Zone ID | text |
From API field: id |
dns_name |
DNS Name | text |
From API field: dns_name |
description |
Description | text |
From API field: description |
visibility |
Visibility | text |
From API field: visibility |
creation_time |
Creation Time | datetime |
From API field: creation_time |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name