get_harness_endpoint¶
Operation¶
get_harness_endpoint
async
¶
get_harness_endpoint(input: GetHarnessEndpointInput, plugins: list[Plugin] | None = None) -> GetHarnessEndpointOutput
Operation to get a single harness endpoint.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetHarnessEndpointInput
|
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 |
|---|---|
GetHarnessEndpointOutput
|
An instance of |
Input¶
GetHarnessEndpointInput
dataclass
¶
Dataclass for GetHarnessEndpointInput structure.