Skip to main content

Python Client for Netuitive Cloud.

Project description

===============================
Netuitive Python Client
===============================

Features
--------

* Create a Netuitive Element with the following data:
* Element Name
* Attributes
* Tags
* Metric Samples


## Usage

```
import netuitive

# Setup the Client
ApiClient = netuitive.Client('<my_api_url>', '<my_api_key>')

# setup the Element
MyElement = netuitive.Element()

# Add an Attribute
MyElement.add_attribute('Language', 'Python')

# Add a Tag
MyElement.add_tag(('Production', 'True')

# Add a Metric Sample
MyElement.add_sample('cpu.idle', 1432832135, 1, host='my_hostname')

# Send the Samples
ApiClient.post(MyElement)

# Remove the samples already sent
MyElement.clear_samples()
```

## Copyright and License

Copyright 2015 Netuitive, Inc. under [the Apache 2.0 license](LICENSE).




History
-------

0.0.2 (2015-05-28)
---------------------

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netuitive-0.0.2.tar.gz (15.6 kB view hashes)

Uploaded Source

Built Distribution

netuitive-0.0.2-py2.py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page