Skip to content

cas-packone/packone-remedy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amabri python client based on ambari rest api.

Install

pip install ambari

Command line

ambari -h

Python modular

from ambari.client import Client

client=Client('http://localhost:8080')

for s in client.cluster.services: print(s.name)

About

Scripts to remedy vm images (of packone)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages