Reachability Details Response
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.
Properties
Link copied to clipboard
The details of a failure or a cancellation of reachability 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.