Skip to main content

Python library to manipulate The Foreman through the API

Project description

Usage

Load the code::
>>> from foreman import Foreman
>>> foreman = Foreman(login=args["admin"], password=args["password"], ip=args["ip"])
Manipulate hosts::
>>> foreman.hosts.keys()
dict_keys(['foreman.my.domain', 'server1.my.domain', 'server2.my.domain'])
>>> foreman.hosts['foreman.my.domain']
{'compute_resource_name': None, 'certname': 'foreman.my.domain', ...
>>> foreman.hosts['foreman.my.domain']['operatingsystem_name']
'Ubuntu 14.04.2 LTS'

List of managed objects

  • domains

  • smartProxies

  • puppetClasses

  • operatingSystems

  • architectures

  • subnets

  • hostgroups

  • hosts

  • computeResources

  • environments

  • configTemplates

  • smartClassParameters

  • settings

  • ptables

  • media

Debug the API calls

Explore the api foreman.api object, and the ‘history’ list, containing the last api calls

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foreman-0.9.7.tar.gz (23.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page