OPMAAS-3642 TP_ slos for CN updated

OPMAAS-3622
Doris Ruppert 2023-04-11 10:55:30 +02:00
parent c913fb8d27
commit 3f8b59785b
4 changed files with 6 additions and 7 deletions

View File

@ -28,17 +28,14 @@ module TP_Mobile_RemoteServices {
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~", ~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~", ~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~", ~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"GET /api/v1/presentation/remote-history/<VIN>~",
~"POST /api/v3/presentation/remote-commands/eventStatus~", ~"POST /api/v3/presentation/remote-commands/eventStatus~",
~"POST /api/v3/presentation/remote-commands/<VIN>/door-lock~", ~"POST /api/v3/presentation/remote-commands/<VIN>/door-lock~",
~"POST /api/v3/presentation/remote-commands/<VIN>/door-unlock~", ~"POST /api/v3/presentation/remote-commands/<VIN>/door-unlock~",
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-now~", ~"POST /api/v3/presentation/remote-commands/<VIN>/climate-now~",
~"GET /api/v3/presentation/remote-history/<VIN>~",
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~", ~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~", ~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~", ~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~", ~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~"
~"POST /api/v3/presentation/remote-commands/eventPosition~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -19,8 +19,7 @@ module TP_Mobile_Send2VehicleMGU {
) )
) )
,entityName.in( ,entityName.in(
~"/v2/motorist/[UUID]/trips~", ~"/v3/motorist/[UUID]/trips~"
~"/v3/motorist/[UUID]/trips~"
)"))))):splitBy()) )"))))):splitBy())
/ /
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), (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( ,entityName.in(
~"/v2/motorist/[UUID]/trips~",
~"/v3/motorist/[UUID]/trips~" ~"/v3/motorist/[UUID]/trips~"
)"))))):splitBy())) )"))))):splitBy()))
EOT EOT

View File

@ -21,6 +21,8 @@ module TP_Mobile_VehicleData {
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/vehicles/<VIN>/state~", ~"GET /api/v1/vehicles/<VIN>/state~",
~"GET /api/v2/vehicles/<VIN>/state~",
~"GET /api/v4/vehicles/state~",
~"GET /v1/vehicle/<VIN>~", ~"GET /v1/vehicle/<VIN>~",
~"GET /v2/vehicle/<VIN>~" ~"GET /v2/vehicle/<VIN>~"
)")))):splitBy()) )")))):splitBy())

View File

@ -21,6 +21,7 @@ module TP_Mobile_VehicleList {
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/vehicles~" ~"GET /api/v1/vehicles~"
,~"GET /api/v2/vehicles~"
)"))))):splitBy()) )"))))):splitBy())
/ /
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method", (builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",
@ -32,6 +33,7 @@ module TP_Mobile_VehicleList {
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/vehicles~" ~"GET /api/v1/vehicles~"
,~"GET /api/v2/vehicles~"
)"))))):splitBy())) )"))))):splitBy()))
EOT EOT