Share via


ConnectivityIssueOutput interface

Information about an issue encountered in the process of checking for connectivity.

Properties

context

Provides additional context on the issue.

origin

The origin of the issue.

severity

The severity of the issue.

type

The type of issue.

Property Details

context

Provides additional context on the issue.

context?: Record<string, string>[]

Property Value

Record<string, string>[]

origin

The origin of the issue.

origin?: "Inbound" | "Outbound" | "Local"

Property Value

"Inbound" | "Outbound" | "Local"

severity

The severity of the issue.

severity?: "Error" | "Warning"

Property Value

"Error" | "Warning"

type

The type of issue.

type?: "Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"

Property Value

"Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"