ReachabilityDetailsResponse

data class ReachabilityDetailsResponse(val error: StatusResponse, val result: String, val traces: List<TraceResponse>, val verifyTime: String)

Results of the configuration analysis from the last run of the test.

Constructors

Link copied to clipboard
fun ReachabilityDetailsResponse(error: StatusResponse, result: String, traces: List<TraceResponse>, verifyTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of a failure or a cancellation of reachability analysis.

Link copied to clipboard

The overall result of the test's configuration analysis.

Link copied to clipboard

Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.

Link copied to clipboard

The time of the configuration analysis.