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.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
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.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
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"