M_sloFix merged with A_sloFix.

PerseusSLO
SLW\ARNAUA 2022-04-14 14:45:18 +02:00
commit ab56e58667
14 changed files with 96 additions and 103 deletions

View File

@ -27,6 +27,10 @@ module TP_Mobile_DigitalKey {
) )
) )
,entityName.in( ,entityName.in(
~"POST /smc2-bl/track/v2/trackKey~",
~"POST /smc2-bl/track/v2/manageKey~",
~"GET /api/v1/digitalkey/<VIN>/password~",
~"GET /api/v1/digitalkey/<VIN>/pairing~"
)") )")
) )
))):splitBy()) ))):splitBy())
@ -45,6 +49,10 @@ module TP_Mobile_DigitalKey {
) )
) )
,entityName.in( ,entityName.in(
~"POST /smc2-bl/track/v2/trackKey~",
~"POST /smc2-bl/track/v2/manageKey~",
~"GET /api/v1/digitalkey/<VIN>/password~",
~"GET /api/v1/digitalkey/<VIN>/pairing~"
)") )")
) )
))):splitBy())) ))):splitBy()))

View File

@ -23,13 +23,18 @@ module TP_Mobile_Login {
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"btc-user-composite-service - PROD~", ~"btc-user-composite-service - PROD~",
~"btc-connected-oauth-service - PROD~" ~"btc-cn-connected-oauth-service - PROD~"
) )
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/presentation/oauth/config~", ~"GET /api/v1/presentation/profile-account~",
~"GET /api/v1/presentation/profile-tab~", ~"GET /api/v2/presentation/profile-account~",
~"POST /api/v1/oauth/token/identifier~" ~"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()) ))):splitBy())
@ -44,13 +49,18 @@ module TP_Mobile_Login {
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"btc-user-composite-service - PROD~", ~"btc-user-composite-service - PROD~",
~"btc-connected-oauth-service - PROD~" ~"btc-cn-connected-oauth-service - PROD~"
) )
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/presentation/oauth/config~", ~"GET /api/v1/presentation/profile-account~",
~"GET /api/v1/presentation/profile-tab~", ~"GET /api/v2/presentation/profile-account~",
~"POST /api/v1/oauth/token/identifier~" ~"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())) ))):splitBy()))

View File

@ -26,20 +26,11 @@ module TP_Mobile_PersonalFavorites {
) )
) )
,entityName.in( ,entityName.in(
~"POST /api/v2/favorites~",
~"POST /api/v3/favorites~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~", ~"GET /api/v3/favorites~",
~"GET /api/v1/favorites~", ~"POST /api/v3/favorites~",
~"PUT /api/v2/favorites/<favoriteId>~", ~"PUT /api/v3/favorites/<favoriteId>~"
~"PUT /api/v3/favorites/<favoriteId>~",
~"PUT /api/v2/favorites/homework/1~",
~"PUT /api/v2/favorites/homework/2~"
)") )")
) )
<<<<<<< HEAD
))):splitBy():sum:auto:sort(value(sum,descending)))"
=======
))):splitBy()) ))):splitBy())
/ /
(builtin:service.keyRequest.count.server:filter( (builtin:service.keyRequest.count.server:filter(
@ -55,23 +46,12 @@ module TP_Mobile_PersonalFavorites {
) )
) )
,entityName.in( ,entityName.in(
~"POST /api/v2/favorites~",
~"POST /api/v3/favorites~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~", ~"GET /api/v3/favorites~",
~"GET /api/v1/favorites~", ~"POST /api/v3/favorites~",
~"PUT /api/v2/favorites/<favoriteId>~", ~"PUT /api/v3/favorites/<favoriteId>~"
~"PUT /api/v3/favorites/<favoriteId>~",
~"PUT /api/v2/favorites/homework/1~",
~"PUT /api/v2/favorites/homework/2~"
)") )")
) )
<<<<<<< HEAD
))):splitBy()))"
>>>>>>> b81834091683d952e2d1521baba73fa2ab118d03
=======
))):splitBy())) ))):splitBy()))
>>>>>>> origin/master
EOT EOT
#if not set (removed) it's defaulted to "-1d" #if not set (removed) it's defaulted to "-1d"

View File

@ -33,9 +33,7 @@ module TP_Mobile_Remote360 {
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~", ~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~", ~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~", ~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /eadrax-r360/v1/recordings/vehicle/$vin~", ~"GET /recordings/vehicle/$vin~"
~"GET /eadrax-r360/v1/vehicle/addresses~",
~"POST /api/v1/vehicle/<VIN>/addresses~"
)") )")
) )
))):splitBy()) ))):splitBy())
@ -60,9 +58,7 @@ module TP_Mobile_Remote360 {
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~", ~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~", ~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~", ~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /eadrax-r360/v1/recordings/vehicle/$vin~", ~"GET /recordings/vehicle/$vin~"
~"GET /eadrax-r360/v1/vehicle/addresses~",
~"POST /api/v1/vehicle/<VIN>/addresses~"
)") )")
) )
))):splitBy())) ))):splitBy()))

