IPSecVpnSessionStatusNsxT
IPSec VPN Session Status represents status on an NSX-T type of enforcement point.
Properties
Aggregate traffic statistics across all ipsec tunnels.
Policy Path referencing the enforcement point where the info is fetched.
Number of failed tunnels.
Status for IPSec VPN IKE session UP/DOWN and fail reason if IKE session is down.
Timestamp when the data was last updated.
Number of negotiated tunnels.
Possible values are: IPSecVpnSessionStatusNsxT
Gives session status consolidated using IKE status and tunnel status. It can be UP, DOWN, DEGRADED. If IKE and all tunnels are UP status will be UP, if all down it will be DOWN, otherwise it will be DEGRADED.
Possible values are: UP, DOWN, DEGRADED
Total number of tunnels.
JSON Example
{
"aggregate_traffic_counters": {
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"packets_in": 0,
"packets_out": 0
},
"alarm": {
"error_details": {
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
},
"error_id": "string",
"message": "string"
},
"enforcement_point_path": "string",
"failed_tunnels": 0,
"ike_status": {
"fail_reason": "string",
"ike_session_state": "string"
},
"last_update_timestamp": 0,
"negotiated_tunnels": 0,
"resource_type": "string",
"runtime_status": "string",
"total_tunnels": 0
}