added v2 to RSU

OPMAAS-3825
ermisw 2023-04-18 11:06:19 +02:00
parent 90c52cfbe2
commit 4796993ef4
1 changed files with 6 additions and 6 deletions

View File

@ -19,9 +19,9 @@ module TP_Mobile_RSU {
)
)
,entityName.in(
~"POST /v1/vehicle/rsustatus/finishInstallation~",
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
~"POST /v1/vehicle/rsustatus/updateAvailable~"
~"POST /v2/vehicle/rsustatus/finishInstallation~",
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
~"POST /v2/vehicle/rsustatus/updateAvailable~"
)"))))):splitBy())
/
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
@ -31,9 +31,9 @@ module TP_Mobile_RSU {
)
)
,entityName.in(
~"POST /v1/vehicle/rsustatus/finishInstallation~",
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
~"POST /v1/vehicle/rsustatus/updateAvailable~"
~"POST /v2/vehicle/rsustatus/finishInstallation~",
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
~"POST /v2/vehicle/rsustatus/updateAvailable~"
)"))))):splitBy()))
EOT