Queries
Queries are pre-configured API interactions to be used in Dashboards. Netzo supports internal queries (e.g. querying a Service or a Worker) and custom queries (e.g. a custom HTTP request or WebSocket connection).
Types of Queries
The following table gives an overview of the currently supported types of queries:
Type | Description | Status |
---|---|---|
Service Queries | Queries Services directly via HTTP requests | ✅ |
Worker Queries | Queries return value of a Worker via HTTP requests | ✅ |
HTTP Queries | Queries any resource via custom HTTP requests | ✅ |
GraphQL Queries | Queries any resource via custom GraphQL queries | ✅ |
SSE Queries | Queries any resource via custom server-sent events requests | ⌛ |
WebSocket Queries | Queries any resource via custom WebSocket connection | ⌛ |
Key: ✅ - supported, ⌛ - work in progress, ❔ - in consideration, N/A - not applicable
Not on the list?
Do not hesitate to contact us by email at [email protected] or by filling out this form.
Create a Query
Coming soon...
Delete a Query
Coming soon...