fixed splitBy in EMEA PROD and adjusted TP_Mobile_Send2VehicleMGU EMEA PROD

M_sloFix
SLW\ARNAUA 2022-03-24 15:06:03 +01:00
parent e81cc7cc7b
commit 0e5d306a34
4 changed files with 14 additions and 9 deletions

View File

@ -36,7 +36,7 @@ module TP_Mobile_PersonalFavorites {
~"PUT /api/v2/favorites/homework/2~"
)")
)
))):splitBy():sum:auto:sort(value(sum,descending)))"
))):splitBy():auto:auto:sort(value(sum,descending)))"
EOT
#if not set (removed) it's defaulted to "-1d"

View File

@ -35,7 +35,7 @@ module TP_Mobile_Remote360 {
~"GET /recordings/vehicle/$vin~"
)")
)
))):splitBy():sum:auto:sort(value(sum,descending)))"
))):splitBy():auto:auto:sort(value(sum,descending)))"
EOT
#if not set (removed) it's defaulted to "-1d"

View File

@ -37,7 +37,7 @@ module TP_Mobile_RemoteServices {
~"GET /api/v2/presentation/remote-commands/eventStatus~"
)")
)
))):splitBy():sum:auto:sort(value(sum,descending)))"
))):splitBy():auto:auto:sort(value(sum,descending)))"
EOT
#if not set (removed) it's defaulted to "-1d"

View File

@ -18,12 +18,17 @@ module TP_Mobile_Send2VehicleMGU {
or(
in(
"dt.entity.service_method",
entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName(~"TripService - PROD~")
)
")
)
entitySelector(
"type(service_method),
fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in
(~"TripService~")
)
,entityName.in(
~"/v2/motorist/[UUID]/trips",
~"/v3/motorist/[UUID]/trips"
)")
)
))):splitBy():auto:auto:sort(value(sum,descending)))"
EOT