Skip to main content

ObservabilityAPI

Project description

ObservabilityAPI

Observability API

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.2
  • Package version: 1.0.2
  • Generator version: 7.11.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.8+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import ObservabilityAPI

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import ObservabilityAPI

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import ObservabilityAPI
from ObservabilityAPI.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost/PhrameObservability
# See configuration.py for a list of all supported configuration parameters.
configuration = ObservabilityAPI.Configuration(
    host = "http://localhost/PhrameObservability"
)



# Enter a context with an instance of the API client
with ObservabilityAPI.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ObservabilityAPI.GrafanaApi(api_client)
    datasource_name = 'datasource_name_example' # str | Name for the datasource
    datasource_type = prometheus # str | Type of datasource to create (default to prometheus)
    datasource_url = 'datasource_url_example' # str | URL of the datasource endpoint
    service_key = 'service_key_example' # str | Grafana service account key for authentication
    database_name = 'database_name_example' # str | Database name (for database datasources) (optional)
    username = 'username_example' # str | Username for datasource authentication (optional)
    password = 'password_example' # str | Password for datasource authentication (optional)
    is_default = False # bool | Set this datasource as default (optional) (default to False)
    basic_auth = False # bool | Enable basic authentication (optional) (default to False)

    try:
        # Add Datasource to Grafana
        api_response = api_instance.add_grafana_datasource(datasource_name, datasource_type, datasource_url, service_key, database_name=database_name, username=username, password=password, is_default=is_default, basic_auth=basic_auth)
        print("The response of GrafanaApi->add_grafana_datasource:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling GrafanaApi->add_grafana_datasource: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost/PhrameObservability

Class Method HTTP request Description
GrafanaApi add_grafana_datasource POST /grafana/datasource Add Datasource to Grafana
GrafanaApi deploy_grafana_dashboards GET /grafana Deploy Grafana Dashboards
GrafanaApi generate_grafana_service_key GET /grafana/auth Generate Grafana Service Account Key
PrometheusApi add_exporter_to_host PUT /prometheus Add/Update Specific Exporter for Host
PrometheusApi add_prometheus_target POST /prometheus Add Prometheus Monitoring Target
PrometheusApi get_prometheus_targets GET /prometheus Get Prometheus Targets Configuration
PrometheusApi remove_prometheus_target DELETE /prometheus Remove Prometheus Monitoring Target

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

max.smith@3adesign.co.uk

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

observabilityapi-1.0.3.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

observabilityapi-1.0.3-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file observabilityapi-1.0.3.tar.gz.

File metadata

  • Download URL: observabilityapi-1.0.3.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for observabilityapi-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f46380c943cd7d4180f91431bef035f2cb684ec79c923c7dab881d2a512a6eb6
MD5 1c7a3037be99aeb4926ff64758520068
BLAKE2b-256 72df46287dbbc47c08b0256f1dfaaf0f009002e85bb264460628167acbe91caa

See more details on using hashes here.

File details

Details for the file observabilityapi-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for observabilityapi-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5f592ae507d6ca9f74e018f8203736e39cd02c6082700251a3c96fc74abd908f
MD5 2dbde6cebc5cbc253367bbc5298d5e8a
BLAKE2b-256 047441b461d29b0c220831375a0a820bdfe6420f2368637db54c448518e25365

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