Skip to main content
Skip table of contents

Resolve message

Silent

Command line interface call

CODE
".\IBI.aws.Admin.exe" /action "resolve" /mode "silent" /remarkGroupId "5dbfbbbe-9f48-4801-a5b1-7c744eeceee6" /externalId "cli-firealarm" /publish "true"

This call resolves and publishes all currently enabled and active messages with the external ID cli-firealarm from the message group with the ID 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6. Since the mode silent is specified, no result is shown and the IBI-aws Admin is not opened.

Explanation of arguments

ArgumentValueExplanation
actionresolveSpecifies that one or more message should be resolved
modesilentSpecifies that neither the user interface nor errors are displayed
remarkGroupId5dbfbbbe-9f48-4801-a5b1-7c744eeceee6The message group ID in which the message should be created
externalIdcli-firealarmSpecifies that only active messages with the same external ID will be deactivated
publishtrueSpecifies that the message will be published

Silent, with multiple restrictions

Command line interface call

CODE
".\IBI.aws.Admin.exe" /action "resolve" /mode "silent" /remarkGroupId "5dbfbbbe-9f48-4801-a5b1-7c744eeceee6" /externalId "cli-firealarm" /origin "FireAlarm" /publish "true"

This call resolves and publishes all currently enabled and active messages with the external ID cli-firealarm and the origin FireAlarm from the message group with the ID 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6. Since the mode silent is specified, no result is shown and the IBI-aws Admin is not opened.

Explanation of arguments

ArgumentValueExplanation
actionresolveSpecifies that one or more message should be resolved
modesilentSpecifies that neither the user interface nor errors are displayed
remarkGroupId5dbfbbbe-9f48-4801-a5b1-7c744eeceee6The message group ID in which the message should be created
externalIdcli-firealarmSpecifies that only active messages with the same external ID will be deactivated
originFireAlarmSpecifies that only active messages with the same origin will be deactivated
publishtrueSpecifies that the message will be published

Silent, modified resolve message

Command line interface call

CODE
".\IBI.aws.Admin.exe" /action "resolve" /mode "silent" /remarkGroupId "5dbfbbbe-9f48-4801-a5b1-7c744eeceee6" /externalId "cli-firealarm" /displayDuration 5 /presentationType "fullscreen" /publish "true"

This call resolves and publishes all currently enabled and active messages with the external ID cli-firealarm from the message group with the ID 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6. The resolve message will be displayed in the mode fullscreen and is valid for 5 hours. Since the mode silent is specified, no result is shown and the IBI-aws Admin is not opened.

Explanation of arguments

ArgumentValueExplanation
actionresolveSpecifies that one or more message should be resolved
modesilentSpecifies that neither the user interface nor errors are displayed
remarkGroupId5dbfbbbe-9f48-4801-a5b1-7c744eeceee6The message group ID in which the message should be created
externalIdcli-firealarmSpecifies that only active messages with the same external ID will be deactivated
displayDuration5Specifies the resolve message display duration
presentationTypefullscreenSpecifies the resolve message presentation type
publishtrueSpecifies that the message will be published

With user interface

Command line interface call

CODE
".\IBI.aws.Admin.exe" /action "resolve" /mode "fullui" /remarkGroupId "5dbfbbbe-9f48-4801-a5b1-7c744eeceee6" /externalId "cli-firealarm"

This call resolves and publishes all currently enabled and active messages with the external ID cli-firealarm from the message group with the ID 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6. Since the mode fullui is specified, only one message can be resolved. If multiple message are found for the specified restrictions, an error is displayed. In addition, the resolved message is not automatically published, but the Edit message dialog opens in the IBI-aws Admin. The publication must be done manually after saving the message.

Explanation of arguments

ArgumentValueExplanation
actionresolveSpecifies that one or more message should be resolved
modefuluiSpecifies that the desired action should be performed via the user interface
remarkGroupId5dbfbbbe-9f48-4801-a5b1-7c744eeceee6The message group ID in which the message should be created
externalIdcli-firealarmSpecifies that only active messages with the same external ID will be deactivated
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.