Added gitignore file.
parent
11c3e11864
commit
7c529fb131
14
.env
14
.env
|
|
@ -1,14 +0,0 @@
|
|||
EUPROD_ENV_URL="https://xxu26128.live.dynatrace.com"
|
||||
NAPROD_ENV_URL="https://wgv50241.live.dynatrace.com"
|
||||
EUPREPROD_ENV_URL="https://qqk70169.live.dynatrace.com"
|
||||
NAPREPROD_ENV_URL="https://onb44935.live.dynatrace.com"
|
||||
CNPROD_ENV_URL="https://dynatracemgd-cn.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b"
|
||||
CNPREPROD_ENV_URL="https://dynatracemgd-cn.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35"
|
||||
EUPROD_API_TOKEN="dt0c01.SIV7KWFZSMM7JQGDYGAZVDIQ.KZK4HX3UM5KMEGXZSJQKZ3LXCFK4KOD5UJJ6RGZB6K4YLKXGRJTE6J3R3UK4HPU5"
|
||||
NAPROD_API_TOKEN="dt0c01.7DXA7T5W35DV4SYWEDU4VC5J.ALFUWDKK5ZVV7PRIHXVRM6DWREYAAKGNK4YQ3MU2IEKVM2XHB2N7DF5HILGYJGVO"
|
||||
EUPREPROD_API_TOKEN="dt0c01.VD725EQWAQOLYNGNRLFPJ4U2.UBU5OUCXYKY4VP3OBHRY4MH5RIZSAXC3WI2UO7MPDNKKRROPYI5OOALA4L4D4F3N"
|
||||
NAPREPROD_API_TOKEN="dt0c01.KQ64JERJCMLD43F6NZKPX2QC.C44KIQCEV3B3YFFDXTNATZ4QFFWXYAGBY26LTRUQ6USGYYBUHJPDSHJRVHHJU4DR"
|
||||
CNPROD_API_TOKEN="dt0c01.4UHEJOX36ALWFFTPLZGD5YDL.JHG4THBUHLLULOAMR32HWYJW6ZJUXT3LOLSU3QHYWKD2LQTNZM7L2FL4IHUJKCZY"
|
||||
CNPREPROD_API_TOKEN="dt0c01.JUFEQIEBPQJA6XE4JBULSJC4.MPR5SSWN6DGUANMMJ7RQQJN5PXTL4HOP45O4KXQ3AOCPFC7I6JY22JAC6OFNAUBU"
|
||||
GLOBAL_API_TOKEN="<yourtoken>"
|
||||
TERRA_API_TOKEN="<yourtoken>"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
bin/
|
||||
output/
|
||||
.env
|
||||
.terraform.lock.hcl
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"Modules":[{"Key":"","Source":"","Dir":"."},{"Key":"configDir","Source":"./configuration/20211201-113122_EUPROD_CONFIGURATION","Dir":"configuration/20211201-113122_EUPROD_CONFIGURATION"},{"Key":"configDir.management_zones","Source":"./management_zones","Dir":"configuration/20211201-113122_EUPROD_CONFIGURATION/management_zones"},{"Key":"dynatrace_management_zone","Source":"./configuration/20211201-113122_EUPROD_CONFIGURATION/management_zones","Dir":"configuration/20211201-113122_EUPROD_CONFIGURATION/management_zones"},{"Key":"dynatrace_k8s_credentials","Source":"./configuration/20211201-153908_EUPROD_CONFIGURATION/credentials","Dir":"configuration/20211201-153908_EUPROD_CONFIGURATION/credentials"},{"Key":"dynatrace_aws_credentials","Source":"./configuration/20211201-153908_EUPROD_CONFIGURATION/credentials","Dir":"configuration/20211201-153908_EUPROD_CONFIGURATION/credentials"},{"Key":"dynatrace_credentials","Source":"./configuration/20211201-153908_EUPROD_CONFIGURATION/credentials","Dir":"configuration/20211201-153908_EUPROD_CONFIGURATION/credentials"},{"Key":"dynatrace_management_zones","Source":"./configuration/20211201-171954_EUPREPROD_CONFIGURATION/management_zones","Dir":"configuration/20211201-171954_EUPREPROD_CONFIGURATION/management_zones"}]}
|
||||
|
|
@ -1,201 +0,0 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
|
@ -1,80 +0,0 @@
|
|||
# Dynatrace Terraform Provider
|
||||
## Requirements
|
||||
|
||||
- [Terraform](https://www.terraform.io/downloads.html) 0.13.x+
|
||||
|
||||
## Using the provider
|
||||
|
||||
If you want to run Terraform with the dynatrace provider plugin on your system, add the plug-in provider to the Terraform configuration file.
|
||||
|
||||
```hcl
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
version = "1.8.4"
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
In order to configure the provider, add a code section like this into your Terraform configuration file
|
||||
|
||||
```hcl
|
||||
provider "dynatrace" {
|
||||
dt_env_url = "https://#######.live.dynatrace.com"
|
||||
dt_api_token = "##########################################"
|
||||
}
|
||||
```
|
||||
|
||||
where `dt_env_url` represents the URL of your Dynatrace Environment and `dt_api_token` needs to be an API Token with the permissions `Read configuration` and `Capture request data`.
|
||||
|
||||
## Currently supported configuration settings
|
||||
* Dashboards
|
||||
* Management Zones
|
||||
* Custom Services
|
||||
* Request Attributes
|
||||
* Alerting Profiles
|
||||
* Problem Notifiations
|
||||
* Auto Tag Configuration
|
||||
* Kubernetes Credentials
|
||||
* AWS Credentials
|
||||
* Azure Credentials
|
||||
* Maintenance Windows
|
||||
* Service Level Objectives
|
||||
* Service Naming
|
||||
* Host Naming
|
||||
* Process Group Naming
|
||||
* Calculated Service Metrics
|
||||
|
||||
## Using API Parameters not supported by this module
|
||||
|
||||
By default, this terraform provider also includes an 'unknowns' operator for configuring properties that are not yet explicitly supported by this provider
|
||||
|
||||
To use this, simply pass a [jsonencoded](https://www.terraform.io/docs/language/functions/jsonencode.html) list of key-value parameters you want the provider to also manage via API call
|
||||
|
||||
```hcl
|
||||
resource "dynatrace_k8s_credentials" "k8s_integration" {
|
||||
unkowns = jsonencode("activeGateGroup"="myactivegategroup.nonp")
|
||||
}
|
||||
```
|
||||
|
||||
## Exporting existing configuration from a Dynatrace Environment
|
||||
In addition to acting as a Terraform Provider Plugin the executable `terraform-provider-dynatrace` (`terraform-provider-dynatrace.exe` on Windows) can also get directly invoked.
|
||||
The utility then reaches out to the Dynatrace Environment specified by the command line arguments and fetches all currently supported configuration items. These results will then automatically get transformed into HCL (the configuration language to be used for `.tf` files) and places each configuration item into its own `.tf` file).
|
||||
### Command Line Syntax
|
||||
Invoking the export functionality requires
|
||||
* The environment varibale `DYNATRACE_ENV_URL` as the URL of your Dynatrace Environment
|
||||
* The environment variable `DYNATRACE_API_TOKEN` as the API Token with the permissions `Read configuration` and `Capture request data`
|
||||
* Optinonally the environment variable `DYNATRACE_TARGET_FOLDER`. If it's not set, the output folder `./configuration` is assumed
|
||||
#### Windows
|
||||
`terraform-provider-dynatrace.exe export *[<resourcename>[=<id>]]`
|
||||
#### Linux
|
||||
`./terraform-provider-dynatrace export *[<resourcename>[=<id>]]`
|
||||
#### Usage Examples
|
||||
* `./terraform-provider-dynatrace export` downloads all available configuration settings
|
||||
* `./terraform-provider-dynatrace export dynatrace_dashboard` downloads all available dashboards
|
||||
* `./terraform-provider-dynatrace export dynatrace_dashboard dynatrace_slo` downloads all available dashboards and all available SLOs
|
||||
* `./terraform-provider-dynatrace export dynatrace_dashboard=4f5942d4-3450-40a8-818f-c5faeb3563d0` downloads only the dashboard with the id `4f5942d4-3450-40a8-818f-c5faeb3563d0`
|
||||
* `./terraform-provider-dynatrace export dynatrace_dashboard=4f5942d4-3450-40a8-818f-c5faeb3563d0 dynatrace_dashboard=9c4b75f1-9a64-4b44-a8e4-149154fd5325` downloads only the dashboards with the ids `4f5942d4-3450-40a8-818f-c5faeb3563d0` and `9c4b75f1-9a64-4b44-a8e4-149154fd5325`
|
||||
* `./terraform-provider-dynatrace export dynatrace_slo dynatrace_dashboard=4f5942d4-3450-40a8-818f-c5faeb3563d0 dynatrace_dashboard=9c4b75f1-9a64-4b44-a8e4-149154fd5325` downloads all available SLOs and only the dashboards with the ids `4f5942d4-3450-40a8-818f-c5faeb3563d0` and `9c4b75f1-9a64-4b44-a8e4-149154fd5
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_ASBC-RSU_E2E" {
|
||||
display_name = "CD_ASBC-RSU E2E"
|
||||
mz_id = "-1268277950254444437"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDASBC-RSU"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDASBC-RSU"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDASBC-RSU"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDASBC-RSU"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDASBC-RSU"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,76 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_ASBC-RSU" {
|
||||
display_name = "CD_ASBC-RSU"
|
||||
mz_id = "-1268277950254444437"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-RSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-RSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-RSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-RSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-RSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-RSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_ASBC-STM_PROD" {
|
||||
display_name = "CD_ASBC-STM PROD"
|
||||
mz_id = "-5139616067943914324"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_ASBC-TVP_PROD" {
|
||||
display_name = "CD_ASBC-TVP PROD"
|
||||
mz_id = "-5884762133802735399"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_BMW_POINTS_ENGINE_PROD" {
|
||||
display_name = "CD_BMW_POINTS_ENGINE PROD"
|
||||
mz_id = "-8570994466372814219"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "BMW_POINTS_ENGINE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "BMW_POINTS_ENGINE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "BMW_POINTS_ENGINE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "BMW_POINTS_ENGINE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "BMW_POINTS_ENGINE"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_CICD_PROD" {
|
||||
display_name = "CD_CICD PROD"
|
||||
mz_id = "5483395701072092813"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,106 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_Call-Handling-Backends_NGTP_NGTP-CS" {
|
||||
display_name = "CD_Call-Handling-Backends NGTP/NGTP-CS"
|
||||
mz_id = "6501681794177069649"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP-CS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP-CS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP-CS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP-CS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP-CS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP-CS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NGTP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_ImageBlur_PROD" {
|
||||
display_name = "CD_ImageBlur PROD"
|
||||
mz_id = "-319238264175647671"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CD_ImageBlur"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CD_ImageBlur"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CD_ImageBlur"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CD_ImageBlur"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CD_ImageBlur"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_LSCFSU_PROD" {
|
||||
display_name = "CD_LSCFSU PROD"
|
||||
mz_id = "-7762134287292745723"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "LSCFSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "LSCFSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "LSCFSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "LSCFSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "LSCFSU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_NOP-Archive_PROD" {
|
||||
display_name = "CD_NOP-Archive PROD"
|
||||
mz_id = "1023740486178908540"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NOP-Archive"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NOP-Archive"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NOP-Archive"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NOP-Archive"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "NOP-Archive"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_RemoteServices" {
|
||||
display_name = "CD_RemoteServices"
|
||||
mz_id = "5188541189677060803"
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 5
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 5
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 5
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 5
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,130 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_SMACC-BE" {
|
||||
display_name = "CD_SMACC-BE"
|
||||
mz_id = "-3795364033337839281"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "External"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "External"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "External"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "External"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "External"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "External"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_SMC2_CEKS_PROD" {
|
||||
display_name = "CD_SMC2_CEKS PROD"
|
||||
mz_id = "4397088666970698037"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-ceks"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-ceks"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-ceks"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-ceks"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-ceks"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_SVDS_PROD" {
|
||||
display_name = "CD_SVDS PROD"
|
||||
mz_id = "-4413944977212003148"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SVDS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SVDS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SVDS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SVDS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SVDS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,76 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_Speech_HTTS" {
|
||||
display_name = "CD_Speech HTTS"
|
||||
mz_id = "4065036998432033236"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "HTTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "HTTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "HTTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "HTTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "HTTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ANY"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "HTTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_VPS-Archive_PROD" {
|
||||
display_name = "CD_VPS-Archive PROD"
|
||||
mz_id = "-1017790433340187721"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Archive"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Archive"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Archive"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Archive"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Archive"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_VPS-Monitor_PROD" {
|
||||
display_name = "CD_VPS-Monitor PROD"
|
||||
mz_id = "-4238479884355788160"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Monitor"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Monitor"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Monitor"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Monitor"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Monitor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_VPS-Trigger_PROD" {
|
||||
display_name = "CD_VPS-Trigger PROD"
|
||||
mz_id = "-7519199679488905472"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Trigger"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Trigger"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Trigger"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Trigger"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VPS-Trigger"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_VehicleCentricInformationServices_PROD" {
|
||||
display_name = "CD_VehicleCentricInformationServices PROD"
|
||||
mz_id = "3268847322115566645"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VehicleCentricInformationServices"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VehicleCentricInformationServices"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VehicleCentricInformationServices"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VehicleCentricInformationServices"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "VehicleCentricInformationServices"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_XCC_PROD" {
|
||||
display_name = "CD_XCC PROD"
|
||||
mz_id = "726963056829115815"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "XCC"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "XCC"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "XCC"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "XCC"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "XCC"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_am-bpm_PROD" {
|
||||
display_name = "CD_am-bpm PROD"
|
||||
mz_id = "-6595885403062829907"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "am-bpm"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "am-bpm"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "am-bpm"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "am-bpm"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "am-bpm"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_comfy_PROD" {
|
||||
display_name = "CD_comfy PROD"
|
||||
mz_id = "848401857749292905"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Namespace"
|
||||
value = "comfy"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Namespace"
|
||||
value = "comfy"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Namespace"
|
||||
value = "comfy"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Namespace"
|
||||
value = "comfy"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Namespace"
|
||||
value = "comfy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_emc_PROD" {
|
||||
display_name = "CD_emc PROD"
|
||||
mz_id = "1786086320445564585"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "emc"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "emc"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "emc"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "emc"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "emc"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_oes_PROD" {
|
||||
display_name = "CD_oes PROD"
|
||||
mz_id = "8628942035731022351"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "oes"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "oes"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "oes"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "oes"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "oes"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_rtti_PROD" {
|
||||
display_name = "CD_rtti PROD"
|
||||
mz_id = "-3219539803207924419"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "rtti"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "rtti"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "rtti"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "rtti"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "rtti"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_smc2-bl_PROD" {
|
||||
display_name = "CD_smc2-bl PROD"
|
||||
mz_id = "2228363312078773864"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-bl"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-bl"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-bl"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-bl"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-bl"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_smc2-key-trk_PROD" {
|
||||
display_name = "CD_smc2-key-trk PROD"
|
||||
mz_id = "-2891055759702142212"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-key-trk"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-key-trk"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-key-trk"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-key-trk"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-key-trk"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_smc2-rt_PROD" {
|
||||
display_name = "CD_smc2-rt PROD"
|
||||
mz_id = "-7966244513986779017"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-rt"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-rt"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-rt"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-rt"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "smc2-rt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_tsr-vu_PROD" {
|
||||
display_name = "CD_tsr-vu PROD"
|
||||
mz_id = "-4286479403216664835"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "tsr-vu"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "tsr-vu"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "tsr-vu"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "tsr-vu"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "tsr-vu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_tvp_PROD" {
|
||||
display_name = "CD_tvp PROD"
|
||||
mz_id = "994369514616635249"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,88 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_vehicle-remote-commands-composite-service_PROD" {
|
||||
display_name = "CD_vehicle-remote-commands-composite-service PROD"
|
||||
rules {
|
||||
delay_in_minutes = 15
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 15
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 15
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 15
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_wus_PROD" {
|
||||
display_name = "CD_wus PROD"
|
||||
mz_id = "-830480395218330790"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "wus"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "wus"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "wus"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "wus"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "wus"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "CD_xcc-settings_PROD" {
|
||||
display_name = "CD_xcc-settings PROD"
|
||||
mz_id = "2692334004302244598"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "xcc-settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "xcc-settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "xcc-settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "xcc-settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "INCLUDE_ALL"
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
tag_filters {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "xcc-settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "Default" {
|
||||
display_name = "Default"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "Mobile_2___Dark_Ops_Channel" {
|
||||
display_name = "Mobile 2 | Dark Ops Channel"
|
||||
mz_id = "7948932666251761491"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 15
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 15
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 15
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 30
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "Mobile2_Applications" {
|
||||
display_name = "Mobile2_Applications"
|
||||
mz_id = "7948932666251761491"
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 5
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "WL_Remote_Camera" {
|
||||
display_name = "WL_Remote_Camera"
|
||||
mz_id = "7111072854346026301"
|
||||
rules {
|
||||
delay_in_minutes = 0
|
||||
severity_level = "AVAILABILITY"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "ERROR"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "PERFORMANCE"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 10
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
rules {
|
||||
delay_in_minutes = 5
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tag_filter {
|
||||
include_mode = "NONE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
resource "dynatrace_alerting_profile" "test" {
|
||||
display_name = "test"
|
||||
mz_id = "-4462354815142253164"
|
||||
}
|
||||
|
|
@ -1,127 +0,0 @@
|
|||
resource "dynatrace_autotag" "Cloud" {
|
||||
name = "Cloud"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Azure"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "Azure-"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Azure"
|
||||
conditions {
|
||||
cloud_type {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "AZURE"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_CLOUD_TYPE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "AWS"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "AWS-"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "AWS"
|
||||
conditions {
|
||||
cloud_type {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "EC2"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_CLOUD_TYPE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "On Premise"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "OpenShift_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "On Premise"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "Multiproject_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "On Premise"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "SingleApplicationServer_"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,47 +0,0 @@
|
|||
resource "dynatrace_autotag" "Hub" {
|
||||
name = "Hub"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "EMEA"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "EMEA"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TYPE"
|
||||
}
|
||||
service_type {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "DATABASE_SERVICE"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
resource "dynatrace_autotag" "Microservice" {
|
||||
name = "Microservice"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "nws"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "nws-"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "bev"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "bev-"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "wea"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "wea-"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:Kubernetes:microservice}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "microservice"
|
||||
source = "KUBERNETES"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
resource "dynatrace_autotag" "Namespace" {
|
||||
name = "Namespace"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:KubernetesNamespace}"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "KUBERNETES_NAMESPACE"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
resource "dynatrace_autotag" "PaaS" {
|
||||
name = "PaaS"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Orbit"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "AWS-Orbit_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Runtime"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "Azure-NonFG_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:Environment:PaaS}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "PaaS"
|
||||
source = "ENVIRONMENT"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,165 +0,0 @@
|
|||
resource "dynatrace_autotag" "Platform" {
|
||||
name = "Platform"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "EKS"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "KUBERNETES_NAMESPACE"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
cloud_type {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "EC2"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_CLOUD_TYPE"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "AKS"
|
||||
conditions {
|
||||
cloud_type {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "AZURE"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_CLOUD_TYPE"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "KUBERNETES_NAMESPACE"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "OpenShift"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "OpenShift_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "Classic IT"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "Multiproject_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "Classic IT"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "SingleApplicationServer_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "ECS"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "AWS_ECS_CLUSTER"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "Classic IT"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "LINUX_"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = true
|
||||
propagation_types = ["HOST_TO_PROCESS_GROUP_INSTANCE"]
|
||||
value_format = "ECS"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_PAAS_TYPE"
|
||||
}
|
||||
paas_type {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "AWS_ECS_FARGATE"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,815 +0,0 @@
|
|||
resource "dynatrace_autotag" "WK" {
|
||||
name = "WK"
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
|
||||
value_format = "SMACC-BE"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "HealthResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "MetricsResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PrometheusResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PingResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "internal service"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "ProtocolDataApi"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "prod"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "executed"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
|
||||
value_format = "SMACC-KTS"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PrometheusResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "MetricsResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "HealthResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PingResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "executed"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "prod"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
|
||||
value_format = "ASBC-SMACC"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-SMACC"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "HealthResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "executed"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
|
||||
value_format = "SMACC"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-BE"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "HealthResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "MetricsResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PrometheusResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PingResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "internal service"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "ProtocolDataApi"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "prod"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "executed"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
|
||||
value_format = "SMACC"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "SMACC-KTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PrometheusResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "MetricsResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "HealthResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "PingResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "executed"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "prod"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
|
||||
value_format = "SMACC"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ASBC-SMACC"
|
||||
}
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "EQUALS"
|
||||
value = "HealthResource"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "executed"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "connected-oauth-service-apim"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "legal-document-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "user-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-mapping-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle List"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Remote Services"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "vehicle-features-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Send destination to vehicle (Legacy)"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "destination-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Send destination to vehicle (Legacy)"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "send-to-car-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Send destination to vehicle (MGU)"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "destination-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Send destination to vehicle (MGU)"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "send-to-car-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Personal Favorites"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "destination-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,709 +0,0 @@
|
|||
resource "dynatrace_autotag" "Wirkkette" {
|
||||
name = "Wirkkette"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "User Registration"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Connected OAuth Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "User Registration"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "ID Lookup Service "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "User Registration"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Legal Document Composite Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "User Registration"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "User Profile Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "APPLICATION"
|
||||
enabled = true
|
||||
value_format = "User Registration"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "WEB_APPLICATION_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "Toyota"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "User Registration"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDIP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Remote 360"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Remote 360 Composite Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Remote Services"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "RemoteServices"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Remote Services"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Vehicle Remote Commands Composite Service (VRCCS)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "APPLICATION"
|
||||
enabled = true
|
||||
value_format = "Remote Services"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "WEB_APPLICATION_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "Toyota"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Remote Services"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDIP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "User Composite Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "User Profile Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Vehicle User Relationship Service (VURS)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Vehicle Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Vehicle Mapping Composite Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "APPLICATION"
|
||||
enabled = true
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "WEB_APPLICATION_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = true
|
||||
operator = "CONTAINS"
|
||||
value = "Toyota"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle Mapping"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDIP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "WK"
|
||||
value = "vehicle-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "WK"
|
||||
value = "client-vehicle-telemetry-processor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "WK"
|
||||
value = "csi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "WK"
|
||||
value = "ccg"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "WK"
|
||||
value = "lsc-wo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "WK"
|
||||
value = "lsc-jr"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Vehicle Data"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "WK"
|
||||
value = "lsc-hr"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle List"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Vehicle User Relationship Service (VURS)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Vehicle List"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Vehicle Composite Service (VCS)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "Remote 360"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "Remote 360"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "APPLICATION"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "WEB_APPLICATION_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "ConnectedDrive Internet Portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "connected-oauth-service-apim"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "legal-document-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "user-profile-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "user-composite-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "token-exchanger-service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
value_format = "Login"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "CDIP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
resource "dynatrace_autotag" "app-id" {
|
||||
name = "app-id"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:Kubernetes:app-id}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "app-id"
|
||||
source = "KUBERNETES"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:CommandLineArgs/-Dcom.bmw.dynatrace.appid=(.*?)-D}"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "COMMAND_LINE_ARGS"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "-Dcom.bmw.dynatrace.appid="
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "{ProcessGroup:Environment:app-id}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "app-id"
|
||||
source = "ENVIRONMENT"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
resource "dynatrace_autotag" "app-name" {
|
||||
name = "app-name"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:Kubernetes:app-name}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "app-name"
|
||||
source = "KUBERNETES"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:CommandLineArgs/-Dcom.bmw.dynatrace.appname=(.*?)-D}"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "COMMAND_LINE_ARGS"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "-Dcom.bmw.dynatrace.appname="
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "{ProcessGroup:Environment:app-name}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "app-name"
|
||||
source = "ENVIRONMENT"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,99 +0,0 @@
|
|||
resource "dynatrace_autotag" "appd-id" {
|
||||
name = "appd-id"
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = false
|
||||
value_format = "APPD-213526"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "LINUX_E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = false
|
||||
value_format = "APPD-213526"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-88E150DEB78CF863"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = false
|
||||
value_format = "APPD-213526"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-99C88C9702E49D83"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = false
|
||||
value_format = "APPD-253617"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-65F9C24B3FBC643C"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = false
|
||||
value_format = "APPD-213526"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-826643CE73F48A4A"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "ENVIRONMENT"
|
||||
key = "ClusterName"
|
||||
value = "B2V-PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,79 +0,0 @@
|
|||
resource "dynatrace_autotag" "compass-id" {
|
||||
name = "compass-id"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "{ProcessGroup:Kubernetes:compass-id}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "compass-id"
|
||||
source = "KUBERNETES"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "{ProcessGroup:CommandLineArgs/compassid=(.*?)-D}"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "COMMAND_LINE_ARGS"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "-Dcom.bmw.dynatrace.compassid="
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "{ProcessGroup:Environment:compass-id}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "compass-id"
|
||||
source = "ENVIRONMENT"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "{ProcessGroup:CommandLineArgs/compid=(.*?)-D}"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "COMMAND_LINE_ARGS"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "-Dcom.bmw.dynatrace.compid="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
resource "dynatrace_autotag" "itsm-service" {
|
||||
name = "itsm-service"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:Kubernetes:itsm-service}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "itsm-service"
|
||||
source = "KUBERNETES"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,188 +0,0 @@
|
|||
resource "dynatrace_autotag" "licensing-base" {
|
||||
name = "licensing-base"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "EMEA-Prod-OpenShift"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Platform"
|
||||
value = "OpenShift"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "EMEA-Prod-AKS"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Platform"
|
||||
value = "AKS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "EMEA-Prod-EKS"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Platform"
|
||||
value = "EKS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "EMEA-Prod-Classic IT"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Platform"
|
||||
value = "Classic IT"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_HOST","PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "EMEA-Prod-ECS"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Platform"
|
||||
value = "ECS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "MOBILE_APPLICATION"
|
||||
enabled = true
|
||||
value_format = "CoCo-EMEA-Mobile"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "MOBILE_APPLICATION_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "APPLICATION"
|
||||
enabled = true
|
||||
value_format = "CoCo-EMEA-Apps"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "WEB_APPLICATION_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "CUSTOM_APPLICATION"
|
||||
enabled = true
|
||||
value_format = "CoCo-EMEA-CustomApps"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "CUSTOM_APPLICATION_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HTTP_CHECK"
|
||||
enabled = true
|
||||
value_format = "CoCo-EMEA-HTTP"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HTTP_MONITOR_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "SYNTHETIC_TEST"
|
||||
enabled = true
|
||||
value_format = "CoCo-EMEA-Browser"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "BROWSER_MONITOR_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,99 +0,0 @@
|
|||
resource "dynatrace_autotag" "mcid" {
|
||||
name = "mcid"
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = true
|
||||
value_format = "10APP11515801"
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "LINUX_E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = true
|
||||
value_format = "10APP11515801"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-88E150DEB78CF863"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = true
|
||||
value_format = "10APP11515801"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-99C88C9702E49D83"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = true
|
||||
value_format = "10APP11515801"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-65F9C24B3FBC643C"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "HOST"
|
||||
enabled = true
|
||||
value_format = "10APP11515801"
|
||||
conditions {
|
||||
entity {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value = "HOST_GROUP-826643CE73F48A4A"
|
||||
}
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_GROUP_ID"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "HOST_TAGS"
|
||||
}
|
||||
tag {
|
||||
negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "ENVIRONMENT"
|
||||
key = "ClusterName"
|
||||
value = "B2V-PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
version = "1.8.4"
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
resource "dynatrace_autotag" "ms-id" {
|
||||
name = "ms-id"
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:CommandLineArgs/-Dcom.bmw.dynatrace.msid=(.*?)-D}"
|
||||
conditions {
|
||||
process_metadata {
|
||||
attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
|
||||
dynamic_key = "COMMAND_LINE_ARGS"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
negate = false
|
||||
operator = "CONTAINS"
|
||||
value = "-Dcom.bmw.dynatrace.msid="
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
|
||||
value_format = "{ProcessGroup:Kubernetes:ms-id}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "ms-id"
|
||||
source = "KUBERNETES"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
rules {
|
||||
type = "PROCESS_GROUP"
|
||||
enabled = true
|
||||
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
|
||||
value_format = "{ProcessGroup:Environment:ms-id}"
|
||||
conditions {
|
||||
custom_process_metadata {
|
||||
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
|
||||
dynamic_key {
|
||||
key = "ms-id"
|
||||
source = "ENVIRONMENT"
|
||||
}
|
||||
}
|
||||
string {
|
||||
case_sensitive = false
|
||||
negate = false
|
||||
operator = "EXISTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
version = "1.8.4"
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
resource "dynatrace_custom_service" "ACDS_-_JOYNR" {
|
||||
name = "ACDS - JOYNR"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "3c9b95ce-aa16-4d8e-9aae-72ed21967ffa"
|
||||
class {
|
||||
name = "joynr.de.bmw.infotainment.telematic.acall.ACallBackendProvider"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "notifyAccidentCallData"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.Long","joynr.de.bmw.infotainment.telematic.common.CommonTypes.VehicleStatus","joynr.de.bmw.infotainment.telematic.common.CommonTypes.EnvironmentConditions","joynr.de.bmw.infotainment.telematic.acall.ACallTypes.AccidentCallEventCounters","joynr.de.bmw.infotainment.telematic.acall.ACallTypes.SingleAccidentDetail[]","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode"]
|
||||
id = "79a5f781-3aeb-443a-9de5-9b7eb43ae891"
|
||||
returns = "io.joynr.provider.Promise"
|
||||
}
|
||||
method {
|
||||
name = "notifyAccidentInfoData"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.Long","joynr.de.bmw.infotainment.telematic.common.CommonTypes.VehicleStatus","joynr.de.bmw.infotainment.telematic.common.CommonTypes.EnvironmentConditions","joynr.de.bmw.infotainment.telematic.acall.ACallTypes.AccidentCallEventCounters","joynr.de.bmw.infotainment.telematic.acall.ACallTypes.SingleAccidentDetail[]","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode"]
|
||||
id = "14af5cb3-fa06-40dd-8f99-128db957a466"
|
||||
returns = "io.joynr.provider.Promise"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Gcdm" {
|
||||
name = "BASE - Gcdm"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "1f70cf23-3e02-4b9b-ab0d-f7bafdcad734"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.gcdm.GcdmESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "retrieveCustomerData"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "d56d0977-3a25-42c1-b68b-a274c73a6e0b"
|
||||
returns = "com.bmw.cc.base.bm.customerdata.entity.CustomerDataBE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_HereMaps" {
|
||||
name = "BASE - HereMaps"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "d83fc32a-2452-4327-889d-23c0049fdd06"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.heremaps.HereMapsESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "findAddress"
|
||||
arguments = ["float","float"]
|
||||
id = "558edf16-2370-4299-8a1b-12c8e750a5ee"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Istats" {
|
||||
name = "BASE - Istats"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "ea27960b-ecc0-4611-9323-d4af67633715"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.istats.IstatsESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "getFaultMemoryData"
|
||||
arguments = ["java.lang.String","java.lang.String"]
|
||||
id = "62c72095-5449-47c9-8fe7-c404c5eeee33"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Loc" {
|
||||
name = "BASE - Loc"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "b62f11ca-ede2-4dbe-981c-87dd240772c3"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.loc.LocESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "getCBS"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","java.lang.String"]
|
||||
id = "4692c834-dfa4-4455-9aa9-7fe9db9825bc"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "getCCM"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","java.lang.String"]
|
||||
id = "44602e49-2c5d-424b-af00-e51d9791a86b"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Los" {
|
||||
name = "BASE - Los"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "f9d8b2c3-74c6-4ed5-b9a8-91fb5a8eaa38"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.los.msc.LosESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "getMiscPOIs"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String"]
|
||||
id = "06af95a5-a41a-4871-9a14-fa537c95cdcb"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_LosFts" {
|
||||
name = "BASE - LosFts"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "0eccc8f1-0420-49bd-895a-0392a5ddf03d"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.los.fts.LosFtsESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "getPOIs"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.Double","java.lang.String","java.lang.String"]
|
||||
id = "bc4fdda8-bac7-4d4e-aa13-3409e0b1fed6"
|
||||
returns = "java.util.List"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Msgsvc" {
|
||||
name = "BASE - Msgsvc"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "44d9578c-71e9-4dba-ac89-1c2e0a535cce"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.msgsvc.MsgsvcESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "sendDealerAsPoi"
|
||||
arguments = ["java.util.List","java.lang.String","java.lang.String"]
|
||||
id = "bedc3640-cda5-404a-b853-866b90d0c80c"
|
||||
returns = "com.bmw.cc.base.bm.dealer.entity.DealerPoiSendStatus"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Ngtp" {
|
||||
name = "BASE - Ngtp"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "8e3e3eb1-8635-4fb8-9f9a-2ec1348d3e67"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.ngtp.NgtpESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "createNewEventByVin"
|
||||
arguments = ["java.lang.String","java.lang.String"]
|
||||
id = "680cf371-d90c-4cf7-b536-50d2cb26c352"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "executePositionUpdate"
|
||||
arguments = ["java.lang.String","java.lang.String"]
|
||||
id = "a205bbb8-f5c9-46e7-b270-14f7eebdc0eb"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "terminateEvent"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "5af9001d-ec61-44a6-8ff1-f057cb0ffde8"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Pisa" {
|
||||
name = "BASE - Pisa"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "c1007ca3-7f3f-4be9-ade8-f79bd4dd023f"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.pisa.PisaESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "findByVin"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "3b7175a2-5aec-4f52-a66f-d89d635f9132"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Rsa" {
|
||||
name = "BASE - Rsa"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "b2cdc7e3-f4d1-48c2-8e23-074869f60c48"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.rsa.RsaESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "requestSolution"
|
||||
arguments = ["com.bmw.cc.base.bm.adaptivesolutions.entity.SolutionSearchQuery"]
|
||||
id = "2821fe7e-1498-418b-9e8a-df1029577d6e"
|
||||
returns = "com.bmw.cc.base.bm.adaptivesolutions.entity.SolutionSearchResult"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Scaa" {
|
||||
name = "BASE - Scaa"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "25b40f14-1ef3-4b92-b847-4706e91e0287"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.scaa.ScaaESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "checkCustomerApproval"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String"]
|
||||
id = "b6d91976-7181-4475-ae9e-3972e3c9dd93"
|
||||
returns = "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_SvdsVehicles" {
|
||||
name = "BASE - SvdsVehicles"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "2fafaf0a-5484-4d89-b4ca-b9febc94ffff"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.svds.SvdsVehiclesESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "findClientId"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "f65c962d-faf1-4431-b7a8-8711b6e35266"
|
||||
returns = "java.lang.String"
|
||||
}
|
||||
method {
|
||||
name = "retrieveVehicleData"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "3014a2b6-84a6-499b-8ecf-207a3b6e8f70"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "vehicleSpecsInternal4"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","java.lang.String"]
|
||||
id = "c2af5ae9-21e5-436b-8b11-e956c923d6a7"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Tsrd" {
|
||||
name = "BASE - Tsrd"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "5f742b9f-222d-4c7b-bb48-2d3b43a4ab0c"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.tsrd.TsrdESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "deleteRemoteDiagnosisBCall"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "7ae9bf2b-368e-4f79-8b31-3eaf81cef238"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "getKeyData"
|
||||
arguments = ["java.lang.String","java.lang.String"]
|
||||
id = "4821308b-3153-4d19-a6f6-1a0ed8712ff1"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "requestBCallData"
|
||||
arguments = ["com.bmw.cc.base.integration.tsrd.model.RequestBCallData"]
|
||||
id = "b4f237f3-b3e0-4def-9811-662d3730998a"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "requestCustomerConfirmationBCall"
|
||||
arguments = ["com.bmw.cc.base.integration.tsrd.model.RequestBCallCustomerConfirmation"]
|
||||
id = "07b87c9a-5cf7-41ae-bba6-0b69d3d7c598"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "requestFaultMemoryData"
|
||||
arguments = ["java.lang.String","java.lang.String"]
|
||||
id = "2f344a9c-4ee8-4987-916d-213474e516ca"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Tssb" {
|
||||
name = "BASE - Tssb"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "219e0fdd-8980-4189-916c-dd315be8af45"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.tssb.TssbESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "getCompoundId"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "d031b017-3a29-4abb-ae8f-7d9f91e56a33"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "requestKeyData"
|
||||
arguments = ["java.lang.String","java.lang.String"]
|
||||
id = "f95e01db-e2e8-4b11-865b-f6c4020c44fc"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "sendReport"
|
||||
arguments = ["com.bmw.cc.base.integration.tssb.acall.model.ACallTicketDataBE"]
|
||||
id = "33d653da-447f-4d7d-ae85-10373edfcd22"
|
||||
returns = "org.springframework.http.ResponseEntity"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
resource "dynatrace_custom_service" "BASE_-_Xcs" {
|
||||
name = "BASE - Xcs"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "37b7399c-5aa8-4d5e-bdb9-4e6e5f28b2c8"
|
||||
class {
|
||||
name = "com.bmw.cc.base.integration.xcs.XcsESI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "createNewEventByVin"
|
||||
arguments = ["java.lang.String","java.lang.String"]
|
||||
id = "ac89d1ea-c9fc-4c7c-910d-453303dc22fa"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "requestAnUpdateOfXCallDataFromVehicle"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "5c650a04-a01d-44b1-872f-7ccb6941d5ac"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
method {
|
||||
name = "terminateEvent"
|
||||
arguments = ["java.lang.String"]
|
||||
id = "5b635937-4ffe-4a91-ab40-cf58611c343f"
|
||||
returns = "java.util.Optional"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "CASA_-_ChangeRelationshipProvisioningWorkflow_-_E2E" {
|
||||
name = "CASA - ChangeRelationshipProvisioningWorkflow - E2E"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "42a4e5f1-d181-40b4-8e4c-b21a36179cf3"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.workflow.control.relationship.v2.ChangeRelationshipProvisioningWorkflow"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "0b24b6d9-0c20-4d0c-87a6-fb43b01eb43a"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
resource "dynatrace_custom_service" "CASA_AbstractTimerBean_-_E2E" {
|
||||
name = "CASA AbstractTimerBean - E2E"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "fd6b6e18-5d6e-491e-b3df-29bc44c0c2f5"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.common.timer.AbstractTimerBean"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "96376862-a3f1-4f1d-becb-8dcf90b11465"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "cea5e84d-12f8-42a1-bcfb-3eb303be1310"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.common.timer.AbstractTimerBean"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "5e25e71c-8758-4a0b-b9e6-1dfea93dd21a"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
resource "dynatrace_custom_service" "CASA_ExecutionContext_-_E2E" {
|
||||
name = "CASA ExecutionContext - E2E"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "4f180cf3-e8b3-4be4-85e8-57556c431f4e"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "getVin"
|
||||
id = "8dbbee3a-a50c-4f5f-b4ad-91b239a8379b"
|
||||
returns = "java.lang.String"
|
||||
}
|
||||
method {
|
||||
name = "getWorkflowStart"
|
||||
id = "f407d68f-ffa1-4385-9a82-33ce29c83a0f"
|
||||
returns = "java.time.Instant"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,158 +0,0 @@
|
|||
resource "dynatrace_custom_service" "CASA_Listener_-_E2E" {
|
||||
name = "CASA Listener - E2E"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "6b407ea6-9a9a-48ce-a4ab-25be2a5a3ab5"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.dealerimport.mq.boundary.DealerImportRequestListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "352f907b-c5bb-45e8-a09e-54f40495902e"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "8ba009f2-3766-4827-a9ba-50b13455583a"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.processcontroller.v1.boundary.GCDMChangesMessageListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "b070dfdc-621c-4f60-8b5e-a93ff5cf3d35"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "e8be5e09-351b-40f7-8309-5f9cdd637b6e"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.processcontroller.v1.boundary.IDS2MessageListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "78fdbd96-e9b6-4e28-81d2-4d97dab113b4"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "921660d6-5760-465a-8d51-e7eb12d145e2"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.rsu.v1.boundary.RSUMessageListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "70e21922-6c43-4ae2-b3c6-34ce8d7937a1"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "98fadb95-a962-47af-a48d-f9a3557d202e"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.updatesimcard.v1.boundary.UpdateSimCardMessageListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "987b1351-1643-42af-be04-a0f54ddaefc5"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "ccfc8524-1b53-4329-825d-61582a1c349d"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.vehicleGroups.mq.boundary.AdjustVehicleGroupsListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "64f36b72-7871-4768-84e2-fbe01b3c6bc9"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "8a4f54d4-5acb-4887-817b-c60858150613"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.vehicleimport.mq.boundary.VehicleImportRequestListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "2a0d6732-b323-43d9-9e2f-3b02c11c0ad1"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "5bc24dbd-3f6c-43cd-bf3d-83743a8a2625"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.workflow.provisioning.MNOMessageListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "b842f24a-85bc-4bec-b6cd-1c6b89d6c5e0"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "8cecd8cc-7f8b-4a1f-b139-75d6c5599b8b"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.api.workflow.provisioning.NopMessageListener$Proxy$_$$_WeldSubclass"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["javax.jms.Message"]
|
||||
id = "5c4b2e91-6afb-46b3-882b-7ed1f976f2f9"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,453 +0,0 @@
|
|||
resource "dynatrace_custom_service" "CASA_Timer_-_E2E" {
|
||||
name = "CASA Timer - E2E"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "04cda430-778d-49f5-98b5-7ec4ee6c0921"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.notification.boundary.ContractExpiryNotificationTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "8c548ab8-8928-4c88-836e-da894c97ba2e"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "42057f6e-6534-46ad-8f01-e0c329391cbf"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.notification.boundary.ContractNotificationStatusTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "6d0b363b-8f2b-4f18-af10-df12609fca45"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "f96a9b30-dd80-41d6-b58c-beded4d6a976"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.notification.boundary.ContractReminderNotificationTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "1c55fd1e-ad2b-4d2b-bcd0-80d8e44b98aa"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "ad800150-a03c-4f19-9641-98fab4f1c435"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.offermanager.boundary.timer.CatOfferCacheTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "0da89776-01be-4c21-897a-616e5dff9590"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "3da82cbf-d779-4fdc-ac3d-871eb12605fc"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.offermanager.boundary.timer.OfferCacheTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "e09c2604-81eb-4ab4-9743-ec2e96a62878"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "e959e5a5-fd11-4837-840b-df6f000cb147"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.AntiquatedDataRemovalTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "a5fe7b7d-5e4f-4fdd-8802-dfb36da04471"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "3fc63279-bf7d-4838-81c7-60371e435bd5"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.CancelActiveExecutionTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "b1c3975b-631b-41cd-9d20-c0d3bec905f3"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "02e358fc-fa96-40c5-a02b-52ba86ee3eb7"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.CasaSupportTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "4287f30c-f821-402c-9dda-edff7901df1a"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "e08df754-9046-48ce-baf8-6abf169d4202"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.CustomerInitialSMSTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "cb90f96a-80c3-4f53-b2ee-ccf4d7c6a89b"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "e01240aa-87c0-4913-856a-67191422a51e"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.CustomerReminderSMSTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "384ca83d-3abb-4aba-8395-f06ea44268f1"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "2985f6f7-b631-4963-957b-431d9f0eabc7"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.EcuAutoExchangeTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "c36808e1-6854-49c4-be0a-90731da82eac"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "26784dd4-2678-4bac-9660-69eabbaf0dbb"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.EcuExchangeTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "0eee9530-8858-4cce-998d-efceaecd6288"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "41d04b56-ff02-4d50-9322-9b05c04c4ce6"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.EcuInstallTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "0dee10c2-867d-4989-9a08-f66601b8893b"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "d79c6f50-ae05-47f1-a459-ae2ea8645bd7"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.EndOfTermTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "adb216ce-1dd8-481c-8988-7680ce7c7e0c"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "a1103dab-b287-43c8-9589-737fb7a4462e"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.MigrationTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "eb4771b5-fd85-49e1-a83d-c2c9f2d69384"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "52093b00-62a6-40ca-9634-c66270f29ae3"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.PreactivationTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "1e93863a-05bb-4ba5-b419-95498e38b5c6"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "ca20c4ec-8fae-4ff2-82c8-06a963917a41"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.QueuedWorkflowTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "e56c6781-82dd-47f3-9abe-bbe88a6ed2cf"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "bd7ec679-2a79-41f1-8cb5-1a001478c192"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.SIMCardDeactivationTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "de4e9e0c-b26b-4e8d-828d-0b2ad769fcb3"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "6f2ab7e2-e5d0-4ddb-afb8-2f880375faa0"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.SIMCardTaskTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "0ed845cb-f3fd-4bea-8d8c-47d8f6e89ebf"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "42363513-4ae3-4e0c-bed3-fa9e52167642"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.ServiceDeactivationTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "b3f462c7-67a5-4935-be99-5e4f28a67bba"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "1adbab0b-0f48-4138-947a-5df742356faa"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.StepRetryTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "bd24328e-30cd-41bf-a962-c7dc79bc5d26"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "51ec0a26-ee5c-4391-9813-c4d1084eb4fe"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.StepTimeoutTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "c7f3e3ec-add3-4f61-b0a7-a16084e80ff4"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "d4e40a1c-b1e8-4b2a-aa0d-931448ab5236"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.processcontroller.boundary.timer.VehicleGroupExpirationTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "0b4cbdb2-f8e6-4543-a965-f670ad0848b9"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "758eec5b-23fb-4886-b8fb-de6f2ceaf47d"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.rulemanager.boundary.timer.CatRuleCacheTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "b12bab84-b4a2-4e5f-ac6e-3ac0e8bc1027"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "29ab384d-32ec-49ab-ba01-faba5f77d5e6"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.rulemanager.boundary.timer.RuleCacheTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "265c7116-eb73-4bbf-a06e-7635034ee160"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "1e73bd8e-7517-4456-931a-898a75a486c3"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.store.boundary.timer.FetchOrderStatusesTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "0b9d75dc-6ea9-40bc-a5e7-02297f991372"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "8a418fd2-8e94-4056-807a-6a606a5a249d"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.store.boundary.timer.ServiceOrderReportTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "a9aa08e9-f6af-4637-9e6a-5a674e72979b"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "63343af0-a65b-4c87-8991-43b37b4d9868"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.integration.dms.boundary.DMSFileExportTimer$Proxy$_$$_Weld$EnterpriseProxy$"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
id = "1d36994c-fef5-4c5c-866e-4274cc888130"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
resource "dynatrace_custom_service" "CASA_Timer" {
|
||||
name = "CASA Timer"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "2686ca3c-9714-403a-9f83-9c488cc19376"
|
||||
class {
|
||||
name = "com.bmw.cc.smc2.dkey.bm.flcm2.boundary.CasaTrigger2LockedBF"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "runLocked"
|
||||
id = "d666edd5-e43e-401e-8d0f-8cb462dddd99"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,241 +0,0 @@
|
|||
resource "dynatrace_custom_service" "CASA_Workflow_-_E2E" {
|
||||
name = "CASA Workflow - E2E"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
annotations = ["javax.enterprise.context.ApplicationScoped"]
|
||||
id = "bb7d3c0e-0e3d-49c5-a5d5-2bee0d77aabe"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.workflow.boundary.recalculation.RecalculationWorkflow$Proxy$_$$_WeldClientProxy"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "6fe0226c-6579-47f5-a4e9-9b38044dd56a"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "7a368665-f3aa-4775-81b7-611dc2f6f75f"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "3f6b98dd-b80d-4f1a-9f97-80beef022c08"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "735766ef-9829-4fc8-a272-07061d5dcc3a"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.CompleteStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "b332dc83-e58a-4e5b-9141-d25f8ac8f844"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "9041af60-5a01-4360-b294-781ced03a409"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "getName"
|
||||
id = "fa2e9403-1fd3-4c1d-9716-37517cdae55a"
|
||||
returns = "java.lang.String"
|
||||
}
|
||||
method {
|
||||
name = "getWorkflowName"
|
||||
id = "de7b59a4-b07d-4a4b-adb8-5635cfb37133"
|
||||
returns = "com.bmw.cc.casa.bm.workflowengine.entity.WorkflowName"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "e90fec53-5c3e-4c11-8ad5-61cb8086fb9e"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.workflow.control.activatevehicle.ActivateVehicleWorkflow$Proxy$_$$_WeldClientProxy"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "afterProvisioning"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflow.control.provisioning.common.ProvisioningCompleteEvent"]
|
||||
id = "3ae6319b-b561-4b68-9512-cd8a4ad880f2"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "1fa7ccad-f8aa-4987-84e2-fc52ce9cab01"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "301f0c57-85b3-4c5c-83f1-b789cf8f09bf"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "ee3dfc2b-621d-4f31-92fe-a58c3b5e9d06"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "5ceae431-4801-42f6-9cb4-3d7299b6f00b"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.CompleteStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "9e0652c6-47d6-4f1c-a06a-2e947d620614"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "b078aa8c-e0b8-41c6-a35f-1217151f8f45"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "getName"
|
||||
id = "2ff9b0eb-e721-40c4-9570-b457f2702338"
|
||||
returns = "java.lang.String"
|
||||
}
|
||||
method {
|
||||
name = "getWorkflowName"
|
||||
id = "3283a505-562b-40d2-946d-1bd8155ba870"
|
||||
returns = "com.bmw.cc.casa.bm.workflowengine.entity.WorkflowName"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "ad955112-482a-46ff-9e68-1cc5729cab89"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.workflow.control.casasupport.CasaSupportWorkflow$Proxy$_$$_WeldClientProxy"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "afterProvisioning"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflow.control.provisioning.common.ProvisioningCompleteEvent"]
|
||||
id = "6e06aa16-2bd7-43b8-98b4-7278e9884dce"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "62625550-305e-41dc-8bee-c9ad53008246"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "b0e16564-f0da-42a3-a19c-2021a76dbf6c"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "f3e7c731-cafc-4ebe-9162-eaacaf7a163b"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "5ed73cce-bf98-4646-9a3f-201de67a9808"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.CompleteStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "1b990832-31d2-477b-a920-87e9a3dc4733"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "f839622e-ad5a-4a0c-8e68-369b63be9d33"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "getName"
|
||||
id = "bda3cea9-5195-4ddc-9b73-f6f33a3a8160"
|
||||
returns = "java.lang.String"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "8092d1d8-2c7c-48cb-aea3-c37a23a5dfa4"
|
||||
class {
|
||||
name = "com.bmw.cc.casa.bm.workflow.boundary.recalculation.RecalculationWithBuildDataWorkflow$Proxy$_$$_WeldClientProxy"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "6b313554-fd72-4100-8740-e8e7f100cadf"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "3e45b075-baef-4619-b45e-94637496a9ee"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.SubWorkflow","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "55661055-9504-4b40-83db-ad179dcb2b29"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "ceaa6009-092d-4f6e-b98a-35342c7067d4"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.ResumableStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext","java.lang.Class"]
|
||||
id = "2b0f3ec4-85cf-43f8-892b-b66e5c257af7"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "execute"
|
||||
arguments = ["com.bmw.cc.casa.bm.workflowengine.boundary.CompleteStep","com.bmw.cc.casa.bm.workflowengine.boundary.ExecutionContext"]
|
||||
id = "1e6d76c4-e926-4721-abc4-6429d81117b1"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "getName"
|
||||
id = "d2eb4e8e-456f-4c0e-9b97-c684b047a0fd"
|
||||
returns = "java.lang.String"
|
||||
}
|
||||
method {
|
||||
name = "getWorkflowName"
|
||||
id = "645d7f6b-d08f-4f52-b01f-6f501628e5db"
|
||||
returns = "com.bmw.cc.casa.bm.workflowengine.entity.WorkflowName"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
resource "dynatrace_custom_service" "Car_Status_Information_Kafka_IN" {
|
||||
name = "Car Status Information Kafka IN"
|
||||
enabled = true
|
||||
queue_entry_point = true
|
||||
queue_entry_point_type = "KAFKA"
|
||||
rule {
|
||||
enabled = true
|
||||
id = "565d5882-09fa-4492-9941-13da20011624"
|
||||
class {
|
||||
name = "com.bmw.carsharing.csi.kafka.KafkaConsumerBean"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "submitRecord"
|
||||
arguments = ["org.apache.kafka.clients.consumer.ConsumerRecord"]
|
||||
id = "9ad5cf74-1d83-4691-86e8-746472ab854f"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,80 +0,0 @@
|
|||
resource "dynatrace_custom_service" "DPP_-_JOYNR_v1" {
|
||||
name = "DPP - JOYNR v1"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "ac61411d-3b0e-4e45-b48a-d6fc50941578"
|
||||
class {
|
||||
name = "com.bmw.cc.dpp.api.joynrprovider.v1.PrivacySettingsBackendProviderImpl"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "updateSettings"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.Long","java.lang.Long","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.dataprivacy.PrivacySettingsTypes.PrivacySetting[]"]
|
||||
id = "28f88ca7-fd3d-4b1b-8360-2e8ab43ac18f"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "a7bc6180-74c4-4ad1-bfd1-a47567d3772a"
|
||||
class {
|
||||
name = "com.bmw.cc.dpp.api.joynrprovider.v2.PrivacySettingsBackendV2ProviderImpl"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "confirmSettings"
|
||||
arguments = ["java.lang.String","joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.ResultCode"]
|
||||
id = "7a156e40-a2d5-4726-9ad0-db35ac8b5169"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "getPrivacyUsersWithGroupsForVin"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.RequestId"]
|
||||
id = "0e84647f-0e17-4376-bb79-19b9b31e3bf1"
|
||||
returns = "joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsBackendSync$GetPrivacyUsersWithGroupsForVinReturned"
|
||||
}
|
||||
method {
|
||||
name = "requestRequestSetting"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.RequestId","java.lang.String"]
|
||||
id = "8b803591-acf4-43bd-9813-9eb743647881"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "updateSettings"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.RequestId","java.lang.Long","java.lang.Long","java.lang.String","java.lang.Boolean","java.lang.String","joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.PrivacySetting[]"]
|
||||
id = "c5c31393-5a0f-4567-9aa6-46e332893b6e"
|
||||
returns = "joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.ResultCode"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "aa676ac7-43a0-40f7-88c5-c5870b6198bf"
|
||||
class {
|
||||
name = "com.bmw.cc.dpp.api.joynrprovider.v3.PrivacySettingsBackendV3ProviderImpl"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "requestTargetSetting"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.RequestId","java.lang.String"]
|
||||
id = "81f5eda8-892b-4676-9b62-da849d9eec09"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "updateSettings"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.RequestId","java.lang.Long","java.lang.Long","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.PrivacySetting[]","joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.OptionalParameter[]"]
|
||||
id = "32df3e13-717e-430e-ac81-85c5d9f33517"
|
||||
returns = "joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.ResultCode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,80 +0,0 @@
|
|||
resource "dynatrace_custom_service" "DPP_-_JOYNR" {
|
||||
name = "DPP - JOYNR"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "d7dd5cb7-0f05-4c3e-967b-5aad67c9595e"
|
||||
class {
|
||||
name = "com.bmw.cc.dpp.api.joynrprovider.v1.PrivacySettingsBackendProviderImpl"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "updateSettings"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.Long","java.lang.Long","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.dataprivacy.PrivacySettingsTypes.PrivacySetting[]"]
|
||||
id = "cf70526f-e8c6-4426-a549-2375159ad74c"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "a88a9939-f0d2-43cc-aaf0-aa75338db61d"
|
||||
class {
|
||||
name = "com.bmw.cc.dpp.api.joynrprovider.v2.PrivacySettingsBackendV2ProviderImpl"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "confirmSettings"
|
||||
arguments = ["java.lang.String","joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.ResultCode"]
|
||||
id = "6d3012f7-6fe0-45db-b577-c22d2d69cbb6"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "getPrivacyUsersWithGroupsForVin"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.RequestId"]
|
||||
id = "7145ebcb-1193-472e-9346-754fa3b9eff8"
|
||||
returns = "joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsBackendSync$GetPrivacyUsersWithGroupsForVinReturned"
|
||||
}
|
||||
method {
|
||||
name = "requestRequestSetting"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.RequestId","java.lang.String"]
|
||||
id = "aaad8fdc-025f-43b0-8c9c-27762b3cedcf"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "updateSettings"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.RequestId","java.lang.Long","java.lang.Long","java.lang.String","java.lang.Boolean","java.lang.String","joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.PrivacySetting[]"]
|
||||
id = "132c2823-de13-4649-9e83-e5f5f06d78fc"
|
||||
returns = "joynr.de.bmw.infotainment.dataprivacy.v2.PrivacySettingsTypes.ResultCode"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "760913c7-c937-4504-b214-88adcf9ac51d"
|
||||
class {
|
||||
name = "com.bmw.cc.dpp.api.joynrprovider.v3.PrivacySettingsBackendV3ProviderImpl"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "requestTargetSetting"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.RequestId","java.lang.String"]
|
||||
id = "fa39a5ec-8ed4-4f2a-9cd0-2bd52a221835"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "updateSettings"
|
||||
arguments = ["joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.RequestId","java.lang.Long","java.lang.Long","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.PrivacySetting[]","joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.OptionalParameter[]"]
|
||||
id = "5d2ff543-ab68-4808-9e3b-3e393e1afdb7"
|
||||
returns = "joynr.de.bmw.infotainment.dataprivacy.v3.PrivacySettingsTypes.ResultCode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "ECS_-_CreateEvent_-_E2E" {
|
||||
name = "ECS - CreateEvent - E2E"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "289c318a-b157-423b-a84f-d4d8c704ad51"
|
||||
class {
|
||||
name = "com.bmw.cc.vs.ecs.bm.ecs.control.JoynrEventOperations"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "createEvent"
|
||||
arguments = ["com.bmw.cc.vs.ecs.bm.ecs.entity.ECallEventJoynrBE"]
|
||||
id = "67e97b0c-a941-4031-b7b2-ecd20a16530b"
|
||||
returns = "java.lang.String"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
resource "dynatrace_custom_service" "ECS_-_JOYNR" {
|
||||
name = "ECS - JOYNR"
|
||||
enabled = false
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "9b93f53f-99a5-4f7b-a1f7-495752f8e6c2"
|
||||
class {
|
||||
name = "joynr.de.bmw.infotainment.telematic.ecall.ECallBackendProvider"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "starteCallEvent"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.ecall.ECallTypes.CoreData","joynr.de.bmw.infotainment.telematic.common.CommonTypes.SequenceId"]
|
||||
id = "150ac898-4b93-4517-a61c-74bbcf668067"
|
||||
returns = "io.joynr.provider.Promise"
|
||||
}
|
||||
method {
|
||||
name = "updateeCallEvent"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.ecall.ECallTypes.CoreData","joynr.de.bmw.infotainment.telematic.common.CommonTypes.SequenceId"]
|
||||
id = "4ec1698e-f91d-4fef-931a-0c74ad7c4249"
|
||||
returns = "io.joynr.provider.Promise"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "JOYNR" {
|
||||
name = "JOYNR"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "0bc2f069-2322-43ad-bbb6-73ac3696c112"
|
||||
class {
|
||||
name = "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "sendKeyListToBackend"
|
||||
arguments = ["java.lang.String","java.lang.Byte[]"]
|
||||
id = "8b4ddd1f-add5-4037-a0d8-c60eef4fc967"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
resource "dynatrace_custom_service" "LSC_Worker_Kafka_IN" {
|
||||
name = "LSC Worker Kafka IN"
|
||||
enabled = true
|
||||
queue_entry_point = true
|
||||
queue_entry_point_type = "KAFKA"
|
||||
rule {
|
||||
enabled = true
|
||||
id = "cf721345-b090-410a-b621-f7868402e0cd"
|
||||
class {
|
||||
name = "com.bmw.tssb.lsc.worker.facade.LscMessageProcessingBean"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "onMessage"
|
||||
arguments = ["org.apache.kafka.clients.consumer.ConsumerRecord"]
|
||||
id = "a5c4e9fd-9231-40d6-ad5e-ec05fdd9c71b"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
resource "dynatrace_custom_service" "RsEventTimeoutTimer" {
|
||||
name = "RsEventTimeoutTimer"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "720b971d-2c4b-4dd6-9be9-737809c06df6"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.controller.EventTimeoutTimer"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "timeout"
|
||||
arguments = ["javax.ejb.Timer"]
|
||||
id = "31a5874e-3928-437d-b6b0-347dafde01b3"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "1c3bd2d4-0e92-48bf-b0fc-d66a8093176f"
|
||||
class {
|
||||
name = "com.bmw.cc.rs360.controller.EventTimeoutTimer"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "timeout"
|
||||
arguments = ["javax.ejb.Timer"]
|
||||
id = "25fdf96c-6656-45e5-bde3-718debb61437"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
resource "dynatrace_custom_service" "RsExecuteJoynr" {
|
||||
name = "RsExecuteJoynr"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "434439d7-5ca2-4b5e-bc14-1ac6a078efe6"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.control.JoynrServiceBA"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "executeRemoteService"
|
||||
arguments = ["com.bmw.cc.rs.entity.Event"]
|
||||
id = "6887ac56-6d4b-40d9-8910-691f0f91354b"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,260 +0,0 @@
|
|||
resource "dynatrace_custom_service" "RsJoynrApiV1" {
|
||||
name = "RsJoynrApiV1"
|
||||
enabled = true
|
||||
queue_entry_point = false
|
||||
rule {
|
||||
enabled = true
|
||||
id = "1c4fe75a-a5d5-4681-a643-f1243f33ca29"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.rsjoynrapi.v1.RemoteVehicleFinderStatus"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "VehicleFinderInitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "795176a1-b32a-4148-a3e9-0982717bc6f9"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "VehicleFinderStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.vf.VehicleFinderStatusTypes.VehicleFinderError","joynr.de.bmw.infotainment.telematic.rs.vf.VehicleFinderStatusTypes.PositionData","joynr.de.bmw.infotainment.telematic.rs.vf.VehicleFinderStatusTypes.PearlChain"]
|
||||
id = "0a31922f-6fa8-421c-bb44-44f48a15822a"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "99285881-9b86-48c9-ba61-36db2fbab601"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.rsjoynrapi.v1.RemoteVehicleDetectionStatus"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "RemoteHornBlowInitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "6dc41c57-bb45-4cd5-bb7a-bab5d12a2a6a"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteHornBlowStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rhl.RemoteHornLightStatusTypes.RemoteHornLightError"]
|
||||
id = "27783b17-214b-440a-9a66-c7466c49feeb"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteLightFlashInitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "928b0743-9fb3-489c-aa36-9b3461555fd3"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteLightFlashStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rhl.RemoteHornLightStatusTypes.RemoteHornLightError"]
|
||||
id = "72b24d9c-3f19-4047-9053-8827a808824e"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "2ab9333c-759c-41ad-87f1-dbcb8d43924b"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.rsjoynrapi.v1.RemoteDoorControlStatus"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "RemoteDoorLockInitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "92a20bc4-1dae-4f11-891c-5a353f7f0fbb"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteDoorLockStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rdc.RemoteDoorControlStatusTypes.RemoteDoorControlError"]
|
||||
id = "af6e64e6-cca4-454c-8d24-6ee35a245f7b"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteDoorUnlockInitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "7c5cb89d-53a7-4b4f-8036-89a038d985c7"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteDoorUnlockStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rdc.RemoteDoorControlStatusTypes.RemoteDoorControlError"]
|
||||
id = "e73a4f75-f8d0-4692-be10-d472b8d6174b"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "acb70158-3831-497a-8620-64cc2a88b158"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.rsjoynrapi.v1.RemoteClimateControlStatus"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "RemoteClimateNowInitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "f12b4a23-e9b7-4fae-b7ae-807e8efc8df1"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteClimateNowStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","java.lang.Byte","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rcc.RemoteClimateControlStatusTypes.RemoteClimateControlError"]
|
||||
id = "d5afe1a0-0e2b-40aa-9590-af2fb2bdcd95"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteClimateTimerInitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "e187f67c-5e89-4271-8a5f-97bcc0093740"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteClimateTimerStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rcc.RemoteClimateControlStatusTypes.RemoteClimateControlError"]
|
||||
id = "4006ded6-30b9-4d13-b033-1d796b304d76"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "891f2867-66b5-4c0b-8d4f-6d404ac2dadf"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.rsjoynrapi.v1.RemoteChargingProfileStatus"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "RemoteChargingProfileInitStatusWT"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "1529682f-789e-44df-8346-df144a56714f"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteChargingProfileInitStatusZZT"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError"]
|
||||
id = "547e4e8e-0459-4439-a219-7920173681a5"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteChargingProfileStatusWT"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rchc.rchp.RemoteChargingProfileStatusTypes.RemoteChargingProfileError"]
|
||||
id = "ba50d26c-1e3b-46b4-ab2f-cd95ee0df98d"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "RemoteChargingProfileStatusZZT"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.rchc.rchp.RemoteChargingProfileStatusTypes.RemoteChargingProfileError"]
|
||||
id = "90208e1a-4ac2-42a2-a8f4-a9eff3f1613f"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "82dbc5bc-172c-4164-b329-dd7cd750b4bc"
|
||||
class {
|
||||
name = "com.bmw.cc.rs.rsjoynrapi.v1.Remote360Status"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "Remote360FileUploadConfirmation"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.R360.R360FileUploadState","java.lang.String","java.lang.String"]
|
||||
id = "0c8b91af-30a3-48bd-91e5-2fecd87b332b"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "Remote360InitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError","joynr.de.bmw.infotainment.telematic.rs.R360.R360ExecutionState","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.BasicPosition","java.lang.String","java.lang.Short","java.lang.Short"]
|
||||
id = "2c9db4e0-5426-4e56-91c3-5c4d1d5502e6"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "Remote360Status"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.R360.R360ExecutionState"]
|
||||
id = "0640d7d1-763e-4622-b009-96bf33b8a30e"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "sendPublicKey"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","java.lang.String"]
|
||||
id = "71a911e0-8b7e-4bb2-8397-6658433ab619"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "sendR360DriverActivationState"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.DriverActivationState"]
|
||||
id = "cbfbb6dd-21e5-4104-9327-e4ca1bcea8eb"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
rule {
|
||||
enabled = true
|
||||
id = "85d0d7b3-ecb5-446a-89a4-81bab2fc0cf2"
|
||||
class {
|
||||
name = "com.bmw.cc.rs360.rsjoynrapi.v1.Remote360Status"
|
||||
match = "EQUALS"
|
||||
}
|
||||
file {
|
||||
name = ""
|
||||
}
|
||||
method {
|
||||
name = "Remote360FileUploadConfirmation"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.R360.R360FileUploadState","java.lang.String","java.lang.String"]
|
||||
id = "5fb4fe45-8415-43c8-8d3f-e58ab03f1e89"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "Remote360InitStatus"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.InitiationError","joynr.de.bmw.infotainment.telematic.rs.R360.R360ExecutionState","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.BasicPosition","java.lang.String","java.lang.Short","java.lang.Short"]
|
||||
id = "364e08fd-6dde-4fe8-9dc1-9683fe0a3bb1"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "Remote360Status"
|
||||
arguments = ["joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.Event","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.ExecutionStatus","joynr.de.bmw.infotainment.telematic.rs.R360.R360ExecutionState"]
|
||||
id = "5e3ad135-a7c8-448a-970e-ec41f51f3428"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "sendPublicKey"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","java.lang.String"]
|
||||
id = "6218361e-f767-4316-b0d7-c6b816fe6814"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "sendR360DriverActivationState"
|
||||
arguments = ["java.lang.String","java.lang.String","java.lang.String","joynr.de.bmw.infotainment.telematic.rs.commons.RemoteServicesStatusTypes.DriverActivationState"]
|
||||
id = "99f381c2-8d95-427f-9771-f9cbad6a592f"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "Remote360InitStatus"
|
||||
id = "6b94b91a-98ef-446c-87f1-21df1fdc3633"
|
||||
returns = "void"
|
||||
}
|
||||
method {
|
||||
name = "Remote360Status"
|
||||
id = "61029247-2a83-4ae7-b69c-ee41bfc59f85"
|
||||
returns = "void"
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue