Pull request #108: added v2 to RSU

Merge in OPAPM/coco_terraform_config from OPMAAS-3825 to master

* commit '4796993ef4670abce988d0369d8d1caf58d3be4a':
  added v2 to RSU
feature/vdm-slo-vps
Ermis Wieger (ext.) 2023-04-18 09:11:45 +00:00
commit 469ce91fb5
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