aip_sdk.ConnectionTestResult
aip_sdk.ConnectionTestResult(success: bool, status_code: int | None, raw_response: Any | None, error: str | None, duration_ms: float | None, reachability: str | None = None, reason: str | None = None)
Result from testing a SUT connection.
Attributes
successbool: Whether the test request succeededstatus_codeint | None: HTTP status code from the SUT responsereachabilitystr | None: Outcome classification (e.g. "ok", "auth_failed", "endpoint_misconfigured", "payload_rejected", "unreachable")reasonstr | None: Human-readable explanation of the outcomeraw_responseAny | None: The raw SUT response bodyerrorstr | None: Error message if test failedduration_msfloat | None: Request duration in milliseconds
aip_sdk.ConnectionTestResult.duration_ms
aip_sdk.ConnectionTestResult.duration_ms: float | None
No docstring is defined in the source.
aip_sdk.ConnectionTestResult.error
aip_sdk.ConnectionTestResult.error: str | None
No docstring is defined in the source.
aip_sdk.ConnectionTestResult.raw_response
aip_sdk.ConnectionTestResult.raw_response: Any | None
No docstring is defined in the source.
aip_sdk.ConnectionTestResult.reachability
aip_sdk.ConnectionTestResult.reachability: str | None = None
No docstring is defined in the source.
aip_sdk.ConnectionTestResult.reason
aip_sdk.ConnectionTestResult.reason: str | None = None
No docstring is defined in the source.
aip_sdk.ConnectionTestResult.status_code
aip_sdk.ConnectionTestResult.status_code: int | None
No docstring is defined in the source.
aip_sdk.ConnectionTestResult.success
aip_sdk.ConnectionTestResult.success: bool
No docstring is defined in the source.