Persistent Disks¶
Provider: Google Cloud
Service ID: gcp_persistent_disks
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_persistent_disks',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'disk_id', 'size_gb', 'status', 'type']
});
</script>
<div data-sd-service="gcp_persistent_disks" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'disk_id', 'size_gb', 'status', 'type', 'zone', 'source_image', 'creation_time']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Disk Name | text |
From API field: name |
disk_id |
Disk ID | text |
From API field: id |
size_gb |
Size (GB) | text |
From API field: size_gb |
status |
Status | status_badge |
From API field: status |
type |
Disk Type | gcp_resource_name |
From API field: type |
zone |
Zone | gcp_resource_name |
From API field: zone |
source_image |
Source Image | gcp_resource_name |
From API field: source_image |
creation_time |
Creation Time | datetime |
From API field: creation_timestamp |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name