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", "valueFormat": "am-mno-manager",
"propagationTypes": [], "propagationTypes": [],
"conditions": [ "conditions": [
{ {
"key": { "key": {
"attribute": "SERVICE_TYPE" "attribute": "SERVICE_TYPE"
}, },
"comparisonInfo": { "comparisonInfo": {
"type": "SERVICE_TYPE", "type": "SERVICE_TYPE",
"operator": "EQUALS", "operator": "EQUALS",
"value": "DATABASE_SERVICE", "value": "DATABASE_SERVICE",
"negate": false "negate": false
} }
}, },
{ {
"key": { "key": {
"attribute": "SERVICE_DATABASE_NAME" "attribute": "SERVICE_DATABASE_NAME"
}, },
"comparisonInfo": { "comparisonInfo": {
"type": "STRING", "type": "STRING",
"operator": "CONTAINS", "operator": "CONTAINS",
"value": "mno", "value": "mno",
"negate": false, "negate": false,
"caseSensitive": true "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
}
}
]
}
] ]
} }