Headers
Body
Data used by the Prefect REST API to create a v2 concurrency limit.
The name of the concurrency limit.
The concurrency limit.
x >= 0
Whether the concurrency limit is active.
The number of active slots.
x >= 0
The number of denied slots.
x >= 0
The decay rate for active slots when used as a rate limit.
x >= 0
Response
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.