NH_INSTALL_FAILED

There is no YANG model available yet to map this class of messages. Please check the Structured message example section to see the structure.

Implemented for

  • junos

Syslog message example

<7>Jan 16 06:30:04 re0.vmx01 fpc0 expr_nh_unilist_install: Creation of handle for nh 525207 failed

Structured message example

{
  "error": "NH_INSTALL_FAILED",
  "facility": 0,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "additionalData": null,
      "date": "Jan 16",
      "facility": 0,
      "fpcId": "0",
      "host": "vmx01",
      "hostPrefix": "re0.",
      "message": "Creation of handle for nh 525207 failed",
      "pri": "7",
      "severity": 7,
      "tag": "expr_nh_unilist_install",
      "time": "06:30:04"
  },
  "os": "junos",
  "severity": 7,
  "timestamp": 1547620204,
  "yang_message": {
      "nh": {
          "install": {
              "failed": "525207"
          }
      }
  },
  "yang_model": "NO_MODEL"
}