diff --git a/CN_PROD/slo/TP_Mobile_Login.tf b/CN_PROD/slo/TP_Mobile_Login.tf index 7a0bb0f..e9cad0b 100644 --- a/CN_PROD/slo/TP_Mobile_Login.tf +++ b/CN_PROD/slo/TP_Mobile_Login.tf @@ -23,13 +23,18 @@ module TP_Mobile_Login { fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"btc-user-composite-service - PROD~", - ~"btc-connected-oauth-service - PROD~" + ~"btc-cn-connected-oauth-service - PROD~" ) ) ,entityName.in( - ~"GET /api/v1/presentation/oauth/config~", - ~"GET /api/v1/presentation/profile-tab~", - ~"POST /api/v1/oauth/token/identifier~" + ~"GET /api/v1/presentation/profile-account~", + ~"GET /api/v2/presentation/profile-account~", + ~"POST /api/v2/presentation/profile-account~", + ~"GET /api/v1/presentation/profile-tab/contacts~", + ~"POST /api/v2/cop/login/pwd~", + ~"POST /api/v2/cop/login/sms~", + ~"POST /api/v2/cop/sso~", + ~"GET /api/v1/cop/logout~" )") ) ))):splitBy()) @@ -44,13 +49,18 @@ module TP_Mobile_Login { fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"btc-user-composite-service - PROD~", - ~"btc-connected-oauth-service - PROD~" + ~"btc-cn-connected-oauth-service - PROD~" ) ) ,entityName.in( - ~"GET /api/v1/presentation/oauth/config~", - ~"GET /api/v1/presentation/profile-tab~", - ~"POST /api/v1/oauth/token/identifier~" + ~"GET /api/v1/presentation/profile-account~", + ~"GET /api/v2/presentation/profile-account~", + ~"POST /api/v2/presentation/profile-account~", + ~"GET /api/v1/presentation/profile-tab/contacts~", + ~"POST /api/v2/cop/login/pwd~", + ~"POST /api/v2/cop/login/sms~", + ~"POST /api/v2/cop/sso~", + ~"GET /api/v1/cop/logout~" )") ) ))):splitBy())) diff --git a/CN_PROD/slo/TP_Mobile_PersonalFavorites.tf b/CN_PROD/slo/TP_Mobile_PersonalFavorites.tf index fbf3cb8..0e22b61 100644 --- a/CN_PROD/slo/TP_Mobile_PersonalFavorites.tf +++ b/CN_PROD/slo/TP_Mobile_PersonalFavorites.tf @@ -26,15 +26,9 @@ module TP_Mobile_PersonalFavorites { ) ) ,entityName.in( - ~"POST /api/v2/favorites~", - ~"POST /api/v3/favorites~", - ~"GET /api/v2/favorites~", ~"GET /api/v3/favorites~", - ~"GET /api/v1/favorites~", - ~"PUT /api/v2/favorites/~", - ~"PUT /api/v3/favorites/~", - ~"PUT /api/v2/favorites/homework/1~", - ~"PUT /api/v2/favorites/homework/2~" + ~"POST /api/v3/favorites~", + ~"PUT /api/v3/favorites/~" )") ) ))):splitBy()) @@ -52,15 +46,9 @@ module TP_Mobile_PersonalFavorites { ) ) ,entityName.in( - ~"POST /api/v2/favorites~", - ~"POST /api/v3/favorites~", - ~"GET /api/v2/favorites~", ~"GET /api/v3/favorites~", - ~"GET /api/v1/favorites~", - ~"PUT /api/v2/favorites/~", - ~"PUT /api/v3/favorites/~", - ~"PUT /api/v2/favorites/homework/1~", - ~"PUT /api/v2/favorites/homework/2~" + ~"POST /api/v3/favorites~", + ~"PUT /api/v3/favorites/~" )") ) ))):splitBy())) diff --git a/CN_PROD/slo/TP_Mobile_RemoteServices.tf b/CN_PROD/slo/TP_Mobile_RemoteServices.tf index 09f1fe6..a2895c6 100644 --- a/CN_PROD/slo/TP_Mobile_RemoteServices.tf +++ b/CN_PROD/slo/TP_Mobile_RemoteServices.tf @@ -26,16 +26,16 @@ module TP_Mobile_RemoteServices { ) ) ,entityName.in( + ~"POST /api/v2/presentation/remote-commands/eventStatus~", ~"POST /api/v2/presentation/remote-commands//door-lock~", ~"POST /api/v2/presentation/remote-commands//door-unlock~", ~"POST /api/v2/presentation/remote-commands//climate-now~", - ~"POST /api/v2/presentation/remote-commands//vehicle-finder~", + ~"GET /api/v2/presentation/remote-history/~", + ~"POST /api/v2/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//climate-timer~", ~"POST /api/v2/presentation/remote-commands//light-flash~", - ~"POST /api/v2/presentation/remote-commands//charging-profile~", - ~"GET /api/v2/presentation/remote-commands/eventPosition~", - ~"GET /api/v1/presentation/remote-history/~", - ~"GET /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands//vehicle-finder~", + ~"GET /api/v1/presentation/remote-history/~" )") ) ))):splitBy()) @@ -53,16 +53,16 @@ module TP_Mobile_RemoteServices { ) ) ,entityName.in( + ~"POST /api/v2/presentation/remote-commands/eventStatus~", ~"POST /api/v2/presentation/remote-commands//door-lock~", ~"POST /api/v2/presentation/remote-commands//door-unlock~", ~"POST /api/v2/presentation/remote-commands//climate-now~", - ~"POST /api/v2/presentation/remote-commands//vehicle-finder~", + ~"GET /api/v2/presentation/remote-history/~", + ~"POST /api/v2/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//climate-timer~", ~"POST /api/v2/presentation/remote-commands//light-flash~", - ~"POST /api/v2/presentation/remote-commands//charging-profile~", - ~"GET /api/v2/presentation/remote-commands/eventPosition~", - ~"GET /api/v1/presentation/remote-history/~", - ~"GET /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands//vehicle-finder~", + ~"GET /api/v1/presentation/remote-history/~" )") ) ))):splitBy())) diff --git a/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf b/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf index ffa243d..0e778c2 100644 --- a/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf +++ b/CN_PROD/slo/TP_Mobile_Send2VehicleMGU.tf @@ -26,8 +26,8 @@ module TP_Mobile_Send2VehicleMGU { ) ) ,entityName.in( - ~"/v2/motorist/[UUID]/trips~", - ~"/v3/motorist/[UUID]/trips~" + ~"/v3/motorist/[UUID]/trips~", + ~"/v2/motorist/[UUID]/trips~" )") ) ))):splitBy()) @@ -45,8 +45,8 @@ module TP_Mobile_Send2VehicleMGU { ) ) ,entityName.in( - ~"/v2/motorist/[UUID]/trips~", - ~"/v3/motorist/[UUID]/trips~" + ~"/v3/motorist/[UUID]/trips~", + ~"/v2/motorist/[UUID]/trips~" )") ) ))):splitBy()))