global-settings element

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

Example XML

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