added smc2_ceks

CD_tol-prod
Qian Cheng (ext.) 2021-07-27 18:29:59 +02:00
parent 4dd04b7080
commit 45418faf15
1 changed files with 55 additions and 24 deletions

View File

@ -3568,30 +3568,61 @@
"valueFormat": "am-mno-manager",
"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": "mno",
"negate": false,
"caseSensitive": true
}
}
{
"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": "mno",
"negate": false,
"caseSensitive": true
}
}
]
}
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "smc2-ceks",
"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-ceks",
"negate": false,
"caseSensitive": false
}
}
]
}
]
}