Veza Query Language
Overview
-- Basic entity query
SHOW <entity_type>;
-- Query with filters
SHOW <entity_type>
WHERE <property>[operator]<value>;
-- Relationship query
SHOW <entity_type>
RELATED TO <entity_type>;
-- Complex query with multiple conditions
SHOW <entity_type>
WHERE <condition1> AND <condition2>
RELATED TO <entity_type>
WITH PATH <entity_type>
RESULT INCLUDE DESTINATION NODES;
HAVING entity_result_count > 10;Getting Started
Concepts and Syntax
Example Queries
Query All S3 Buckets
Query IAM Users Related to S3 Buckets
Apply Attribute Filters
Include Destination Nodes
Use Path Requirements
Exclude Specific Paths
Filter by Over-Provisioned Score
Enrich Results with Related Entity Data
Filter by Related Entity Count
Query Using Time Functions
Executing VQL Queries
Using the VQL API
Resources
Last updated
Was this helpful?
