OPMAAS-564 - Add database to dashboard of ASBC-HAL-CL

CD_smc2-key-trk
Much Erick, DE-833 2021-09-10 12:18:07 +02:00 committed by Much, Erick
parent bb8602aa31
commit 37ced13730
1 changed files with 31 additions and 0 deletions

View File

@ -4147,6 +4147,37 @@
} }
} }
] ]
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "ASBC-HAL-CL",
"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": "asbchal",
"negate": false,
"caseSensitive": true
}
}
]
} }
] ]
} }