OPMAAS-3642 Wirkkette_ slos for CN updated
parent
3f8b59785b
commit
7ad8d744c3
|
|
@ -20,8 +20,8 @@ module TP_Mobile_VehicleList {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
,~"GET /api/v2/vehicles~"
|
||||
~"GET /api/v1/vehicles~",
|
||||
~"GET /api/v2/vehicles~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",
|
||||
|
|
@ -32,8 +32,8 @@ module TP_Mobile_VehicleList {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
,~"GET /api/v2/vehicles~"
|
||||
~"GET /api/v1/vehicles~",
|
||||
~"GET /api/v2/vehicles~"
|
||||
)"))))):splitBy()))
|
||||
EOT
|
||||
|
||||
|
|
|
|||
|
|
@ -31,17 +31,14 @@ module Wirkkette__Remote_Services__-_Reliability_of_key_requests {
|
|||
~"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
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ module Wirkkette__Send_to_Car__MGU___-_Reliability_of_key_requests {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
|
|
@ -33,7 +32,6 @@ module Wirkkette__Send_to_Car__MGU___-_Reliability_of_key_requests {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
)"))))):splitBy()))
|
||||
EOT
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ module Wirkkette__Vehicle_Data__-_Reliability_of_key_requests {
|
|||
)
|
||||
,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,7 +21,8 @@ module Wirkkette__Vehicle_List__-_Reliability_of_key_requests {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
~"GET /api/v1/vehicles~",
|
||||
~"GET /api/v2/vehicles~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",
|
||||
|
|
@ -32,7 +33,8 @@ module Wirkkette__Vehicle_List__-_Reliability_of_key_requests {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
~"GET /api/v1/vehicles~",
|
||||
~"GET /api/v2/vehicles~"
|
||||
)"))))):splitBy()))
|
||||
EOT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue