Class EndpointInfo (1.17.1)

EndpointInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.

Attributes

NameDescription
source_ip str
Source IP address.
destination_ip str
Destination IP address.
protocol str
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
source_port int
Source port. Only valid when protocol is TCP or UDP.
destination_port int
Destination port. Only valid when protocol is TCP or UDP.
source_network_uri str
URI of the network where this packet originates from.
destination_network_uri str
URI of the network where this packet is sent to.
source_agent_uri str
URI of the source telemetry agent this packet originates from.