Compute Engine VMs
Every Compute Engine VM with machine type, status, zone, network and service account.
How to embed
Drop this snippet on any HTML page. The single
lp.js loader pulls in the rendering runtime,
finds every data-lp-service target on the page,
and renders.
<script>
window.lpEmbed = {
apiBase: 'https://api.lightpane.io',
accessKey: '<your-access-key>'
};
</script>
<script src="https://lightpane.io/embed/lp.js"></script>
<div data-lp-service="gcp_compute_instances"
data-lp-attributes="project,name,instance_id,machine_type,status"></div>
Attributes shown
Each row in the inventory carries these fields by default. Per- attribute customisation (choosing which to show, default sort, filter presets) will appear in the Customisation section below in a future release.
project
name
instance_id
machine_type
gcp_resource_name
status
status_badge
zone
gcp_resource_name
internal_ip
external_ip
network
gcp_resource_name
creation_time
datetime
Customisation
Coming soon. This is where per-pane presentation options (column selection, default sort, compact mode, filter presets) will live, both as a configurator on this page and as fields that mirror into the embed snippet above.