diff --git a/NA_PROD/slo/TP_Mobile_RemoteServices.tf b/NA_PROD/slo/TP_Mobile_RemoteServices.tf index f9a9a44..877b6ca 100644 --- a/NA_PROD/slo/TP_Mobile_RemoteServices.tf +++ b/NA_PROD/slo/TP_Mobile_RemoteServices.tf @@ -35,10 +35,10 @@ module TP_Mobile_RemoteServices { ~"POST /api/v3/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//charging-profile~", - ~"GET /api/v2/presentation/remote-commands/eventPosition~", + ~"POST /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v1/presentation/remote-history/~", ~"GET /api/v2/presentation/remote-history/~", - ~"GET /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands/eventStatus~" )") ) ))):splitBy()) @@ -65,10 +65,10 @@ module TP_Mobile_RemoteServices { ~"POST /api/v3/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//charging-profile~", - ~"GET /api/v2/presentation/remote-commands/eventPosition~", + ~"POST /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v1/presentation/remote-history/~", ~"GET /api/v2/presentation/remote-history/~", - ~"GET /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands/eventStatus~" )") ) ))):splitBy()))