BRE Guardrails Result

Output representation of the BRE Guardrails result.
JSON Sample
{
  "result": [
    {
      "componentName": "DecisionTable",
      "guardrails": [
        {
          "name": "MaxProcessLimit",
          "guardrailType": "RateLimit",
          "limitValue": "100",
          "currentValue": "50",
          "notificationSupported": true
        }
      ]
    }
  ]
}
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