Advanced Options

To get the list of advanced options, run the following command:

./iem get admin/fields

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

<?xml version="1.0" encoding="UTF-8"?>
<BESAPI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:noNamespaceSchemaLocation="BESAPI.xsd">
            <AdminField Resource="https://nc926065:52311/api/admin
                                      /field/usePre70ClientCompatibleMIME">
                 <Name>usePre70ClientCompatibleMIME</Name>
                 <Value>false</Value>
           </AdminField>

To set the admin key disableNmoSiteManagementDialog, create an XML file (besadmin.xml) as follows:

<?xml version="1.0" encoding="UTF-8"?>
<BESAPI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:noNamespaceSchemaLocation="BESAPI.xsd">
           <AdminField Resource="https:/nc926065:52311/api/admin
                                      /field/disableNmoSiteManagementDialog">
                 <Name>disableNmoSiteManagementDialog</Name>
                 <Value>1</Value>
           </AdminField>
</BESAPI>

Use the following command to set the appropriate attribute:

./iem post /TEM/besadmin.xml admin/fields