Endpoint Info Response
data class EndpointInfoResponse(val destinationIp: String, val destinationNetworkUri: String, val destinationPort: Int, val protocol: String, val sourceIp: String, val sourceNetworkUri: String, val sourcePort: Int)
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.