Load Balancers (URL Maps)¶
Provider: Google Cloud
Service ID: gcp_load_balancers
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_load_balancers',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'url_map_id', 'default_service', 'description', 'host_rules_count']
});
</script>
<div data-sd-service="gcp_load_balancers" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'url_map_id', 'default_service', 'description', 'host_rules_count', 'creation_time']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Name | text |
From API field: name |
url_map_id |
URL Map ID | text |
From API field: id |
default_service |
Default Service | gcp_resource_name |
From API field: default_service |
description |
Description | text |
From API field: description |
host_rules_count |
Host Rules | text |
From API field: host_rules.length |
path_matchers_count |
Path Matchers | text |
From API field: path_matchers.length |
creation_time |
Creation Time | datetime |
From API field: creation_timestamp |
= included in default view
Sort Order¶
Results are sorted by: name