Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Code Block
    languagepython
    titleShow all clusters in Amabri
    firstline1
    linenumberstrues
    all_clusters = client.get_all_clusters()
    print all_clusters.to_json_dict()
    print all_clusters
  2. Code Block
    languagepython
    titleShow all hosts in Amabri
    firstline1
    linenumberstrue
    all_hosts = client.get_all_hosts()
    print all_hosts
    print all_hosts.to_json_dict()
    print"\n"

...