adapting SLO RS SLOs

SLO_VehicleListFix
rforstner 2022-05-20 12:27:55 +02:00
parent 09fddbb818
commit f42103ffd2
3 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ module TP_Mobile_Remote360 {
"type(service_method), "type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"remote-360-composite-service-PROD~" ~"remote-360-composite-service - PROD~"
) )
) )
,entityName.in( ,entityName.in(
@ -47,7 +47,7 @@ module TP_Mobile_Remote360 {
"type(service_method), "type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"remote-360-composite-service-PROD~" ~"remote-360-composite-service - PROD~"
) )
) )
,entityName.in( ,entityName.in(

View File

@ -22,7 +22,7 @@ module TP_Mobile_RemoteServices {
"type(service_method), "type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"vehicle-remote-commands-composite-service-PROD~" ~"btc-vehicle-remote-commands-composite-service - PROD~"
) )
) )
,entityName.in( ,entityName.in(
@ -49,7 +49,7 @@ module TP_Mobile_RemoteServices {
"type(service_method), "type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"vehicle-remote-commands-composite-service-PROD~" ~"btc-vehicle-remote-commands-composite-service - PROD~"
) )
) )
,entityName.in( ,entityName.in(

View File

@ -33,9 +33,9 @@ module TP_Mobile_RemoteServices {
~"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>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~", ~"POST /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~" ~"POST /api/v2/presentation/remote-commands/eventStatus~"
)") )")
) )
))):splitBy()) ))):splitBy())
@ -60,9 +60,9 @@ module TP_Mobile_RemoteServices {
~"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>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~", ~"POST /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~" ~"POST /api/v2/presentation/remote-commands/eventStatus~"
)") )")
) )
))):splitBy())) ))):splitBy()))