We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I curl a monitor, below parameters are exists.
API Response
... "options": { "notify_audit": false, "locked": false, "timeout_h": 0, "silenced": {}, "enable_logs_sample": true, "thresholds": { "comparison": ">", "critical": 1000, "period": { "seconds": 300, "text": "5 minutes", "value": "last_5m", "name": "5 minute average", "unit": "minutes" }, "timeAggregator": "avg" }, "queryConfig": { "logset": { "id": "7748", "name": "main" }, "timeRange": { "to": 1539675566736, "live": true, "from": 1539661166736 }, "queryString": "env:develop", "queryIsFailed": false } ...
Unsupported params
queryConfig
options
period
thresholds
comparison
timeAggregator
But these params are not written in monitor api documents.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When I curl a monitor, below parameters are exists.
API Response
Unsupported params
queryConfig
inoptions
period
inthresholds
comparison
inthresholds
timeAggregator
inthresholds
But these params are not written in monitor api documents.
The text was updated successfully, but these errors were encountered: