get_request_validators¶
Operation¶
get_request_validators
async
¶
get_request_validators(input: GetRequestValidatorsInput, plugins: list[Plugin] | None = None) -> GetRequestValidatorsOutput
Gets the RequestValidators collection of a given RestApi.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetRequestValidatorsInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetRequestValidatorsOutput
|
An instance of |
Input¶
GetRequestValidatorsInput
dataclass
¶
Gets the RequestValidators collection of a given RestApi.
Attributes¶
limit
class-attribute
instance-attribute
¶
limit: int | None = None
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
Output¶
GetRequestValidatorsOutput
dataclass
¶
A collection of RequestValidator resources of a given RestApi.