Pull request #138: OPMAAS-4071 added 2 new endpoints to SLO TP_Mobile_VehicleList
Merge in OPAPM/coco_terraform_config from OPMAAS-4071 to master * commit 'fb97039140f62176d38bec967565e08dfa84ceb4': OPMAAS-4071 added 2 new endpoints to SLO TP_Mobile_VehicleListfeature/INFOTAIN-33521-bch-highlights-setup-of-dynatrace-dashboards
commit
7152bd3385
|
|
@ -21,7 +21,9 @@ module TP_Mobile_VehicleList {
|
|||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v2/vehicles~",
|
||||
~"GET /api/v4/vehicles~"
|
||||
~"GET /api/v4/vehicles~",
|
||||
~"/api/v5/vehicle-list~",
|
||||
~"/api/v5/vehicle-data/profile~"
|
||||
)"))))):splitBy())
|
||||
EOT
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,9 @@ module TP_Mobile_VehicleList {
|
|||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v2/vehicles~",
|
||||
~"GET /api/v4/vehicles~"
|
||||
~"GET /api/v4/vehicles~",
|
||||
~"/api/v5/vehicle-list~",
|
||||
~"/api/v5/vehicle-data/profile~"
|
||||
)"))))):splitBy())
|
||||
EOT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue