-
getAllHostGroupStatistics
-
returns statistics for all Hostgroups
-
getAllHostStatisticData
-
returns statistics for all hosts - not broken down by hostgroup.
-
getAllNagiosStatisticData
-
gets statistics specific to nagios
-
getAllOpenEvents
-
gets all "Open" events or events that have not been "Accepted" and therefore cleared from the console screen.
-
getAllServiceStatisticData
-
returns statistics for all services - not broken down by host or hostgroup
-
getApplicationTypes
-
gets all of the application types currently defined.
-
getHostByHostId
-
Get a host by host id
-
getHostByHostName
-
get a host by hostname
-
getHostGroupById
-
gets the hostgroup corresponding to $hostGroupId. hostgroups that will include detailed host information in the response.
-
getHostGroupByName
-
gets the hostgroup corresponding to $hostGroupName. hostgroups that will include detailed host information in the response.
-
getHostGroupHostStatisticData
-
gets counts for hosts broken down by hostgroup
-
getHostGroups
-
Gets all the HostGroups. detailed host information in the response.
-
getHostGroupsByFilter
-
gets the hostgroups according the the filter passed in, sorted according to the fields in $sort.
-
getHostGroupServiceStatisticData
-
gets counts for services broken down by hostgroup
-
getHosts
-
Get all the hosts - no filters or restrictions
-
getHostsByFilter
-
Retrieve hosts by defining a filter, sort and pagination parameters.
-
getHostsByHostGroupID
-
get all the hosts for a hostgroup specified by hostgroupId
-
getHostsByHostGroupName
-
get all the hosts for the hostgroup specified by hostGroupName
-
getHostsByHostNames
-
Retrieves all hosts specified in host name array. no exception is thrown.
-
getHostsByMonitorServerName
-
Get the hosts for the monitor server specified
-
getHostsByService
-
Get hosts associated with the service with the description provided
-
getHostStatisticsByHostGroupID
-
gets host statistic data for a specific hostgroup
-
getHostStatisticsByHostGroupName
-
gets statistic data for hosts in a specific hostgroup
-
getNagiosStatisticsByHostGroupID
-
gets statistics specific to Nagios for a hostgroup
-
getNagiosStatisticsByHostGroupName
-
gets statistics specific to Nagios for a hostgroup
-
getNagiosStatisticsByHostName
-
gets statistics specific to Nagios for a host
-
getOpenEventsByHostGroupId
-
Get all open events for the hostgroup specified by hostgroup id
-
getOpenEventsByHostId
-
Get all open events for the host specified by hostId
-
getOpenEventsByServiceDescription
-
Get all open events for the service specified by the service Description and hostId
-
getService
-
Get services with the description provided, associated with host provided
-
getServiceById
-
get service with the id provided
-
getServices
-
Get all the services
-
getServicesByDescription
-
Get services with the description provided
-
getServicesByFilter
-
Retrieve hosts by defining a filter, sort and pagination parameters.
-
getServicesByHostGroupId
-
Get the services for the specified hostgroup
-
getServicesByHostGroupName
-
Get the services for the specified hostgroup
-
getServicesByHostId
-
get services associated with the host specified by hostId
-
getServicesByHostName
-
get services associated with the host specified by hostName
-
getServicesByIds
-
Retrieves all services specified in service id array. no exception is thrown.
-
getServiceStatisticsByHostGroupID
-
gets statistic data for services in a specific hostgroup
-
getServiceStatisticsByHostGroupName
-
gets statistic data for services in a specific hostgroup
-
getServiceStatisticsByHostName
-
gets service statistics for a host
-
getTroubledHosts
-
Get all troubled hosts - Hosts with a monitor status which is not UP.
-
getTroubledServices
-
Get all troubled services - Services with a monitor status which is not OK.