From fb97039140f62176d38bec967565e08dfa84ceb4 Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Wed, 10 May 2023 14:06:28 +0200 Subject: [PATCH] OPMAAS-4071 added 2 new endpoints to SLO TP_Mobile_VehicleList --- EMEA_PROD/slo/TP_Mobile_VehicleList.tf | 4 +++- NA_PROD/slo/TP_Mobile_VehicleList.tf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/EMEA_PROD/slo/TP_Mobile_VehicleList.tf b/EMEA_PROD/slo/TP_Mobile_VehicleList.tf index e2472ae..9db7f6f 100644 --- a/EMEA_PROD/slo/TP_Mobile_VehicleList.tf +++ b/EMEA_PROD/slo/TP_Mobile_VehicleList.tf @@ -21,7 +21,9 @@ module TP_Mobile_VehicleList { ) ,entityName.in( ~"GET /api/v2/vehicles~", - ~"GET /api/v4/vehicles~" + ~"GET /api/v4/vehicles~", + ~"/api/v5/vehicle-list~", + ~"/api/v5/vehicle-data/profile~" )"))))):splitBy()) EOT diff --git a/NA_PROD/slo/TP_Mobile_VehicleList.tf b/NA_PROD/slo/TP_Mobile_VehicleList.tf index d705a18..10640fb 100644 --- a/NA_PROD/slo/TP_Mobile_VehicleList.tf +++ b/NA_PROD/slo/TP_Mobile_VehicleList.tf @@ -21,7 +21,9 @@ module TP_Mobile_VehicleList { ) ,entityName.in( ~"GET /api/v2/vehicles~", - ~"GET /api/v4/vehicles~" + ~"GET /api/v4/vehicles~", + ~"/api/v5/vehicle-list~", + ~"/api/v5/vehicle-data/profile~" )"))))):splitBy()) EOT