Skip to main content

Hi,

My company is using more and more API with Centreon for reporting.

We can export automaticaly some KPIs, but actualy it’s not supported to export SLA, SLO, availability rate, events for BA.

So, it could be great if you can add APIs for request this informations via API

Hi @Arnaud, Thank you for your idea proposal. I would invite you to reformulate it according to the guidelines you can find here. This would help the Product Manager team to better evaluate your proposal. Thanks for your understanding 😊


NewNeeds Votes

We have the same need regarding the management of Business Activities with rest-api-v2.

We need the following routes/functions : 

  • list all centreon_business_activity
  • add a centreon_business_activity : 
    • Request Body schema (based on centreon/api/internal.php?object=centreon_business_activity&action=create ) : 
      • name
      • bam_kpi (array)
      • bam_contact (array)
      • groups (array)
      • notification_period
      • notification_interval
      • notification_options (array)
      • notifications_enabled
      • level_w
      • level_c
      • activate (bool)
      • id_reporting_period
      • reporting_timeperiods (array)
      • sla_month_percent_warn
      • sla_month_percent_crit
      • sla_month_duration_warn
      • sla_month_duration_crit
      • bam_esc (array)
      • event_handler_enabled
      • event_handler_command
      • event_handler_args
      • geo_coords
      • first_notification_delay
      • recovery_notification_delay
      • infrastructure_view
      • calculationMethod (array)
      • inheritKpiDowntimeOption
      • calculationMethodPercentage
      • additional_poller (array)
  • get a centreon_business_activity
  • partial update of a centreon_business_activity
  • delete a centreon_business_activity
  • remove a bam_kpi of a centreon_business_activity
  • add a bam_kpi to a centreon_business_activity