Export masthead

Use the following command to export the masthead to standard output:

./iem get admin/masthead

Use the following command to retrieve masthead parameters:

./iem get admin/masthead/parameters

The command returns the list of parameters in XML format as follows:

<BESAPI xmlns:xsi="http://www.w3.org/2001
          /XMLSchema-instance" xsi:noNamespaceSchemaLocation="BESAPI.xsd">
            <MastheadParameters Resource="https://nc926065:52311
                                           /api/admin/masthead/parameters">
                <PortNumber>52311</PortNumber>
                <GatherInterval>Day</GatherInterval>
                <Controller>nobody</Controller>
                <InitialLockState>on</InitialLockState>
                <RequireFIPSCompliantCrypto>false</RequireFIPSCompliantCrypto>
           </MastheadParameters>
</BESAPI>