An open API service indexing awesome lists of open source software.

https://github.com/hivesolutions/rancher-api

The Python Rancher API client.
https://github.com/hivesolutions/rancher-api

api client python rancher

Last synced: about 1 year ago
JSON representation

The Python Rancher API client.

Awesome Lists containing this project

README

          

# [Rancher API](http://rancher-api.hive.pt)

The Python Rancher API client.

Currently the client is compatible with both v2-beta and v3 of the Rancher API.

## Reference

The Rancher API projects takes most of its reference implementation from the [Official Rancher API Documentation](http://docs.rancher.com/rancher/api/).

## Configuration

| Name | Type | Description |
| ----- | ----- | ----- |
| **RANCHER_BASE_URL** | `str` | The base URL to the rancher server of target (eg: `http://rancher.domain.com:8080/v3/`) (defaults to `None`). |
| **RANCHER_USERNAME** | `str` | The username (access key) to be used for API authentication (defaults to `None`). |
| **RANCHER_PASSWORD** | `str` | The password (secret key) to be used for API authentication (defaults to `None`). |

## License

Rancher API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).

## Build Automation

[![Build Status](https://app.travis-ci.com/hivesolutions/rancher-api.svg?branch=master)](https://travis-ci.com/github/hivesolutions/rancher-api)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/rancher-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/rancher-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/rancher-api.svg)](https://pypi.python.org/pypi/rancher-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)