/go-centreon-rest

Golang Rest client for Centreon

Primary LanguageGoMIT LicenseMIT

build GoDoc Go Report Card codecov

go-centreon-rest

Golang Rest client for Centreon The GO client is actually use Rest API v1 because of the Rest API v2 not yet support the action to create, update and delete objects.

The following API call is implemented:

  • Service / Service template:
    • show
    • add
    • del
    • setparam
    • getparam
    • getmacro
    • setmacro
    • delmacro
    • gettrap
    • settrap
    • deltrap
    • getcategory
    • setcategory
    • delcategory
    • getservicegroup
    • setservicegroup
    • delservicegroup
    • sethost

Sample