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,CNOPMAAS-4391
commit
f60d37d1a2
|
|
@ -35,7 +35,16 @@ module TP_Mobile_RemoteServices {
|
|||
~"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>/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())
|
||||
EOT
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices {
|
|||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
||||
~"POST /api/v3/presentation/remote-commands/eventPosition~",
|
||||
~"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())
|
||||
|
||||
EOT
|
||||
|
|
|
|||
|
|
@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices {
|
|||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v3/presentation/remote-history/<VIN>~",
|
||||
~"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())
|
||||
|
||||
EOT
|
||||
|
|
|
|||
Loading…
Reference in New Issue