Guardrails
Output representation of each guardrail that includes information to manage system
thresholds and notifications in BRE components.
- JSON Sample
-
{ "guardrails": { "name": "MaxProcessLimit", "guardrailType": "RateLimit", "limitValue": "100", "currentValue": "50", "notificationSupported": true } }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
currentValue | String | Current value of the guardrail. | Small, 63.0 | 63.0 |
Guardrail Current Value | Resource type and the row-level current values of the guardrail. For future use only. | Small, 63.0 | 63.0 | |
guardrailType | Guardrail Type (enumeration of type string) | Type of guardrail. Valid values are:
|
Small, 63.0 | 63.0 |
limitValue | String | Default or configured value of the given guardrail | Small, 63.0 | 63.0 |
String | Maximum value of the given guardrail. For future use only. | Small, 63.0 | 63.0 | |
multiValue | Boolean | Specifies details if the current values are determined by an org level or aggregation of row levels. | Small, 63.0 | 63.0 |
name | String | Name of the guardrail. | Small, 63.0 | 63.0 |
notificationSupported | Boolean | Indicates whether the guardrail supports notifications (true) or not (false). | Small, 63.0 | 63.0 |