# python-icinga2api **Repository Path**: fmnisme/python-icinga2api ## Basic Information - **Project Name**: python-icinga2api - **Description**: python icinga2 api client - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README #Feature 1. basic auth 2. objects (list,create,update,delete) 3. actions 4. events 5. status #Developing 1. cert auth 2. zone 3. Configuration Management #Usage ``` from icinga2api.client import Client client = Client('https://localhost:5665','username','passowrd') #list filters = { "attrs" : ["name", "address"], } client.objects.list('hosts',filters=filters) ``` **read source commentary for more examples.**