vmware-aria-operations-integration-sdk


Namevmware-aria-operations-integration-sdk JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/vmware/vrealize-operations-integration-sdk
SummaryA set of tools to help users create, test, and build containerized management packs for VMware Aria Operations
upload_time2023-09-15 19:35:40
maintainer
docs_urlNone
authorVMware, Inc.
requires_python>=3.9,<3.12
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Website](https://img.shields.io/website?down_color=red&down_message=offline&up_color=green&up_message=online&url=https%3A%2F%2Fvmware.github.io%2Fvmware-aria-operations-integration-sdk%2F)
[![PyPI version](https://badge.fury.io/py/vmware_aria_operations_integration_sdk.svg)](https://badge.fury.io/py/vmware_aria_operations_integration_sdk)
[![Aria Operations Integration SDK](https://github.com/vmware/vmware-aria-operations-integration-sdk/actions/workflows/aria-operations-integration-sdk.yaml/badge.svg)](https://github.com/vmware/vmware-aria-operations-integration-sdk/actions/workflows/aria-operations-integration-sdk.yaml)
![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
knowledge (more languages are planned), 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.

Currently, installing a Management Pack built with the Integration SDK is supported for
On-Prem versions of VMware Aria Operations only, but we are working to bring support to
VMware Aria Operations Cloud in a future release.

For a high-level overview of VMware Aria Operations, Management Packs, and this SDK,
see [the introduction](https://vmware.github.io/vmware-aria-operations-integration-sdk/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](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/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](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/extending_an_existing_management_pack/)

## Where should I start?
* If you want to get started creating your first Management Pack, or don't know where to start, read the [Get Started](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/) tutorial, or jump to a specific section:
    * [Requirements](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#requirements)
    * [Installation](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#installation)
    * [Creating a Management Pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#creating-a-management-pack)
    * [Testing a Management Pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#testing-a-management-pack)
    * [Building and Installing a Management Pack](#https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/building-and-installing-a-management-pack)
* If you have completed the Get Started tutorial, the `Guides` in our website have walk-throughs on how [create a new management pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/creating_a_new_management_pack/), [extend an existing management pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/extending_an_existing_management_pack/) and more.
* All documentation is available at [https://vmware.github.io/vmware-aria-operations-integration-sdk/](https://vmware.github.io/vmware-aria-operations-integration-sdk/).
## 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](https://cla.vmware.com/cla/1/preview).
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](https://cla.vmware.com/faq).

For additional information about contributing, go to the [contributing section](contributing/README.md)

## License

This project is licensed under the APACHE-2 License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vmware/vrealize-operations-integration-sdk",
    "name": "vmware-aria-operations-integration-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "VMware, Inc.",
    "author_email": "krokos@vmware.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/98/67bbbd115e182af8d31bbb928ec482b1044734acf40aa7f9810218eee7aa/vmware_aria_operations_integration_sdk-1.0.1.tar.gz",
    "platform": null,
    "description": "![Website](https://img.shields.io/website?down_color=red&down_message=offline&up_color=green&up_message=online&url=https%3A%2F%2Fvmware.github.io%2Fvmware-aria-operations-integration-sdk%2F)\n[![PyPI version](https://badge.fury.io/py/vmware_aria_operations_integration_sdk.svg)](https://badge.fury.io/py/vmware_aria_operations_integration_sdk)\n[![Aria Operations Integration SDK](https://github.com/vmware/vmware-aria-operations-integration-sdk/actions/workflows/aria-operations-integration-sdk.yaml/badge.svg)](https://github.com/vmware/vmware-aria-operations-integration-sdk/actions/workflows/aria-operations-integration-sdk.yaml)\n![GitHub](https://img.shields.io/github/license/vmware/vmware-aria-operations-integration-sdk?style=plastic)\n\nVMware Aria Operations Integration SDK\n=====================\n\nWelcome to the VMware Aria Operations Integration SDK.\n\n## What is the Integration SDK?\n\nThe Integration SDK creates Management Packs to add custom objects, data, and\nrelationships from an endpoint into VMware Aria Operations.\n\nUsing this SDK to create a Management Pack requires some Python\nknowledge (more languages are planned), and an understanding of how to get\ndata from the endpoint using an API. For example, to create a Management Pack for\nCassandra DB, an understanding of how to write an SQL query, execute it, and read the\nresults is required.\n\nCurrently, installing a Management Pack built with the Integration SDK is supported for\nOn-Prem versions of VMware Aria Operations only, but we are working to bring support to\nVMware Aria Operations Cloud in a future release.\n\nFor a high-level overview of VMware Aria Operations, Management Packs, and this SDK,\nsee [the introduction](https://vmware.github.io/vmware-aria-operations-integration-sdk/introduction/).\n\n## What can the Integration SDK be used for?\nThe Integration SDK can be used to add any endpoint that supports remote monitoring to\nVMware Aria Operations. Adding the endpoint involves creating objects that\nrepresent the endpoint, which may include properties, metrics, and events, as well as\nrelationships between objects.\n\n**Remote monitoring** uses an API (such as REST, SNMP, SQL, etc) to retrieve the data (as\nopposed to agent-based monitoring, where the monitoring code runs in the same location\nas the endpoint).\n\nFor an example walkthrough of creating a new Management Pack monitoring an endpoint, see\n[Creating a New Management Pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/creating_a_new_management_pack/)\n\nThe Integration SDK can also be used to extend objects created by another Management\nPack with additional metrics, properties, events, or relationships. This can be useful\nto ensure access to custom data without having to re-implement already existing data.\n\nFor an example walkthrough of the steps required to extend another management pack, see\n[Extending an Existing Management Pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/extending_an_existing_management_pack/)\n\n## Where should I start?\n* If you want to get started creating your first Management Pack, or don't know where to start, read the [Get Started](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/) tutorial, or jump to a specific section:\n    * [Requirements](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#requirements)\n    * [Installation](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#installation)\n    * [Creating a Management Pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#creating-a-management-pack)\n    * [Testing a Management Pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/#testing-a-management-pack)\n    * [Building and Installing a Management Pack](#https://vmware.github.io/vmware-aria-operations-integration-sdk/get_started/building-and-installing-a-management-pack)\n* If you have completed the Get Started tutorial, the `Guides` in our website have walk-throughs on how [create a new management pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/creating_a_new_management_pack/), [extend an existing management pack](https://vmware.github.io/vmware-aria-operations-integration-sdk/guides/extending_an_existing_management_pack/) and more.\n* All documentation is available at [https://vmware.github.io/vmware-aria-operations-integration-sdk/](https://vmware.github.io/vmware-aria-operations-integration-sdk/).\n## Contributing\n\nThe vmware-aria-operations-integration-sdk project team welcomes contributions from the community. Before you start\nworking with this project please read and sign our [Contributor License Agreement](https://cla.vmware.com/cla/1/preview).\nIf you wish to contribute code, and you have not signed our Contributor Licence Agreement (CLA), our bot will prompt you\nto do so when you open a Pull Request. For any questions about the CLA process, please refer to our\n[FAQ](https://cla.vmware.com/faq).\n\nFor additional information about contributing, go to the [contributing section](contributing/README.md)\n\n## License\n\nThis project is licensed under the APACHE-2 License.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A set of tools to help users create, test, and build containerized management packs for VMware Aria Operations",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/vmware/vrealize-operations-integration-sdk",
        "Repository": "https://github.com/vmware/vrealize-operations-integration-sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e4baeadb9c316424fabee5b260652ef0e8d7cf6bee906443b2853cda0de9540",
                "md5": "db081fa7acc94bda907e4d7253ed3b08",
                "sha256": "a2d9dc3b5e36570a1bbb07369bd183a1c5db5ff803e22eca47c47f2050c0c035"
            },
            "downloads": -1,
            "filename": "vmware_aria_operations_integration_sdk-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db081fa7acc94bda907e4d7253ed3b08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.12",
            "size": 116981,
            "upload_time": "2023-09-15T19:35:38",
            "upload_time_iso_8601": "2023-09-15T19:35:38.408015Z",
            "url": "https://files.pythonhosted.org/packages/6e/4b/aeadb9c316424fabee5b260652ef0e8d7cf6bee906443b2853cda0de9540/vmware_aria_operations_integration_sdk-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a79867bbbd115e182af8d31bbb928ec482b1044734acf40aa7f9810218eee7aa",
                "md5": "c7ce05a877463d0c9502f72979627bec",
                "sha256": "0539df459b49b4ec463094483a17ae03e19532f3be759770088af979d19af57d"
            },
            "downloads": -1,
            "filename": "vmware_aria_operations_integration_sdk-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c7ce05a877463d0c9502f72979627bec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.12",
            "size": 97753,
            "upload_time": "2023-09-15T19:35:40",
            "upload_time_iso_8601": "2023-09-15T19:35:40.092637Z",
            "url": "https://files.pythonhosted.org/packages/a7/98/67bbbd115e182af8d31bbb928ec482b1044734acf40aa7f9810218eee7aa/vmware_aria_operations_integration_sdk-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-15 19:35:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vmware",
    "github_project": "vrealize-operations-integration-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vmware-aria-operations-integration-sdk"
}
        
Elapsed time: 0.11104s