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