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_VehicleList
feature/INFOTAIN-33521-bch-highlights-setup-of-dynatrace-dashboards
Doris Ruppert (ext.) 2023-05-10 12:09:54 +00:00
commit 7152bd3385
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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