list_harnesses¶
Operation¶
list_harnesses
async
¶
list_harnesses(input: ListHarnessesInput, plugins: list[Plugin] | None = None) -> ListHarnessesOutput
Operation to list harnesses.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListHarnessesInput
|
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 |
|---|---|
ListHarnessesOutput
|
An instance of |
Input¶
ListHarnessesInput
dataclass
¶
Dataclass for ListHarnessesInput structure.