CONFIGURATION_COMMIT_COMPLETED

This error tag corresponds to syslog messages notifying that the a configuration commit is complete

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

  • iosxr
  • junos

Syslog message example

<190>40: xrv RP/0/RP0/CPU0:Oct  4 22:52:47.441 : cfgmgr_trial_confirm[67310]: %MGBL-CONFIG-6-DB_COMMIT : Configuration committed by user 'vagrant'. Use 'show configuration commit changes 1000000093' to view the changes.

Structured message example

{
  "error": "CONFIGURATION_COMMIT_COMPLETED",
  "facility": 23,
  "host": "xrv",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Oct  4",
      "facility": 23,
      "host": "xrv",
      "message": "Configuration committed by user 'vagrant'. Use 'show configuration commit changes 1000000093' to view the changes.",
      "messageId": "40",
      "milliseconds": ".441",
      "nodeId": "RP/0/RP0/CPU0",
      "pri": "190",
      "processId": "67310",
      "processName": "cfgmgr_trial_confirm",
      "severity": 6,
      "tag": "MGBL-CONFIG-6-DB_COMMIT",
      "time": "22:52:47",
      "timeZone": null
  },
  "os": "iosxr",
  "severity": 6,
  "timestamp": 1507157567,
  "yang_message": {
      "system": {
          "operations": {
              "commit_complete": true
          }
      }
  },
  "yang_model": "NO_MODEL"
}