Importing Conditions

Last Updated : Oct 04, 2018 |

Procedure

  1. On the home page of the System Manager web console, click Elements > Routing > Conditions.
  2. On the Conditions page, click More Actions > Import.
  3. On the Import Routing Data page, click Browse to select the file that includes conditions or routing data to import.
  4. In the Schedule section, click one of the following to schedule a job:
    • Run Immediately

    • Schedule later

  5. In the Import Job Status section, click one of the following:
    • Delete to delete the selected job

    • Stop to stop the selected job

  6. Click Import.

Sample XML file for export or import

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<conditionFullTOList>
    <ConditionFullTO>
        <notes>this is a test</notes>
        <name>Condition1</name>
     <Operand1>
        <notes></notes>
        <expression>Test</expression>
        <instance>test</instance>
        <negative>false</negative>
        <source>Method</source>
        <sourceType>Request-Line</sourceType>
    </Operand1>
    <Operand2>
        <notes></notes>
        <expression>Test</expression>
        <instance></instance>
        <negative>false</negative>
        <source>Status-Code</source>
        <sourceType>Response-Line</sourceType>
    </Operand2>
    <operator>and</operator>
   </ConditionFullTO>
</conditionFullTOList>