Newer Version Available

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

Guardrails (GET)

Fetches guardrails from the Business Rules Engine (BRE) to manage rate limits for BRE components.
Resource
1/connect/business-rules/guardrails
Example POST
1https://yourInstance.salesforce.com/services/data/v63.0/connect/business-rules/guardrails
Available version
63.0
HTTP methods
GET
Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
componentNames String BRE component to fetch the guardrails. It contains a comma-separated list of predefined components.

Valid component values are:

  • ExpressionSet
  • DecisionTable
  • DecisionMatrix
  • Explainability
  • DynamicRules
If no values are provided, guardrails for all components accessible to the user are returned.
Optional 63.0
isNotification​Enabled Boolean Indicates whether to return only the guardrails with enabled notifications (true) or not (false). Optional 63.0
Response body for GET
BRE Guardrails