From 54d585e9629583df2d88336ee7027f3078221025 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Wed, 2 Jan 2019 12:48:27 -0800 Subject: [PATCH] uptime check period cannot be updated (#1129) Merged PR #1129. --- build/terraform | 2 +- build/terraform-beta | 2 +- products/monitoring/api.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/terraform b/build/terraform index 0208dbcb05f4..74013c7dc6ac 160000 --- a/build/terraform +++ b/build/terraform @@ -1 +1 @@ -Subproject commit 0208dbcb05f4c45e7a917a8511e13341fa420811 +Subproject commit 74013c7dc6ac59f54704320c1bb569c1c79031f9 diff --git a/build/terraform-beta b/build/terraform-beta index b890c59a2a8d..90b5ffe0e354 160000 --- a/build/terraform-beta +++ b/build/terraform-beta @@ -1 +1 @@ -Subproject commit b890c59a2a8d9d5ae7b729d85107b8da82fac74d +Subproject commit 90b5ffe0e3540b746c80788d63e7fcb6918b283d diff --git a/products/monitoring/api.yaml b/products/monitoring/api.yaml index a0d43bca43af..5dd573a79769 100644 --- a/products/monitoring/api.yaml +++ b/products/monitoring/api.yaml @@ -886,6 +886,7 @@ objects: - !ruby/object:Api::Type::String name: period default_value: "300s" + input: true description: How often, in seconds, the uptime check is performed. Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 300s.