Requirements
If you do not use a ticket target to configure events, you must define the variables shown in the table below in every ServiceNow script.
Table 1. Required variables for ServiceNow
Variable | Description of the value |
---|---|
adminid | is the user ID of a user with permissions to perform all operations that you require. |
adminpwd | is the password for the above user. |
server | is ServiceNow’s host name or IP address. |
port | is port number for ServiceNow web service, default is 443. |
proxy | is the HTTP proxy server. |
ssl | accepts true or false to switch connection SSL protocol on or off. |
checkCert | determines whether to validate the server’s security certificate for SSL connections. |
module | is the module in ServiceNow that you want to access. |