View File

@ -26,16 +26,16 @@ module TP_Mobile_RemoteServices {
) )
) )
,entityName.in( ,entityName.in(
~"POST /api/v2/presentation/remote-commands/eventStatus~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~", ~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~", ~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~", ~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~", ~"GET /api/v2/presentation/remote-history/<VIN>~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~", ~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~", ~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~", ~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"GET /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v1/presentation/remote-history/<VIN>~"
~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~"
)") )")
) )
))):splitBy()) ))):splitBy())
@ -53,16 +53,16 @@ module TP_Mobile_RemoteServices {
) )
) )
,entityName.in( ,entityName.in(
~"POST /api/v2/presentation/remote-commands/eventStatus~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~", ~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~", ~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~", ~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~", ~"GET /api/v2/presentation/remote-history/<VIN>~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~", ~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~", ~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~", ~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"GET /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v1/presentation/remote-history/<VIN>~"
~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~"
)") )")
) )
))):splitBy())) ))):splitBy()))

View File

@ -26,8 +26,8 @@ module TP_Mobile_Send2VehicleMGU {
) )
) )
,entityName.in( ,entityName.in(
~"/v2/motorist/[UUID]/trips~", ~"/v3/motorist/[UUID]/trips~",
~"/v3/motorist/[UUID]/trips~" ~"/v2/motorist/[UUID]/trips~"
)") )")
) )
))):splitBy()) ))):splitBy())
@ -45,8 +45,8 @@ module TP_Mobile_Send2VehicleMGU {
) )
) )
,entityName.in( ,entityName.in(
~"/v2/motorist/[UUID]/trips~", ~"/v3/motorist/[UUID]/trips~",
~"/v3/motorist/[UUID]/trips~" ~"/v2/motorist/[UUID]/trips~"
)") )")
) )
))):splitBy())) ))):splitBy()))

View File

@ -28,7 +28,6 @@ module TP_Mobile_VehicleData {
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/vehicles/<VIN>/state~", ~"GET /api/v1/vehicles/<VIN>/state~",
~"GET /api/v1/vehicles<VIN>~",
~"GET /v1/vehicle/<VIN>~" ~"GET /v1/vehicle/<VIN>~"
)") )")
) )
@ -49,7 +48,6 @@ module TP_Mobile_VehicleData {
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/vehicles/<VIN>/state~", ~"GET /api/v1/vehicles/<VIN>/state~",
~"GET /api/v1/vehicles<VIN>~",
~"GET /v1/vehicle/<VIN>~" ~"GET /v1/vehicle/<VIN>~"
)") )")
) )

View File

@ -37,9 +37,6 @@ module TP_Mobile_PersonalFavorites {
~"PUT /api/v2/favorites/homework/2~" ~"PUT /api/v2/favorites/homework/2~"
)") )")
) )
<<<<<<< HEAD
))):splitBy():sum:auto:sort(value(sum,descending)))"
=======
))):splitBy()) ))):splitBy())
/ /
(builtin:service.keyRequest.count.server:filter( (builtin:service.keyRequest.count.server:filter(
@ -66,12 +63,7 @@ module TP_Mobile_PersonalFavorites {
~"PUT /api/v2/favorites/homework/2~" ~"PUT /api/v2/favorites/homework/2~"
)") )")
) )
<<<<<<< HEAD
))):splitBy()))"
>>>>>>> b81834091683d952e2d1521baba73fa2ab118d03
=======
))):splitBy())) ))):splitBy()))
>>>>>>> origin/master
EOT EOT
#if not set (removed) it's defaulted to "-1d" #if not set (removed) it's defaulted to "-1d"
@ -85,8 +77,3 @@ target = 98 #if not set(removed) it's defaulted
warning = 99 #if not set(removed) it's defaulted to 99 warning = 99 #if not set(removed) it's defaulted to 99
} }
output "TP_Mobile_PersonalFavorites_metric" {
value = module.TP_Mobile_PersonalFavorites.metric_expression
}

View File

