addworknote command
Use the addworknote command to add or edit work note for BMC platform or audit event logs.
addworknote command syntax
OneCli.exe misc addworknote < --bmc <arg>>
| Parameter | Required/Optional | Notes |
|---|---|---|
| --sequenceid | Required | Specify the log sequence ID to add or edit work note. |
| --note | Required | Specify the content of the work note. |
| --logtype | Required | Specify the log type to add or edit work note.
|
Example of the addworknote command
OneCli.exe misc logmgr addworknote --logtype pel --sequenceid 2 --note “add for test” --bmc USERID:PASSWORD@xx.xx.xx.xx
Give documentation feedback