From 7bbfb0edb08dd5ac2792f38278f06a066e65d1da Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Thu, 27 Jan 2022 10:11:34 +0000 Subject: [PATCH] Added scan_interval to the configuration list. (#21351) --- source/_integrations/rest.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/rest.markdown b/source/_integrations/rest.markdown index 7e1dde07cd4..085d1d3601c 100644 --- a/source/_integrations/rest.markdown +++ b/source/_integrations/rest.markdown @@ -156,6 +156,11 @@ params: description: The query params for the requests. required: false type: [list, template] +scan_interval: + description: Define the refrequency to call the REST endpoint in seconds. + required: false + type: integer + default: 30 sensor: description: A list of [RESTful Sensor](/integrations/sensor.rest) to create from the shared data. All configuration settings that the supported by [RESTful Sensor](/integrations/sensor.rest#configuration-variables) not listed above can be used here. required: false