added management zone rule

CD_XCC
ermisw 2021-10-15 10:24:19 +02:00
parent a9d07dc354
commit fe9dc37674
1 changed files with 27 additions and 1 deletions

View File

@ -109,6 +109,32 @@
"enabled": true, "enabled": true,
"propagationTypes": [], "propagationTypes": [],
"type": "CLOUD_APPLICATION" "type": "CLOUD_APPLICATION"
} },
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "app-id",
"value": "APP-18886"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
}
] ]
} }