Execute an on-the-fly synthetic query
The list of queries to perform
required | Array of objects (SyntheticQuery) [ 1 .. 10 ] items |
List of datapoints for the specified queries.
Query error
{- "items": [
- {
- "expression": "(5 + TS{externalId='hello'}) / TS{id=123, aggregate='average', granularity='1h'} * TS{space='dm space', externalId='dm id'}",
- "start": 0,
- "end": 0,
- "limit": 100,
- "timeZone": "Europe/Oslo or UTC+05:30"
}
]
}
{- "items": [
- {
- "isString": false,
- "datapoints": [
- {
- "timestamp": 1730204346000,
- "value": 0
}
]
}
]
}