OPMAAS-3642 TP_ slos for CN updated
parent
c913fb8d27
commit
3f8b59785b
|
|
@ -28,17 +28,14 @@ module TP_Mobile_RemoteServices {
|
|||
~"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>/vehicle-finder~",
|
||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||
~"POST /api/v3/presentation/remote-commands/eventStatus~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/door-lock~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/door-unlock~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-now~",
|
||||
~"GET /api/v3/presentation/remote-history/<VIN>~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"POST /api/v3/presentation/remote-commands/eventPosition~"
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~"
|
||||
)"))))):splitBy())
|
||||
EOT
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@ module TP_Mobile_Send2VehicleMGU {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
|
|
@ -30,7 +29,6 @@ module TP_Mobile_Send2VehicleMGU {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
)"))))):splitBy()))
|
||||
EOT
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ module TP_Mobile_VehicleData {
|
|||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
||||
~"GET /api/v2/vehicles/<VIN>/state~",
|
||||
~"GET /api/v4/vehicles/state~",
|
||||
~"GET /v1/vehicle/<VIN>~",
|
||||
~"GET /v2/vehicle/<VIN>~"
|
||||
)")))):splitBy())
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ module TP_Mobile_VehicleList {
|
|||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
,~"GET /api/v2/vehicles~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",
|
||||
|
|
@ -32,6 +33,7 @@ module TP_Mobile_VehicleList {
|
|||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
,~"GET /api/v2/vehicles~"
|
||||
)"))))):splitBy()))
|
||||
EOT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue