ExecuteZQL
Execute a ZQL (ZStack Query Language) expression against the resource store.
POST
/api/v1/zqlOperation ID
ExecuteZQLSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
zqlStringRequiredZQL expression to execute against the resource store
Example: query VmVO where state = 'Running' limit 10
Responses
200 OKZQL Guidance
Start from the example request below and adapt the query expression carefully.
