Bigtable Instances¶
Provider: Google Cloud
Service ID: gcp_bigtable_instances
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_bigtable_instances',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['name', 'display_name', 'state', 'type', 'create_time']
});
</script>
<div data-sd-service="gcp_bigtable_instances" 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 |
Instance Name | gcp_resource_name |
From API field: name |
display_name |
Display Name | text |
From API field: displayName |
state |
State | status_badge |
From API field: state |
type |
Type | status_badge |
From API field: type |
create_time |
Created | datetime |
From API field: createTime |
satisfies_pzs |
Zone Separation | boolean |
From API field: satisfiesPzs. Default: False |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name