Name: PingTestRequest

Represents the ping test request.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.connectivity.PingTestRequest",
   "hostName": <String>,
   "packetSize": <Number>,
   "sourceIP": <String>,
}

Attributes
NameTypeDescription
hostNamexsd:stringThe host name or IP address the appliance is trying to reach to.
packetSizexsd:intThe packet size used to ping.
sourceIPxsd:stringThe source IP address to be used for the ping test.