global-settings element

Type: globalConfigurationResourceResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <global-settings> <data> <globalConnectionSettings> <connectionTimeout>...</connectionTimeout> <queryString>...</queryString> <userAgentString>...</userAgentString> <retrievalRetryCount>...</retrievalRetryCount> </globalConnectionSettings> <smtpSettings> <port>...</port> <password>...</password> <systemEmailAddress>...</systemEmailAddress> <sslEnabled>...</sslEnabled> <host>...</host> <username>...</username> <tlsEnabled>...</tlsEnabled> </smtpSettings> <securityEnabled>...</securityEnabled> <globalRestApiSettings> <baseUrl>...</baseUrl> <forceBaseUrl>...</forceBaseUrl> <uiTimeout>...</uiTimeout> </globalRestApiSettings> <securityAnonymousPassword>...</securityAnonymousPassword> <errorReportingSettings> <useGlobalProxy>...</useGlobalProxy> <jiraPassword>...</jiraPassword> <reportErrorsAutomatically>...</reportErrorsAutomatically> <jiraUsername>...</jiraUsername> </errorReportingSettings> <systemNotificationSettings> <roles>...</roles> <roles>...</roles> <!--...more "roles" elements...--> <enabled>...</enabled> <emailAddresses>...</emailAddresses> </systemNotificationSettings> <remoteProxySettings> <httpProxySettings> <proxyHostname>...</proxyHostname> <authentication> <password>...</password> <ntlmHost>...</ntlmHost> <username>...</username> <ntlmDomain>...</ntlmDomain> </authentication> <proxyPort>...</proxyPort> </httpProxySettings> <nonProxyHosts>...</nonProxyHosts> <nonProxyHosts>...</nonProxyHosts> <!--...more "nonProxyHosts" elements...--> <httpsProxySettings> <proxyHostname>...</proxyHostname> <authentication> <password>...</password> <ntlmHost>...</ntlmHost> <username>...</username> <ntlmDomain>...</ntlmDomain> </authentication> <proxyPort>...</proxyPort> </httpsProxySettings> </remoteProxySettings> <securityAnonymousAccessEnabled>...</securityAnonymousAccessEnabled> <securityRealms> <securityRealmItem>...</securityRealmItem> <securityRealmItem>...</securityRealmItem> <!--...more "securityRealmItem" elements...--> </securityRealms> <securityAnonymousUsername>...</securityAnonymousUsername> </data> </global-settings>