updated slo

PerseusSLO
rforstner 2022-04-21 09:02:17 +02:00
parent 0c9a664de4
commit ddd6c5bc08
7 changed files with 66 additions and 66 deletions

View File

@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
)
)
,entityName.in(
~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /eadrax-r360/v1/event/execute~",
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /recordings/vehicle/$vin~"
~"GET /api/v1/events/[UUID]~",
~"POST /api/v1/events/[UUID]/cancel~",
~"POST /api/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~"
)")
)
))):splitBy())
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
)
)
,entityName.in(
~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /eadrax-r360/v1/event/execute~",
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /recordings/vehicle/$vin~"
~"GET /api/v1/events/[UUID]~",
~"POST /api/v1/events/[UUID]/cancel~",
~"POST /api/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~"
)")
)
))):splitBy()))

View File

@ -26,10 +26,10 @@ module TP_Mobile_PersonalFavorites {
)
)
,entityName.in(
~"POST /api/v2/favorites~",
~"POST /api/v3/favorites~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~",
~"POST /api/v2/favorites/~",
~"POST /api/v3/favorites/~",
~"GET /api/v2/favorites/~",
~"GET /api/v3/favorites/~",
~"GET /api/v1/favorites~",
~"PUT /api/v2/favorites/<favoriteId>~",
~"PUT /api/v3/favorites/<favoriteId>~",
@ -52,10 +52,10 @@ module TP_Mobile_PersonalFavorites {
)
)
,entityName.in(
~"POST /api/v2/favorites~",
~"POST /api/v3/favorites~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~",
~"POST /api/v2/favorites/~",
~"POST /api/v3/favorites/~",
~"GET /api/v2/favorites/~",
~"GET /api/v3/favorites/~",
~"GET /api/v1/favorites~",
~"PUT /api/v2/favorites/<favoriteId>~",
~"PUT /api/v3/favorites/<favoriteId>~",

View File

@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
)
)
,entityName.in(
~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /eadrax-r360/v1/event/execute~",
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /recordings/vehicle/$vin~"
~"GET /api/v1/events/[UUID]~",
~"POST /api/v1/events/[UUID]/cancel~",
~"POST /api/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~"
)")
)
))):splitBy())
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
)
)
,entityName.in(
~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /eadrax-r360/v1/event/execute~",
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /recordings/vehicle/$vin~"
~"GET /api/v1/events/[UUID]~",
~"POST /api/v1/events/[UUID]/cancel~",
~"POST /api/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~"
)")
)
))):splitBy()))

View File

@ -1,7 +1,7 @@
terraform {
required_providers {
dynatrace = {
version = "1.10.0"
version = "1.11.0"
source = "dynatrace-oss/dynatrace"
}
}

View File

@ -26,10 +26,10 @@ module TP_Mobile_PersonalFavorites {
)
)
,entityName.in(
~"POST /api/v2/favorites~",
~"POST /api/v3/favorites~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~",
~"POST /api/v2/favorites/~",
~"POST /api/v3/favorites/~",
~"GET /api/v2/favorites/~",
~"GET /api/v3/favorites/~",
~"PUT /api/v2/favorites/<favoriteId>~",
~"PUT /api/v3/favorites/<favoriteId>~",
~"DELETE /api/v2/favorites/<favoriteId>~"
@ -50,10 +50,10 @@ module TP_Mobile_PersonalFavorites {
)
)
,entityName.in(
~"POST /api/v2/favorites~",
~"POST /api/v3/favorites~",
~"GET /api/v2/favorites~",
~"GET /api/v3/favorites~",
~"POST /api/v2/favorites/~",
~"POST /api/v3/favorites/~",
~"GET /api/v2/favorites/~",
~"GET /api/v3/favorites/~",
~"PUT /api/v2/favorites/<favoriteId>~",
~"PUT /api/v3/favorites/<favoriteId>~",
~"DELETE /api/v2/favorites/<favoriteId>~"

View File

@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
)
)
,entityName.in(
~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /eadrax-r360/v1/event/execute~",
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /recordings/vehicle/$vin~"
~"GET /api/v1/events/[UUID]~",
~"POST /api/v1/events/[UUID]/cancel~",
~"POST /api/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~"
)")
)
))):splitBy())
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
)
)
,entityName.in(
~"GET /eadrax-r360/v1/events/$eventId~",
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
~"POST /eadrax-r360/v1/event/execute~",
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
~"GET /recordings/vehicle/$vin~"
~"GET /api/v1/events/[UUID]~",
~"POST /api/v1/events/[UUID]/cancel~",
~"POST /api/v1/event/execute~",
~"GET /api/v1/download/[UUID]/<fileName>~",
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
~"GET /api/v1/vehicle/<VIN>/key~",
~"GET /api/v1/recordings/vehicle/<VIN>~"
)")
)
))):splitBy()))

View File

@ -1,7 +1,7 @@
terraform {
required_providers {
dynatrace = {
version = "1.10.0"
version = "1.11.0"
source = "dynatrace-oss/dynatrace"
}
}