Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.87 KB

File metadata and controls

26 lines (22 loc) · 1.87 KB

UpdateEventForwarder

updateEventForwarder is a command that updates an event forwarder [Deprecated - please use event-forwarder-update-* command]

Properties

Name Type Description Notes
admin_name str Workstation Admin Name [optional]
auth_type str The authentication type to use when connecting to ServiceNow (user-pass / jwt) [optional] [default to 'user-pass']
client_id str The client ID to use when connecting to ServiceNow with jwt authentication [optional]
description str Description of the object [optional] [default to 'default_comment']
email_to str A comma seperated list of email addresses to send event to (relevant only for "email" Event Forwarder) [optional]
enable str Enable/Disable Event Forwarder [true/false] [optional] [default to 'true']
event_source_locations list[str] Event sources [optional]
event_types list[str] Event types [optional]
host str Workstation Host [optional]
json bool Set output format to JSON [optional] [default to False]
name str EventForwarder name
new_comment str Deprecated - use description [optional] [default to 'default_comment']
new_name str New EventForwarder name [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
user_email str The user email to use when connecting to ServiceNow with jwt authentication [optional]

[Back to Model list] [Back to API list] [Back to README]