The Python Rancher API client.
Currently the client is compatible with both v2-beta and v3 of the Rancher API.
The Rancher API projects takes most of its reference implementation from the Official Rancher API Documentation.
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 ). |
Rancher API is currently licensed under the Apache License, Version 2.0.