<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/xdmp.hostGetSslFipsEnabled.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>xdmp.hostGetSslFipsEnabled</api:function-name><api:suggest>xdmp.hostgetsslfipsenabled</api:suggest><api:suggest>xdmp</api:suggest><api:suggest>hostgetsslfipsenabled</api:suggest><api:function-link mode="xquery" fullname="xdmp:host-get-ssl-fips-enabled">/apidoc/8.0/xdmp:host-get-ssl-fips-enabled.xml</api:function-link><api:function mode="javascript" name="hostGetSslFipsEnabled" type="builtin" lib="xdmp" category="Server Monitoring" hidden="false" bucket="MarkLogic Built-In Functions" prefix="xdmp" namespace="http://marklogic.com/xdmp" fullname="xdmp.hostGetSslFipsEnabled"><api:summary>
  Returns whether fips mode is enabled.
</api:summary><api:params><api:param name="host-id" type="xs:unsignedLong*"><api:param-description>
    Host IDs.
  </api:param-description><api:param-name>host-id</api:param-name><api:param-type>String[]</api:param-type></api:param></api:params><api:return>ValueIterator</api:return><api:privilege>
   <code xmlns="http://www.w3.org/1999/xhtml">http://marklogic.com/xdmp/privileges/status</code>
</api:privilege><api:usage>
   <p xmlns="http://www.w3.org/1999/xhtml">The information returned from <code>xdmp:host-get-ssl-fips-enabled</code>
   is always computed on the host specified in the <code>$host-id</code>
   parameter, even if the call is evaluated on an App Server running on a
   different host. That is, when the API call is issued, MarkLogic Server
   communicates with the specified host for the boolean value whether fips mode
   is enabled in it and returns the boolean value from the perspective of the
   specified host (not from the perspective of the host in which the XQuery API
   is evaluated).  </p>
</api:usage><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
xdmp.hostGetSslFipsEnabled(xdmp.host("raymond.marklogic.com"));
=&gt; true
</pre>
</api:example></api:function></api:function-page>