grafana-snapshot Package
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 | + |
Release files for grafana-snapshot 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| grafana-snapshot-0.4.tar.gz | 4.3 kB | Details |
Release files / grafana-snapshot-0.4.tar.gz
| Download URL | grafana-snapshot-0.4.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c7d76a19b9b2a2c5b37d950ad85554d8f69a7b1bf48be8cf5e2213b790316f4
|
|
BLAKE2b-256 checksum How to use checksums |
fbc7ebd9834c06884d7f7e73ac30712df9bc657573172427a8bd4311d354d8da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|