Pull request #143: OPMAAS-4465 added 9 v4 services to EMEA,NA,CN

Merge in OPAPM/coco_terraform_config from OPMAAS-4465 to master

* commit '2d956278f02c3ffe1ffa7ff4175381215da78909':
  OPMAAS-4465 added 9 v4 services to EMEA,NA,CN
OPMAAS-4391
Doris Ruppert (ext.) 2023-06-26 14:07:47 +00:00
commit f60d37d1a2
3 changed files with 30 additions and 3 deletions

View File

@ -35,7 +35,16 @@ module TP_Mobile_RemoteServices {
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~", ~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~", ~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~", ~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~" ~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~",
~"POST api/v4/presentation/remote-commands/light-flash~",
~"POST api/v4/presentation/remote-commands/horn-blow~",
~"POST api/v4/presentation/remote-commands/door-lock~",
~"POST api/v4/presentation/remote-commands/door-unlock~",
~"POST api/v4/presentation/remote-commands/vehicle-finder~",
~"POST api/v4/presentation/remote-commands/climate-now~",
~"POST api/v4/presentation/remote-commands/climate-timer~",
~"POST api/v4/presentation/remote-commands/eventStatus~",
~"POST api/v4/presentation/remote-commands/eventPosition~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices {
~"POST /api/v2/presentation/remote-commands/eventPosition~", ~"POST /api/v2/presentation/remote-commands/eventPosition~",
~"POST /api/v3/presentation/remote-commands/eventPosition~", ~"POST /api/v3/presentation/remote-commands/eventPosition~",
~"POST /api/v3/presentation/remote-commands/eventStatus~", ~"POST /api/v3/presentation/remote-commands/eventStatus~",
~"POST /api/v2/presentation/remote-commands/eventStatus~" ~"POST /api/v2/presentation/remote-commands/eventStatus~",
~"POST api/v4/presentation/remote-commands/light-flash~",
~"POST api/v4/presentation/remote-commands/horn-blow~",
~"POST api/v4/presentation/remote-commands/door-lock~",
~"POST api/v4/presentation/remote-commands/door-unlock~",
~"POST api/v4/presentation/remote-commands/vehicle-finder~",
~"POST api/v4/presentation/remote-commands/climate-now~",
~"POST api/v4/presentation/remote-commands/climate-timer~",
~"POST api/v4/presentation/remote-commands/eventStatus~",
~"POST api/v4/presentation/remote-commands/eventPosition~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices {
~"GET /api/v2/presentation/remote-history/<VIN>~", ~"GET /api/v2/presentation/remote-history/<VIN>~",
~"GET /api/v3/presentation/remote-history/<VIN>~", ~"GET /api/v3/presentation/remote-history/<VIN>~",
~"POST /api/v3/presentation/remote-commands/eventStatus~", ~"POST /api/v3/presentation/remote-commands/eventStatus~",
~"POST /api/v2/presentation/remote-commands/eventStatus~" ~"POST /api/v2/presentation/remote-commands/eventStatus~",
~"POST api/v4/presentation/remote-commands/light-flash~",
~"POST api/v4/presentation/remote-commands/horn-blow~",
~"POST api/v4/presentation/remote-commands/door-lock~",
~"POST api/v4/presentation/remote-commands/door-unlock~",
~"POST api/v4/presentation/remote-commands/vehicle-finder~",
~"POST api/v4/presentation/remote-commands/climate-now~",
~"POST api/v4/presentation/remote-commands/climate-timer~",
~"POST api/v4/presentation/remote-commands/eventStatus~",
~"POST api/v4/presentation/remote-commands/eventPosition~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT