consumers_add
Add a new consumer to the DEX tenant with a unique alphanumeric name and configure its enabled state, endpoints, and concurrency limit. Consumer write permission is required.
Instructions
Create a Consumer. Name must be alphanumeric+underscore only, unique. System consumers cannot be created. Requires 'Write' on 'Consumer'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| isEnabled | No | ||
| applicationUrl | No | ||
| offloadTargetUrl | No | ||
| instructionHandlerUrl | No | ||
| offloadUseWindowsAuth | No | ||
| offloadPostTimeoutSeconds | No | ||
| maximumSimultaneousInFlightInstructions | Yes |