CDVPS-5198 - Add initial configuration of application VPS-Trigger to Dynatrace - Add database to application filters

CD_VPS-Archive
mosadak al salamat 2021-10-01 12:21:49 +02:00
parent 17a723695c
commit 7647783ccd
1 changed files with 32 additions and 1 deletions

View File

@ -4209,6 +4209,37 @@
}
}
]
}
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "VPS-Trigger",
"propagationTypes": [],
"conditions": [
{
"key": {
"attribute": "SERVICE_TYPE"
},
"comparisonInfo": {
"type": "SERVICE_TYPE",
"operator": "EQUALS",
"value": "DATABASE_SERVICE",
"negate": false
}
},
{
"key": {
"attribute": "SERVICE_DATABASE_NAME"
},
"comparisonInfo": {
"type": "STRING",
"operator": "CONTAINS",
"value": "cc",
"negate": false,
"caseSensitive": true
}
}
]
}
]
}