Previous Topic: How to Build a Custom ConnectorNext Topic: Connector Considerations


Connector Writing Basics

You can write custom connectors to create Level 4, 5, or 6 connector integrations for any domain manager product. Connectors require the following main components:

Connectors retrieve raw domain manager data such as CIs, alerts, and relationships as property-value pairs and normalize properties and values so that they adhere to the USM schema, which is the internal schema of the CA Catalyst framework and SA Manager.

The following illustration shows the process:

Shows how data flows from the source domain manager to the connector through the IFW to CA Catalyst and CA Spectrum SA.

  1. The connector methods interface with the domain manager and retrieve entities in the format of the domain manager.
  2. The connector sends domain-specific data to the IFW through JMS.
  3. The IFW processing module (pictured above as EI) uses connector policy to transform the entities to the USM format if necessary.
  4. The IFW transmits the USM entities through the ActiveMQ server to CA Catalyst and the SA Manager for display on the CA SOI interfaces as CIs, alerts, or relationships.