Object Language Syntax

An Integrator script contains objects to perform specific tasks. An object is defined by a set of attributes and consists of the reserved keyword object followed by:

  • An object type in single quotes
  • A string for the object name
  • An open-brace ({)
  • A comma-separated set of attributes followed by a close-brace (}) and a semicolon(;)

Keep the following points in mind:

  • Each object defined in the script must begin with the keyword object and contain at least one set of open and close braces.
  • The keyword object is case-insensitive.
  • The final closing brace must be followed by a semi-colon.

Click any of the following component names for more details on the syntax.