Skip to content

EBS Snapshots

Provider: AWS
Service ID: ebs_snapshots
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'ebs_snapshots',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'snapshot_id', 'volume_id', 'state', 'volume_size', 'encrypted']
});
</script>

<div data-sd-service="ebs_snapshots" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'snapshot_id', 'volume_id', 'state', 'volume_size', 'encrypted', 'start_time', 'progress']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
snapshot_id Snapshot ID text From API field: SnapshotId
volume_id Volume ID text From API field: VolumeId
state State status_badge From API field: State
volume_size Volume Size (GB) text From API field: VolumeSize
description Description text From API field: Description
encrypted Encrypted boolean From API field: Encrypted
start_time Start Time datetime From API field: StartTime
progress Progress text From API field: Progress
owner_id Owner ID text From API field: OwnerId
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name, snapshot_id