global-settings element

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

Example XML

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