Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
lxd_images
LXD images information.
Column | Type | Description |
---|---|---|
aliases | text | Comma-separated list of image aliases |
architecture | text | Target architecture for the image |
auto_update | integer | Whether the image auto-updates (1) or not (0) |
cached | integer | Whether image is cached (1) or not (0) |
created_at | text | ISO time of image creation |
description | text | Image description |
expires_at | text | ISO time of image expiration |
filename | text | Filename of the image file |
id | text | Image ID |
last_used_at | text | ISO time for the most recent use of this image in terms of container spawn |
os | text | OS on which image is based |
public | integer | Whether image is public (1) or not (0) |
release | text | OS release version on which the image is based |
size | bigint | Size of image in bytes |
update_source_alias | text | Alias of image at update source server |
update_source_certificate | text | Certificate for update source server |
update_source_protocol | text | Protocol used for image information update and image import from source server |
update_source_server | text | Server for image update |
uploaded_at | text | ISO time of image upload |
select * from lxd_images where id = '0931b693c877ef357b9e17b3195ae952a2450873923ffd2b34b60836ea730cfa'