Headers
Body
application/json
Data used by the Prefect REST API to create a v2 concurrency limit.
The name of the concurrency limit.
The concurrency limit.
Required range:
x >= 0Whether the concurrency limit is active.
The number of active slots.
Required range:
x >= 0The number of denied slots.
Required range:
x >= 0The decay rate for active slots when used as a rate limit.
Required range:
x >= 0Response
Successful Response
An ORM representation of a v2 concurrency limit.
The name of the concurrency limit.
The concurrency limit.
Whether the concurrency limit is active.
The number of active slots.
The number of denied slots.
The decay rate for active slots when used as a rate limit.
The average amount of time a slot is occupied.