Newer Version Available
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 |
|---|---|---|---|---|
| componentName | 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 |