adjusted TP_Mobile_Remote360 EMEA PROD
parent
3663894523
commit
9306aba53a
|
|
@ -18,13 +18,24 @@ module TP_Mobile_Remote360 {
|
|||
or(
|
||||
in(
|
||||
"dt.entity.service_method",
|
||||
entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName(~"remote-360-composite-service - PROD~")
|
||||
)
|
||||
")
|
||||
)
|
||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
||||
entitySelector(
|
||||
"type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in
|
||||
(~"remote-360-composite-service~")
|
||||
)
|
||||
,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
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue