Skip to main content

Task a grafana snapshot

Project description

grafana-snapshot Package

Build Status Codecov PyPI

Install

If you want to use the API algorithms in your code, it is as simple as:

$ pip install grafana-snapshot

You can test by creating a python file:

from GrafanaSnapshot.snapshot_face import SnapshotFace

if __name__ == "__main__":
    grafana = SnapshotFace(auth='xxxxx', host='localhost', port='3000', protocol='https')
    
    ## Create snaphot
    results = grafana.snapshots.create_snapshot(tags="test_tag", time_from=1563183710618, time_to=1563185212275)
    
    ## Delete snaphot by key
    result = grafana.snapshots.delete(delete_key='some_delete_key', key=None)
    
    ## get snaphot by key
    results = grafana.snapshots.get_snapshot_by_key(key='some_key')

Uninstall

If you want to uninstall grafana-snapshot, it is as simple as:

$ pip uninstall -y grafana-snapshot

Status

API Status
Create Snapshot +
Delete Snapshot +
Get Snapshot by tags +

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

grafana-snapshot-0.4.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file grafana-snapshot-0.4.tar.gz.

File metadata

  • Download URL: grafana-snapshot-0.4.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.1

File hashes

Hashes for grafana-snapshot-0.4.tar.gz
Algorithm Hash digest
SHA256 8c7d76a19b9b2a2c5b37d950ad85554d8f69a7b1bf48be8cf5e2213b790316f4
MD5 c317d63dfed5dbacc07ea846829efa3f
BLAKE2b-256 fbc7ebd9834c06884d7f7e73ac30712df9bc657573172427a8bd4311d354d8da

See more details on using hashes here.

Supported by

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