NSX-T Data Center REST API

IPSecVpnIkeSessionStatus (type)

{
  "additionalProperties": false,
  "description": "Status for IPSec VPN Ike session UP, DOWN, NEGOTIATING and fail reason if Ike session is down.",
  "id": "IPSecVpnIkeSessionStatus",
  "module_id": "PolicyVPNStatistics",
  "properties": {
    "fail_reason": {
      "description": "Reason for failure.",
      "readonly": true,
      "title": "Fail reason",
      "type": "string"
    },
    "ike_session_state": {
      "description": "Ike session service status UP, DOWN and NEGOTIATING.",
      "enum": [
        "UP",
        "DOWN",
        "NEGOTIATING"
      ],
      "readonly": true,
      "title": "Ike session state",
      "type": "string"
    }
  },
  "title": "Ike session status",
  "type": "object"
}