RDA - Python API

Working with API using Python

How to work with Python using the API library

Datasets Classes

Data in CloudFabrix's AIOps platform is organized as datasets. Each dataset is associated with a unique tag. A tag allows to fetch the data related to that dataset and is mandatory while making queries so that only related data from a dataset is fetched. For example, a CaaSDataset class provides methods to fetch all the tags and their associated metadata. There are also convenience methods (pre-defined functions/API) that are provided for well-known tags including Inventory, Incidents, Alerts, etc. Optionally filters defined in the form of CFXQL can be specified as an argument.

Last updated 4 months ago

Last updated