We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_active
is_dry_run
1 parent 4086507 commit 8bb6bbbCopy full SHA for 8bb6bbb
proto/frequenz/dispatch/v1/dispatch.proto
@@ -226,6 +226,14 @@ message DispatchFilter {
226
// If no interval is provided, all dispatches starting from the
227
// current timestamp will be included.
228
TimeIntervalFilter time_interval = 2;
229
+
230
+ // Filter by active status
231
+ // If this field is not set, dispatches of any active status will be included.
232
+ optional bool is_active = 3;
233
234
+ // Filter by dry run status
235
+ // If this field is not set, dispatches of any dry run status will be included.
236
+ optional bool is_dry_run = 4;
237
}
238
239
// A list of dispatches
0 commit comments