Resolve message
Silent
Command line interface call
".\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
Argument | Value | Explanation |
---|---|---|
action | resolve | Specifies that one or more message should be resolved |
mode | silent | Specifies that neither the user interface nor errors are displayed |
remarkGroupId | 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6 | The message group ID in which the message should be created |
externalId | cli-firealarm | Specifies that only active messages with the same external ID will be deactivated |
publish | true | Specifies that the message will be published |
Silent, with multiple restrictions
Command line interface call
".\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
Argument | Value | Explanation |
---|---|---|
action | resolve | Specifies that one or more message should be resolved |
mode | silent | Specifies that neither the user interface nor errors are displayed |
remarkGroupId | 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6 | The message group ID in which the message should be created |
externalId | cli-firealarm | Specifies that only active messages with the same external ID will be deactivated |
origin | FireAlarm | Specifies that only active messages with the same origin will be deactivated |
publish | true | Specifies that the message will be published |
Silent, modified resolve message
Command line interface call
".\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
Argument | Value | Explanation |
---|---|---|
action | resolve | Specifies that one or more message should be resolved |
mode | silent | Specifies that neither the user interface nor errors are displayed |
remarkGroupId | 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6 | The message group ID in which the message should be created |
externalId | cli-firealarm | Specifies that only active messages with the same external ID will be deactivated |
displayDuration | 5 | Specifies the resolve message display duration |
presentationType | fullscreen | Specifies the resolve message presentation type |
publish | true | Specifies that the message will be published |
With user interface
Command line interface call
".\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
Argument | Value | Explanation |
---|---|---|
action | resolve | Specifies that one or more message should be resolved |
mode | fului | Specifies that the desired action should be performed via the user interface |
remarkGroupId | 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6 | The message group ID in which the message should be created |
externalId | cli-firealarm | Specifies that only active messages with the same external ID will be deactivated |