exportdefcal arguments file parameters

The following table lists the exportdefcal arguments file parameters:

Parameter

Description

The first two lines of the XML request file for this API request contain information that specifies the version of XML, the text encoding format being used, and the location of the .dtd file.

TERMS

These tags indicate the start and end of the TERMS file. Only criteria that are located between the tags are considered to be part of the argument.

TERM

The TERM tags indicate the start and the end of a group of selection criteria used to specify a calendar or calendars that are to be exported. Only PARAM tags that are located between the TERM tags are considered to be part of the TERM argument.

REL

Optional. Relationship between terms. Valid values:

  • AND
  • OR

PARAM

The selection criteria parameter used to determine those calendars that are to be exported. More than one PARAM can be specified. Mandatory.

PARAM NAME="DATACENTER" OP="EQ" VALUE="Center1"

NAME

String. Specify at least one of the following calendar parameter names.

Valid values:

  • DATACENTER
  • CALENDAR
  • TYPE

OP

String. Mandatory. Describes the relationship between the NAME and the VALUE parameters of the TERM. Valid values:

  • EQ
  • NEQ
  • NOTIN
  • LIKE

VALUE

String. Mandatory. Value of the parameter specified in the NAME field.

  • If the value of NAME is DATACENTER, enter the name of the Control‑M installation for VALUE.
  • If the value of NAME is CALENDAR, enter a calendar name.
  • If the value of NAME is TYPE, enter one of the following calendar types: Relative, Regular, Periodic, Rule_Based

Parent Topic

exportdefcal