Data Structures

These are some of the data structures used in the Data Flow Management Web Service API.

CIProperties

CIProperties is a collection of collections. Each collection contains properties of a different data type. For example, there can be a dateProps collection, a strListProps collection, an xmlProps collection, and so on.

Each type collection contains individual properties of the given type. The names of these properties elements is the same as the container, but in singular. For example, dateProps contains dateProp elements. Each property is a name-value pair.

See CIProperties in the Universal Discovery Schema Reference.

IPList

A list of IP elements, each of which contains an IPv4 or IPv6 Address.

See IPList in the Universal Discovery Schema Reference.

IPRange

An IPRange has two elements, Start and End. Each element contains an Address element, which is an IPv4 or IPv6 Address.

See IPRange in the Universal Discovery Schema Reference.

Scope

Two IPRanges. Exclude is a collection of IPRanges to exclude from the job. Include is a collection of IPRanges to include in the job.

See Scope in the Universal Discovery Schema Reference