Disable message
Silent
Command line interface call
".\IBI.aws.Admin.exe" /action "disable" /mode "silent" /remarkGroupId "5dbfbbbe-9f48-4801-a5b1-7c744eeceee6" /externalId "cli-firealarm" /publish "true"
This call disables and publishes all currently enabled and active or upcoming message 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 | disable | Specifies that one or more message should be disabled |
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 "disable" /mode "silent" /remarkGroupId "5dbfbbbe-9f48-4801-a5b1-7c744eeceee6" /externalId "cli-firealarm" /origin "FireAlarm" /publish "true"
This call disables and publishes all currently enabled and active or upcoming message 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 | disable | Specifies that one or more message should be disabled |
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 |
With user interface
Command line interface call
".\IBI.aws.Admin.exe" /action "disable" /mode "fullui" /remarkGroupId "5dbfbbbe-9f48-4801-a5b1-7c744eeceee6" /externalId "cli-firealarm"
This call disables and publishes all currently enabled and active or upcoming message with the external ID cli-firealarm from the message group with the ID 5dbfbbbe-9f48-4801-a5b1-7c744eeceee6. Since the mode fullui is specified, the messages are not published automatically, but the message list of the specified message group opens in the IBI-aws Admin, whereby the disabled messages are selected. The publication mus be done manually.
Explanation of arguments
Argument | Value | Explanation |
---|---|---|
action | disable | Specifies that one or more message should be disabled |
mode | fullui | 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 |