Pull request #108: added v2 to RSU
Merge in OPAPM/coco_terraform_config from OPMAAS-3825 to master * commit '4796993ef4670abce988d0369d8d1caf58d3be4a': added v2 to RSUfeature/vdm-slo-vps
commit
469ce91fb5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue