Python Centreon SDK
Documentation
Centreon
Basic Objects
General
Host Objects
Service
ACL Action
ACL Group
ACL Menu
ACL Resource
CentBrokerCFG
Centreon Engine Configuration
CMD
Contact
Contact Template
Contact Group
Dependency
Downtime
Host Category
Host Group
Host Group Service
Instances (Poller)
LDAP Configuration
Resource Configuration
Service Template
Service Group
Service Category
Settings
Time Period
Trap
Vendor
Macro
Poller
Realtime Acknowledgement
Realtime Downtime
RealTimeDowntimeHost
RealTimeDowntimeService
Examples how to use the SDK
Python Centreon SDK
Docs
»
Documentation
»
Basic Objects
»
Realtime Downtime
View page source
Realtime Downtime
¶
RealTimeDowntimeHost
¶
class
RealTimeDowntimeHost
(
host_name
,
author
,
actual_start_time
,
actual_end_time
,
start_time
,
end_time
,
comment_data
,
duration
,
fixed
,
url
,
id_unique
)
¶
RealTimeDowntimeService
¶
class
RealTimeDowntimeService
(
host_name
,
service_name
,
author
,
actual_start_time
,
actual_end_time
,
start_time
,
end_time
,
comment_data
,
duration
,
fixed
,
url
,
id_unique
)
¶