From 91b1b34a6b934a355cb46add6b22d9b7f9d6a7ec Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 5 Jan 2021 17:53:16 +0200 Subject: [PATCH] Update configuration for debug images --- apiserver/schema/services/events.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apiserver/schema/services/events.conf b/apiserver/schema/services/events.conf index 83ed130..2f9faf4 100644 --- a/apiserver/schema/services/events.conf +++ b/apiserver/schema/services/events.conf @@ -445,7 +445,7 @@ } } } - response {"$ref": "#/definitions/task_log_event"} + response {"$ref": "#/definitions/debug_image_sample_reposnse"} } } next_debug_image_sample { @@ -463,9 +463,14 @@ type: string description: "Scroll ID from the previous call to get_debug_image_sample" } + navigate_earlier { + type: boolean + description: """If set then get the either previous variant event from the current iteration or (if does not exist) the last variant event from the previous iteration. + Otherwise next variant event from the current iteration or first variant event from the next iteration""" + } } } - response {"$ref": "#/definitions/task_log_event"} + response {"$ref": "#/definitions/debug_image_sample_reposnse"} } } get_task_metrics{