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