diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-10-20 06:21:54 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-10-20 06:21:54 +0300 |
| commit | 5b56cb675fb3b7ad58c5de28760bc19f63a575bb (patch) | |
| tree | 9910df69c07116dbd576dc3624861a1344235e6f | |
| parent | 3c16894e997bdb235f1c0ce1291cc85a7b56118c (diff) | |
Add AllowFrom to server side schedulers JSON schema
| -rw-r--r-- | TODO.md | 2 | ||||
| -rwxr-xr-x | samples/dtail.schema.json | 6 |
2 files changed, 8 insertions, 0 deletions
@@ -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": [ |
