Managed Instance Groups¶
Provider: Google Cloud
Service ID: gcp_managed_instance_groups
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_managed_instance_groups',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['name', 'zone', 'target_size', 'stable', 'creating', 'deleting']
});
</script>
<div data-sd-service="gcp_managed_instance_groups" 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 |
Group Name | text |
From API field: name |
zone |
Zone | gcp_resource_name |
From API field: zone |
region |
Region | gcp_resource_name |
From API field: region |
target_size |
Target Size | text |
From API field: targetSize |
stable |
Stable | boolean |
From API field: status.isStable. Default: True |
creating |
Creating | text |
From API field: currentActions.creating. Default: 0 |
deleting |
Deleting | text |
From API field: currentActions.deleting. Default: 0 |
restarting |
Restarting | text |
From API field: currentActions.restarting. Default: 0 |
instance_template |
Instance Template | gcp_resource_name |
From API field: instanceTemplate |
base_instance_name |
Base Name | text |
From API field: baseInstanceName |
description |
Description | text |
From API field: description |
autoscaling |
Autoscaler | gcp_resource_name |
From API field: status.autoscaler |
= included in default view
Sort Order¶
Results are sorted by: name