Site
Site
JSON Example
{
"password": "string",
"user_id": "string",
"name": "string",
"rx_bytes_on_local_subnet": 0,
"secure_traffic": false,
"established_date": "string",
"failure_message": "string",
"dropped_tx_packets": "string",
"dropped_rx_packets": "string",
"tunnel_status": "string",
"tx_bytes_from_local_subnet": 0
}
string
password
Optional
Site password.
string
user_id
Optional
Site user id.
string
name
Optional
Unique name for the site getting configured.
integer As int64 As int64
rx_bytes_on_local_subnet
Optional
Bytes received on local network.
boolean
secure_traffic
Optional
Enable/disable encription.
string
established_date
Optional
Date tunnel was established.
string
failure_message
Optional
failure message.
string
dropped_tx_packets
Optional
Number of transmitted packets dropped.
string
dropped_rx_packets
Optional
Number of received packets dropped.
string
tunnel_status
Optional
Site tunnel status.
Possible values are : CONNECTED, DISCONNECTED, UNKNOWN,
integer As int64 As int64
tx_bytes_from_local_subnet
Optional
Bytes transmitted from local subnet.