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