Previous Topic

Next Topic

Book Contents

Book Index

exportdeffolder examples

Following are examples of arguments files used with the exportdeffolder utility:

Export all folders in the Data1 data center

<TERMS>

<TERM>

<PARAM NAME="DATACENTER" OP="EQ"
VALUE="Data1"/>

</TERM>

</TERMS>

Export with multiple selection criteria

Exported SMART Folders that are located in data center Data1 and belong to the GRP_03 SMART Folder, or located in data center Data1 and belong to the GRP_04 SMART Folder:

<TERMS>

<TERM>

<PARAM NAME="DATACENTER" OP="EQ"
VALUE="Data1"/>

<PARAM NAME="GROUP" OP="EQ" VALUE="GRP_03"/>

</TERM>

<TERM>

<PARAM NAME="DATACENTER" OP="EQ"
VALUE="Data1"/>

<PARAM NAME="GROUP" OP="EQ" VALUE="GRP_04"/>

</TERM>

</TERMS>

Parent Topic

exportdeffolder