CDVPS-5200 - Add initial configuration of application VPS-Admin to Dynatrace - more specific criteria to Component.json added
parent
32d162194e
commit
863bff93b3
|
|
@ -4252,10 +4252,11 @@
|
|||
"attribute": "SERVICE_TYPE"
|
||||
},
|
||||
"comparisonInfo": {
|
||||
"type": "SERVICE_TYPE",
|
||||
"operator": "EQUALS",
|
||||
"value": "DATABASE_SERVICE",
|
||||
"negate": false
|
||||
"caseSensitive": true,
|
||||
"negate": false,
|
||||
"operator": "REGEX_MATCHES",
|
||||
"type": "STRING",
|
||||
"value": "cc_.*vps.*config"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue