adjusted TP_Mobile_RemoteServices EMEA PROD
parent
9306aba53a
commit
e81cc7cc7b
|
|
@ -18,13 +18,26 @@ module TP_Mobile_RemoteServices {
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
"dt.entity.service_method",
|
"dt.entity.service_method",
|
||||||
entitySelector("type(service_method),
|
entitySelector(
|
||||||
|
"type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName(~"btc-vehicle-remote-commands-composite-service - PROD~")
|
type(~"SERVICE~"),entityName.in
|
||||||
|
(~"btc-vehicle-remote-commands-composite-service~")
|
||||||
)
|
)
|
||||||
")
|
,entityName.in(
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
|
~"POST /presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||||
|
~"GET /api/v2/presentation/remote-commands/eventPosition~",
|
||||||
|
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||||
|
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||||
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue