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.
ycloud_instance_metadata
Yandex.Cloud instance metadata.
Column | Type | Description |
---|---|---|
cloud_id | text | Cloud identifier for the VM |
description | text | Description of the VM |
folder_id | text | Folder identifier for the VM |
hostname | text | Hostname of the VM |
instance_id | text | Unique identifier for the VM |
metadata_endpoint | text | Endpoint used to fetch VM metadata |
name | text | Name of the VM |
serial_port_enabled | text | Indicates if serial port is enabled for the VM |
ssh_public_key | text | SSH public key. Only available if supplied at instance launch time |
zone | text | Availability zone of the VM |
select * from ycloud_instance_metadata where metadata_endpoint="http://169.254.169.254"