Newer Version Available
BRE Guardrails
Output representation of the BRE
guardrails
for each component.
- 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 |
|---|---|---|---|---|
| result | BRE Guardrails Result[] | Guardrails associated with the specified BRE component. | Small, 63.0 | 63.0 |