NSX-T Data Center REST API
PolicyIpsecVpnIkeServiceSummary (type)
{ "additionalProperties": false, "description": "Provides the following information for all IPSec VPN sessions for a specific IPSec VPN service: - <b>Aggregated IPSec tunnel statistics</b> of all IPSec VPN sessions for a specific IPSec VPN service. It includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP. - <b>Summary of all IPSec VPN session status</b> for a specific IPSec VPN service. It includes the total number of degraded, established, failed and configured sessions. - <b>IPSec tunnel statistics of an individual IPSec VPN session</b> for a specific IPSec VPN service. It includes the incoming, outgoing and dropped packet counters since the time the tunnels are UP. - IPSec VPN service name.", "extends": { "$ref": "PolicyIpsecVpnSessionSummary }, "id": "PolicyIpsecVpnIkeServiceSummary", "module_id": "PolicyVpnStats", "properties": { "aggregate_traffic_counters": { "$ref": "IPSecVPNTrafficCounters, "description": "Provides the aggregated IPSec tunnel statistics of all IPSec VPN sessions for a specific IPSec VPN service. It includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP.", "title": "Aggregate of IPSec VPN traffic counters" }, "display_name": { "readonly": true, "title": "Display name of IPSec VPN service", "type": "string" }, "enforcement_point_path": { "description": "Policy Path referencing the Primary site's enforcement point where the info is fetched. This is applicable only on a GlobalManager.", "readonly": true, "required": false, "title": "Enforcement point Path", "type": "string" }, "ipsec_vpn_service_path": { "readonly": true, "title": "Policy path of IPSec VPN service", "type": "string" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated.", "readonly": true, "title": "Last updated timestamp" }, "session_summary": { "$ref": "IPsecVPNIKESessionSummary, "description": "Provides the summary of session status of all IPSec VPN sessions for a specific IPSec VPN service. It includes the number of degraded, established, failed and configured sessions.", "readonly": true, "title": "IPSec VPN session summary" }, "traffic_summary_per_session": { "description": "Provides the IPSec tunnel statistics for an individual IPSec VPN session for a specific IPSec VPN service. It includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP.", "items": { "$ref": "IPSecVPNSessionTrafficSummary }, "title": "IPSec VPN traffic summary", "type": "array" } }, "title": "IPSec VPN IKE service summary", "type": "object" }