added smc2_ceks
parent
4dd04b7080
commit
45418faf15
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue