added smc2_ceks
parent
4dd04b7080
commit
45418faf15
|
|
@ -3592,6 +3592,37 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"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