![GitHub](https://img.shields.io/github/license/vmware/vmware-aria-operations-integration-sdk?style=plastic)
VMware Aria Operations Integration SDK
Welcome to the VMware Aria Operations Integration SDK.
What is the Integration SDK?
The Integration SDK creates Management Packs to add custom objects, data, and
relationships from an endpoint into VMware Aria Operations.
Using this SDK to create a Management Pack requires some Python or Java
knowledge, and an understanding of how to get data from the endpoint using an
API. For example, to create a Management Pack for Cassandra DB, an understanding
of how to write an SQL query, execute it, and read the results is required.
For a high-level overview of VMware Aria Operations, Management Packs, and this SDK,
see the introduction.
What can the Integration SDK be used for?
The Integration SDK can be used to add any endpoint that supports remote monitoring to
VMware Aria Operations. Adding the endpoint involves creating objects that
represent the endpoint, which may include properties, metrics, and events, as well as
relationships between objects.
Remote monitoring uses an API (such as REST, SNMP, SQL, etc) to retrieve the data (as
opposed to agent-based monitoring, where the monitoring code runs in the same location
as the endpoint).
For an example walkthrough of creating a new Management Pack monitoring an endpoint, see
Creating a New Management Pack
The Integration SDK can also be used to extend objects created by another Management
Pack with additional metrics, properties, events, or relationships. This can be useful
to ensure access to custom data without having to re-implement already existing data.
For an example walkthrough of the steps required to extend another management pack, see
Extending an Existing Management Pack
Where should I start?
Contributing
The vmware-aria-operations-integration-sdk project team welcomes contributions from the community. Before you start
working with this project please read and sign our Contributor License Agreement.
If you wish to contribute code, and you have not signed our Contributor Licence Agreement (CLA), our bot will prompt you
to do so when you open a Pull Request. For any questions about the CLA process, please refer to our
FAQ.
For additional information about contributing, go to the contributing section
License
This project is licensed under the APACHE-2 License.