adjusted TP_Mobile_Remote360 EMEA PROD
parent
3663894523
commit
9306aba53a
|
|
@ -18,13 +18,24 @@ module TP_Mobile_Remote360 {
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
"dt.entity.service_method",
|
"dt.entity.service_method",
|
||||||
entitySelector("type(service_method),
|
entitySelector(
|
||||||
fromRelationship.isServiceMethodOfService(
|
"type(service_method),
|
||||||
type(~"SERVICE~"),entityName(~"remote-360-composite-service - PROD~")
|
fromRelationship.isServiceMethodOfService(
|
||||||
)
|
type(~"SERVICE~"),entityName.in
|
||||||
")
|
(~"remote-360-composite-service~")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
,entityName.in(
|
||||||
|
~"GET /eadrax-r360/v1/events/$eventId~",
|
||||||
|
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
||||||
|
~"POST /eadrax-r360/v1/event/execute~",
|
||||||
|
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
||||||
|
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
||||||
|
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
||||||
|
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
||||||
|
~"GET /recordings/vehicle/$vin~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):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