add smc2-ops

CD_tol-prod
Qian Cheng (ext.) 2021-07-28 12:34:54 +02:00
parent a82a7101f8
commit c67fcfa5c3
1 changed files with 32 additions and 1 deletions

View File

@ -3592,6 +3592,37 @@
} }
} }
] ]
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "smc2-ops",
"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": "smc2-ops",
"negate": false,
"caseSensitive": true
}
}
]
} }
] ]
} }