summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-10-20 06:21:54 +0300
committerPaul Buetow <pbuetow@mimecast.com>2021-10-20 06:21:54 +0300
commit5b56cb675fb3b7ad58c5de28760bc19f63a575bb (patch)
tree9910df69c07116dbd576dc3624861a1344235e6f
parent3c16894e997bdb235f1c0ce1291cc85a7b56118c (diff)
Add AllowFrom to server side schedulers JSON schema
-rw-r--r--TODO.md2
-rwxr-xr-xsamples/dtail.schema.json6
2 files changed, 8 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 9235785..8f6bdbd 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,3 +17,5 @@ This is a loose list of what to do. Maybe for the next releae or maybe for a lat
[ ] Integration test for dtail in serverless mode
[x] Integration test for dtail normal mode
[ ] Document how to run ingeration tests
+[ ] dserver scheduled queries integration test
+[ ] fix scheduled queries JSON schema
diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json
index 9bba4c9..bf07525 100755
--- a/samples/dtail.schema.json
+++ b/samples/dtail.schema.json
@@ -374,6 +374,12 @@
"Enable": {
"type": "boolean"
},
+ "AllowFrom": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"TimeRange": {
"type": "array",
"items": [