Create circuit breaker

post/api/v2/admin/circuitbreakers

Request Body

enforced boolean required
enterpriseId string
If set, this circuit breaker applies to wallets in the given enterprise
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
name string
usdLimit object required
value integer required
USD limit for all transfers out of a wallet within the given time window
window string required
RFC 3339 time duration
Example: P1D
walletId string
If set, this circuit breaker applies to a single wallet
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$

201 Response

enforced boolean required
enterpriseId string
If set, this circuit breaker applies to wallets in the given enterprise
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
name string
usdLimit object required
value integer required
USD limit for all transfers out of a wallet within the given time window
window string required
RFC 3339 time duration
Example: P1D
walletId string
If set, this circuit breaker applies to a single wallet
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
id string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$