Adapter repository file reference

The following table describes all Markdown files provided in an adapter GitLab repository.

FileDescription
AUTH.mdSteps for authenticating the adapter and bringing it online. See the authentication overview for more information.
BROKER.mdInformation on integrating an adapter with the Itential Platform Device Broker, including descriptions of the calls the Device Broker uses. Integrating with the Device Broker allows devices to appear in and be managed from the Configuration Manager application. Correctly configuring the adapter properties in Itential Platform is critical for the Device Broker integration to work.
CALLS.mdA summary of the calls the adapter makes available to the rest of Itential Platform, including generic adapter calls, Device Broker calls, adapter cache calls, and adapter-specific calls. This file may initially be generic and lack adapter-specific calls. If you find information missing, create an issue in the adapter’s GitLab repository.
CHANGELOG.mdA versioned timeline of changes made to the adapter.
CODE_OF_CONDUCT.mdItential’s conduct standards for contributing to a project, covering the community pledge, standards, and responsibilities.
CONTRIBUTING.mdContributing standards, guidelines, and information for submitting adapter requests. See the adapter contributing guide for more information.
ENHANCE.mdInstructions for modifying an adapter, including changes to properties, calls, authentication, integration tests, and adding a second instance.
PROPERTIES.mdDefinitions of all service instance configuration properties available for the adapter and what each property controls. See the Itential Platform service instance configuration articles for more information.
README.mdGeneral information about the adapter, including versioning, installation instructions, testing guidance, and links to other files in the repository.
SUMMARY.mdAn overview of the external system and the APIs used to build the adapter.
SYSTEMINFO.mdInformation about the external system the adapter integrates with and why you might want to integrate with it. Like AUTH.md and CALLS.md, this file is originally generated from the adapter build process and should be updated with system-specific information.
TROUBLESHOOT.mdGuidance for resolving issues that may arise while using the adapter.