Class OpenAPIMonitorIntegrationConnector

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, IntegrationConnector, OpenMetadataEventListener

public class OpenAPIMonitorIntegrationConnector extends IntegrationConnectorBase implements OpenMetadataEventListener
OpenAPIMonitorIntegrationConnector builds an open metadata representation of the open API specifications published by the servers it is monitoring. For each API specification it catalogues a DeployedAPI asset linked to the server's Endpoint, an APISchemaType describing the API, an APIOperation for each path/command combination, and the request, response and header structures for each operation, built out of APIParameterList and APIParameter schema elements. See ... for more information on schema types and schema attributes.