From 3f8b59785b2930b05e7ed861bfee4ed32c3aa05b Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Tue, 11 Apr 2023 10:55:30 +0200 Subject: [PATCH] OPMAAS-3642 TP_ slos for CN updated --- CN_PROD/slo/TP_Mobile_RemoteServices.tf | 5 +---- CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf | 4 +--- CN_PROD/slo/TP_Mobile_VehicleData.tf | 2 ++ CN_PROD/slo/TP_Mobile_VehicleList.tf | 2 ++ 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CN_PROD/slo/TP_Mobile_RemoteServices.tf b/CN_PROD/slo/TP_Mobile_RemoteServices.tf index bd9d14b..ef06cf0 100644 --- a/CN_PROD/slo/TP_Mobile_RemoteServices.tf +++ b/CN_PROD/slo/TP_Mobile_RemoteServices.tf @@ -28,17 +28,14 @@ module TP_Mobile_RemoteServices { ~"POST /api/v2/presentation/remote-commands//climate-timer~", ~"POST /api/v2/presentation/remote-commands//light-flash~", ~"POST /api/v2/presentation/remote-commands//vehicle-finder~", - ~"GET /api/v1/presentation/remote-history/~", ~"POST /api/v3/presentation/remote-commands/eventStatus~", ~"POST /api/v3/presentation/remote-commands//door-lock~", ~"POST /api/v3/presentation/remote-commands//door-unlock~", ~"POST /api/v3/presentation/remote-commands//climate-now~", - ~"GET /api/v3/presentation/remote-history/~", ~"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/eventPosition~" + ~"POST /api/v3/presentation/remote-commands//vehicle-finder~" )"))))):splitBy()) EOT diff --git a/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf b/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf index 7e6dc2d..ff6ca61 100644 --- a/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf +++ b/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf @@ -19,8 +19,7 @@ module TP_Mobile_Send2VehicleMGU { ) ) ,entityName.in( - ~"/v2/motorist/[UUID]/trips~", - ~"/v3/motorist/[UUID]/trips~" + ~"/v3/motorist/[UUID]/trips~" )"))))):splitBy()) / (builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), @@ -30,7 +29,6 @@ module TP_Mobile_Send2VehicleMGU { ) ) ,entityName.in( - ~"/v2/motorist/[UUID]/trips~", ~"/v3/motorist/[UUID]/trips~" )"))))):splitBy())) EOT diff --git a/CN_PROD/slo/TP_Mobile_VehicleData.tf b/CN_PROD/slo/TP_Mobile_VehicleData.tf index 6612601..23f7693 100644 --- a/CN_PROD/slo/TP_Mobile_VehicleData.tf +++ b/CN_PROD/slo/TP_Mobile_VehicleData.tf @@ -21,6 +21,8 @@ module TP_Mobile_VehicleData { ) ,entityName.in( ~"GET /api/v1/vehicles//state~", + ~"GET /api/v2/vehicles//state~", + ~"GET /api/v4/vehicles/state~", ~"GET /v1/vehicle/~", ~"GET /v2/vehicle/~" )")))):splitBy()) diff --git a/CN_PROD/slo/TP_Mobile_VehicleList.tf b/CN_PROD/slo/TP_Mobile_VehicleList.tf index 572a40f..208d4ad 100644 --- a/CN_PROD/slo/TP_Mobile_VehicleList.tf +++ b/CN_PROD/slo/TP_Mobile_VehicleList.tf @@ -21,6 +21,7 @@ module TP_Mobile_VehicleList { ) ,entityName.in( ~"GET /api/v1/vehicles~" + ,~"GET /api/v2/vehicles~" )"))))):splitBy()) / (builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method", @@ -32,6 +33,7 @@ module TP_Mobile_VehicleList { ) ,entityName.in( ~"GET /api/v1/vehicles~" + ,~"GET /api/v2/vehicles~" )"))))):splitBy())) EOT