SaveDeviceTaskMessage

SaveDeviceTaskMessage contains the result of save and/or activate operation as follows.

  • String operation, operation type, Save or SaveAndActivate, Activate
  • String tasked, which is task id which will be populated on devicetaskDetails schema once save or save\activate is fully done on server side.
  • String username, which contains the user name who is going to perform save or activate operation
  • String deviceName, device name the operation is performed.
  • String isLockSuccess, specifies SBC Lock status
  • isValidationSuccess, does the validation pass for the configuration elements integrity check
  • String isEraseCacheSuccess, which is not applicable for granular save
  • String isCreateSuccess specifies success or failure
  • String isIntegrityCheckSuccess, if EMS count match to the SBC count
  • String isRestoreConfigSuccess if Integrity check fail, we need to restore original SBC configuration data.
  • String isSaveConfigSuccess, specifies success or failure of Save command
  • isActivateConfigSuccess, specifies success or failure of Activate command
  • isUnlockSuccess, specifies SBC Unlock status