@ -29,7 +29,6 @@ module TP_Mobile_Mapping {
,entityName.in( ,entityName.in(
~"GET /api/v2/presentation/users/validate~", ~"GET /api/v2/presentation/users/validate~",
~"POST /api/v2/vehicles/<VIN>/primary~", ~"POST /api/v2/vehicles/<VIN>/primary~",
~"POST /api/v2/vehicles/<VIN>/secondary~",
~"POST /api/v2/vehicles/<VIN>/primary/map~", ~"POST /api/v2/vehicles/<VIN>/primary/map~",
~"POST /api/v1/vehicles/<VIN>/validate-security-code~", ~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
~"POST /api/v1/vehicles/<VIN>/resend-security-code~", ~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
@ -54,7 +53,6 @@ module TP_Mobile_Mapping {
,entityName.in( ,entityName.in(
~"GET /api/v2/presentation/users/validate~", ~"GET /api/v2/presentation/users/validate~",
~"POST /api/v2/vehicles/<VIN>/primary~", ~"POST /api/v2/vehicles/<VIN>/primary~",
~"POST /api/v2/vehicles/<VIN>/secondary~",
~"POST /api/v2/vehicles/<VIN>/primary/map~", ~"POST /api/v2/vehicles/<VIN>/primary/map~",
~"POST /api/v1/vehicles/<VIN>/validate-security-code~", ~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
~"POST /api/v1/vehicles/<VIN>/resend-security-code~", ~"POST /api/v1/vehicles/<VIN>/resend-security-code~",

View File

@ -37,9 +37,15 @@ module TP_Mobile_PersonalFavorites {
~"PUT /api/v2/favorites/homework/2~" ~"PUT /api/v2/favorites/homework/2~"
)") )")
) )
<<<<<<< HEAD
))):splitBy():sum:auto:sort(value(sum,descending)))" ))):splitBy():sum:auto:sort(value(sum,descending)))"
======= ~"POST /api/v3/favorites/~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~",
~"PUT /api/v2/favorites/<favoriteId>~",
~"PUT /api/v3/favorites/<favoriteId>~",
~"DELETE /api/v2/favorites/<favoriteId>~"
)")
)
))):splitBy()) ))):splitBy())
/ /
(builtin:service.keyRequest.count.server:filter( (builtin:service.keyRequest.count.server:filter(
@ -66,12 +72,16 @@ module TP_Mobile_PersonalFavorites {
~"PUT /api/v2/favorites/homework/2~" ~"PUT /api/v2/favorites/homework/2~"
)") )")
) )
<<<<<<< HEAD
))):splitBy()))"
>>>>>>> b81834091683d952e2d1521baba73fa2ab118d03
=======
))):splitBy())) ))):splitBy()))
>>>>>>> origin/master ~"POST /api/v3/favorites/~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~",
~"PUT /api/v2/favorites/<favoriteId>~",
~"PUT /api/v3/favorites/<favoriteId>~",
~"DELETE /api/v2/favorites/<favoriteId>~"
)")
)
))):splitBy()))
EOT EOT
#if not set (removed) it's defaulted to "-1d" #if not set (removed) it's defaulted to "-1d"

View File

@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
) )
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/events/[UUID]~", ~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /api/v1/events/[UUID]/cancel~", ~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /api/v1/event/execute~", ~"POST /eadrax-r360/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~", ~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~", ~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~", ~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~", ~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~" ~"GET /recordings/vehicle/$vin~"
)") )")
) )
))):splitBy()) ))):splitBy())
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
) )
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/events/[UUID]~", ~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /api/v1/events/[UUID]/cancel~", ~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /api/v1/event/execute~", ~"POST /eadrax-r360/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~", ~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~", ~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~", ~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~", ~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~" ~"GET /recordings/vehicle/$vin~"
)") )")
) )
))):splitBy())) ))):splitBy()))

View File

@ -32,9 +32,12 @@ module TP_Mobile_RemoteServices {
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~", ~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~", ~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~", ~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~", ~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v2/presentation/remote-commands/eventPosition~",
~"GET /api/v1/presentation/remote-history/<VIN>~", ~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~" ~"GET /api/v2/presentation/remote-commands/eventStatus~"
)") )")
) )
@ -59,9 +62,12 @@ module TP_Mobile_RemoteServices {
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~", ~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~", ~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~", ~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~", ~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v2/presentation/remote-commands/eventPosition~",
~"GET /api/v1/presentation/remote-history/<VIN>~", ~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~" ~"GET /api/v2/presentation/remote-commands/eventStatus~"
)") )")
) )

View File

@ -27,7 +27,7 @@ module TP_Mobile_VehicleData {
) )
) )
,entityName.in( ,entityName.in(
~"GET /api/v1/vehicles/<VIN>/state", ~"GET /api/v1/vehicles/<VIN>/state~",
~"GET /v1/vehicle/<VIN>~" ~"GET /v1/vehicle/<VIN>~"
)") )")
) )