Newer Version Available

This content describes an older version of this product. View Latest

BRE Guardrails Result

Output representation of the BRE Guardrails result.
JSON Sample
1{
2  "result": [
3    {
4      "componentName": "DecisionTable",
5      "guardrails": [
6        {
7          "name": "MaxProcessLimit",
8          "guardrailType": "RateLimit",
9          "limitValue": "100",
10          "currentValue": "50",
11          "notificationSupported": true
12        }
13      ]
14    }
15  ]
16}
Property Name Type Description Filter Group and Version Available Version
component​Name String Name of the BRE component that the guardrail is fetched for. Small, 63.0 63.0
guardrails Guardrails[] Specify the guardrails for the provided BRE component. Small, 63.0 63.0