Crates.io | icinga2-api |
lib.rs | icinga2-api |
version | 0.2.9 |
source | src |
created_at | 2022-07-04 12:31:16.114915 |
updated_at | 2024-11-06 09:40:38.30049 |
description | Rust client for the Icinga2 API |
homepage | |
repository | https://github.com/taladar/icinga2-api |
max_upload_size | |
id | 618946 |
size | 253,452 |
Rust client for the Icinga2 API
Currently this implements parts of the query API in both blocking and async versions
Supported:
hosts
services
host groups
service groups
user groups
dependencies
check commands
event commands
notification commands
API users
endpoints
notifications
scheduled downtimes
time periods
users
zones
comments
downtimes
None of the types listed under Features in the Icinga Documentation are supported at the moment.
Creation, modification and deletion of config objects is not supported.
All actions are supported but they have not been tested as extensively as the query API.
Event Streams are supported in the async version of the client, supporting all event types. There is no handling of connection loss within this crate at this time.
Retrieving status data is not supported yet.
Configuration management is not supported yet.
Retrieving information on configuration object types is not supported yet.
Querying config templates is not supported yet.
Querying global variables is not supported yet.
The Debug Console is not supported yet.