Skip to content

hivesolutions/rancher-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

Build Automation

Build Status Coverage Status PyPi Status License