updated slo
parent
0c9a664de4
commit
ddd6c5bc08
|
|
@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
~"GET /api/v1/events/[UUID]~",
|
||||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
~"POST /eadrax-r360/v1/event/execute~",
|
~"POST /api/v1/event/execute~",
|
||||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /recordings/vehicle/$vin~"
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
~"GET /api/v1/events/[UUID]~",
|
||||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
~"POST /eadrax-r360/v1/event/execute~",
|
~"POST /api/v1/event/execute~",
|
||||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /recordings/vehicle/$vin~"
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ module TP_Mobile_PersonalFavorites {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/favorites~",
|
~"POST /api/v2/favorites/~",
|
||||||
~"POST /api/v3/favorites~",
|
~"POST /api/v3/favorites/~",
|
||||||
~"GET /api/v2/favorites~",
|
~"GET /api/v2/favorites/~",
|
||||||
~"GET /api/v3/favorites~",
|
~"GET /api/v3/favorites/~",
|
||||||
~"GET /api/v1/favorites~",
|
~"GET /api/v1/favorites~",
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
|
|
@ -52,10 +52,10 @@ module TP_Mobile_PersonalFavorites {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/favorites~",
|
~"POST /api/v2/favorites/~",
|
||||||
~"POST /api/v3/favorites~",
|
~"POST /api/v3/favorites/~",
|
||||||
~"GET /api/v2/favorites~",
|
~"GET /api/v2/favorites/~",
|
||||||
~"GET /api/v3/favorites~",
|
~"GET /api/v3/favorites/~",
|
||||||
~"GET /api/v1/favorites~",
|
~"GET /api/v1/favorites~",
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
|
|
|
||||||
|
|
@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
~"GET /api/v1/events/[UUID]~",
|
||||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
~"POST /eadrax-r360/v1/event/execute~",
|
~"POST /api/v1/event/execute~",
|
||||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /recordings/vehicle/$vin~"
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
~"GET /api/v1/events/[UUID]~",
|
||||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
~"POST /eadrax-r360/v1/event/execute~",
|
~"POST /api/v1/event/execute~",
|
||||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /recordings/vehicle/$vin~"
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
dynatrace = {
|
dynatrace = {
|
||||||
version = "1.10.0"
|
version = "1.11.0"
|
||||||
source = "dynatrace-oss/dynatrace"
|
source = "dynatrace-oss/dynatrace"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ module TP_Mobile_PersonalFavorites {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/favorites~",
|
~"POST /api/v2/favorites/~",
|
||||||
~"POST /api/v3/favorites~",
|
~"POST /api/v3/favorites/~",
|
||||||
~"GET /api/v2/favorites~",
|
~"GET /api/v2/favorites/~",
|
||||||
~"GET /api/v3/favorites~",
|
~"GET /api/v3/favorites/~",
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||||
|
|
@ -50,10 +50,10 @@ module TP_Mobile_PersonalFavorites {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/favorites~",
|
~"POST /api/v2/favorites/~",
|
||||||
~"POST /api/v3/favorites~",
|
~"POST /api/v3/favorites/~",
|
||||||
~"GET /api/v2/favorites~",
|
~"GET /api/v2/favorites/~",
|
||||||
~"GET /api/v3/favorites~",
|
~"GET /api/v3/favorites/~",
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||||
|
|
|
||||||
|
|
@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
~"GET /api/v1/events/[UUID]~",
|
||||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
~"POST /eadrax-r360/v1/event/execute~",
|
~"POST /api/v1/event/execute~",
|
||||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /recordings/vehicle/$vin~"
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
~"GET /api/v1/events/[UUID]~",
|
||||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
~"POST /eadrax-r360/v1/event/execute~",
|
~"POST /api/v1/event/execute~",
|
||||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /recordings/vehicle/$vin~"
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
dynatrace = {
|
dynatrace = {
|
||||||
version = "1.10.0"
|
version = "1.11.0"
|
||||||
source = "dynatrace-oss/dynatrace"
|
source = "dynatrace-oss/dynatrace"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue