adapting SLO RS SLOs
parent
09fddbb818
commit
f42103ffd2
|
|
@ -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(
|
||||||
|
|
|
||||||
|
|
@ -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(
|
||||||
|
|
|
||||||
|
|
@ -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()))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue