Skip to main content

API client for Cluster API.

Project description

python3-cyberfusion-cluster-apicli

API client for Cluster API.

Install

PyPI

Run the following command to install the package from PyPI:

pip3 install python3-cyberfusion-cluster-apicli

Generic

Run the following command to create a source distribution:

python3 setup.py sdist

Debian

Run the following commands to build a Debian package:

mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
dpkg-buildpackage -us -uc

Configure

Config file options

  • Section clusterapi, key serverurl
  • Section clusterapi, keys username and password (optional)
  • Section clusterapi, key apikey (optional)

Class options

  • config_file_path. Non-default config file path.
  • authenticate. Endpoint is called without token when set.

Usage

Basic

from cyberfusion.ClusterApiCli import ClusterApiRequest

endpoint = "/api/v1/certificates"

r = ClusterApiRequest()

Request

First, set the request:

r.GET(endpoint)
r.PATCH(endpoint)
r.PUT(endpoint)
r.POST(endpoint)
r.DELETE(endpoint)

Then execute the request:

print(r.execute())

Tests

Run tests with pytest:

pytest tests/

The config file in cyberfusion.cfg (working directory) is used.

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

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