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.
- Host: GitHub
- URL: https://github.com/hivesolutions/rancher-api
- Owner: hivesolutions
- Created: 2016-12-02T18:16:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T12:15:28.000Z (over 3 years ago)
- Last Synced: 2025-04-14T09:08:28.988Z (about 1 year ago)
- Topics: api, client, python, rancher
- Language: Python
- Homepage: http://rancher-api.hive.pt
- Size: 58.6 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://travis-ci.com/github/hivesolutions/rancher-api)
[](https://coveralls.io/r/hivesolutions/rancher-api?branch=master)
[](https://pypi.python.org/pypi/rancher-api)
[](https://www.apache.org/licenses/)