From 2d956278f02c3ffe1ffa7ff4175381215da78909 Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Mon, 26 Jun 2023 16:02:57 +0200 Subject: [PATCH] OPMAAS-4465 added 9 v4 services to EMEA,NA,CN --- CN_PROD/slo/TP_Mobile_RemoteServices.tf | 11 ++++++++++- EMEA_PROD/slo/TP_Mobile_RemoteServices.tf | 11 ++++++++++- NA_PROD/slo/TP_Mobile_RemoteServices.tf | 11 ++++++++++- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CN_PROD/slo/TP_Mobile_RemoteServices.tf b/CN_PROD/slo/TP_Mobile_RemoteServices.tf index ef06cf0..d05a221 100644 --- a/CN_PROD/slo/TP_Mobile_RemoteServices.tf +++ b/CN_PROD/slo/TP_Mobile_RemoteServices.tf @@ -35,7 +35,16 @@ module TP_Mobile_RemoteServices { ~"POST /api/v3/presentation/remote-commands//horn-blow~", ~"POST /api/v3/presentation/remote-commands//climate-timer~", ~"POST /api/v3/presentation/remote-commands//light-flash~", - ~"POST /api/v3/presentation/remote-commands//vehicle-finder~" + ~"POST /api/v3/presentation/remote-commands//vehicle-finder~", + ~"POST api/v4/presentation/remote-commands/light-flash~", + ~"POST api/v4/presentation/remote-commands/horn-blow~", + ~"POST api/v4/presentation/remote-commands/door-lock~", + ~"POST api/v4/presentation/remote-commands/door-unlock~", + ~"POST api/v4/presentation/remote-commands/vehicle-finder~", + ~"POST api/v4/presentation/remote-commands/climate-now~", + ~"POST api/v4/presentation/remote-commands/climate-timer~", + ~"POST api/v4/presentation/remote-commands/eventStatus~", + ~"POST api/v4/presentation/remote-commands/eventPosition~" )"))))):splitBy()) EOT diff --git a/EMEA_PROD/slo/TP_Mobile_RemoteServices.tf b/EMEA_PROD/slo/TP_Mobile_RemoteServices.tf index e06581c..cc25d82 100644 --- a/EMEA_PROD/slo/TP_Mobile_RemoteServices.tf +++ b/EMEA_PROD/slo/TP_Mobile_RemoteServices.tf @@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices { ~"POST /api/v2/presentation/remote-commands/eventPosition~", ~"POST /api/v3/presentation/remote-commands/eventPosition~", ~"POST /api/v3/presentation/remote-commands/eventStatus~", - ~"POST /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands/eventStatus~", + ~"POST api/v4/presentation/remote-commands/light-flash~", + ~"POST api/v4/presentation/remote-commands/horn-blow~", + ~"POST api/v4/presentation/remote-commands/door-lock~", + ~"POST api/v4/presentation/remote-commands/door-unlock~", + ~"POST api/v4/presentation/remote-commands/vehicle-finder~", + ~"POST api/v4/presentation/remote-commands/climate-now~", + ~"POST api/v4/presentation/remote-commands/climate-timer~", + ~"POST api/v4/presentation/remote-commands/eventStatus~", + ~"POST api/v4/presentation/remote-commands/eventPosition~" )"))))):splitBy()) EOT diff --git a/NA_PROD/slo/TP_Mobile_RemoteServices.tf b/NA_PROD/slo/TP_Mobile_RemoteServices.tf index 3054e2f..24da743 100644 --- a/NA_PROD/slo/TP_Mobile_RemoteServices.tf +++ b/NA_PROD/slo/TP_Mobile_RemoteServices.tf @@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices { ~"GET /api/v2/presentation/remote-history/~", ~"GET /api/v3/presentation/remote-history/~", ~"POST /api/v3/presentation/remote-commands/eventStatus~", - ~"POST /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands/eventStatus~", + ~"POST api/v4/presentation/remote-commands/light-flash~", + ~"POST api/v4/presentation/remote-commands/horn-blow~", + ~"POST api/v4/presentation/remote-commands/door-lock~", + ~"POST api/v4/presentation/remote-commands/door-unlock~", + ~"POST api/v4/presentation/remote-commands/vehicle-finder~", + ~"POST api/v4/presentation/remote-commands/climate-now~", + ~"POST api/v4/presentation/remote-commands/climate-timer~", + ~"POST api/v4/presentation/remote-commands/eventStatus~", + ~"POST api/v4/presentation/remote-commands/eventPosition~" )"))))):splitBy()) EOT