There are two modes of authentication:
This API allow to:
limit | integer (RequestParameters.limit) >= 1 Example: limit=20 Max items per pages |
page | integer (RequestParameters.page) >= 1 Example: page=1 Number of the page requested |
sort_by | any Used to sort the request |
search | any Used to search with specifics parameters |
successful operation
Forbidden
Internal Server Error
Acknowledgment
comment | string Short description of the acknowledgement |
host_id | integer <int64> Unique id of the host |
is_notify_contacts | boolean Indicates whether notification is send to the contacts linked to the host or service |
is_persistent_comment | boolean Indicates whether acknowledgement is maintained in the case of a restart of the scheduler |
is_sticky | boolean Indicates whether acknowledgement is maintained in the case of a change of status |
Command sent
Forbidden
Internal Server Error
host_id required | integer <int64> ID of host for which you want to cancel acknowledgement |
Command sent
Forbidden
Internal Server Error
limit | integer (RequestParameters.limit) >= 1 Example: limit=20 Max items per pages |
page | integer (RequestParameters.page) >= 1 Example: page=1 Number of the page requested |
sort_by | any Used to sort the request |
search | any Used to search with specifics parameters |
successful operation
Forbidden
Internal Server Error
Acknowledgment
comment | string Short description of the acknowledgement |
host_id | integer <int64> Unique id of the host |
is_notify_contacts | boolean Indicates whether notification is send to the contacts linked to the host or service |
is_persistent_comment | boolean Indicates whether acknowledgement is maintained in the case of a restart of the scheduler |
is_sticky | boolean Indicates whether acknowledgement is maintained in the case of a change of status |
service_id | integer <int64> Unique id of the service to acknowledge |
Command sent
Forbidden
Internal Server Error
host_id required | integer <int64> ID of host linked to service |
service_id required | integer <int64> ID of service for which you want to cancel acknowledgement |
Command sent
Forbidden
Internal Server Error
Entry point to retrieve an authentication token.
Authentication schema
security | object |
successful operation
Unauthorized
Returns all services grouped by host groups.
The available parameters to search / sort_by are:
By default, the hosts property of hostgroup object is not displayed.
To display it, set the URI parameter "show_host" to true
.
/monitoring/hostgroups?show_host=true
By default, the services property of host object is not displayed.
To display it, set the URI parameter "show_service" to true
.
/monitoring/hostgroups?show_service=true
limit | integer (RequestParameters.limit) >= 1 Example: limit=20 Max items per pages |
page | integer (RequestParameters.page) >= 1 Example: page=1 Number of the page requested |
sort_by | any Used to sort the request |
search | any Used to search with specifics parameters |
show_service | boolean Allows to display services belonging to hosts belonging to requested hostgroups (by default: false) |
show_host | boolean Allows to display hosts belonging to hostgroups (by default: false) |
successful operation
Forbidden
Internal Server Error
Returns all hosts.
The available parameters to search / sort_by are:
By default, the services property of host object is not displayed.
To display it, set the URI parameter "show_service" to true
.
/monitoring/hosts?show_service=true
limit | integer (RequestParameters.limit) >= 1 Example: limit=20 Max items per pages |
page | integer (RequestParameters.page) >= 1 Example: page=1 Number of the page requested |
sort_by | any Used to sort the request |
search | any Used to search with specifics parameters |
show_service | boolean Allows to display services belonging to hosts (by default: false) |
successful operation
Forbidden
Internal Server Error
Retuns a single host with full details and some details about its services
hostId required | integer <int64> ID of host to return |
successful operation
Forbidden
Host not found
Internal Server Error
Returns all services associated with a host.
The available parameters to search / sort_by are:
hostId required | integer <int64> Host Id for which we want to get its associated services |
limit | integer (RequestParameters.limit) >= 1 Example: limit=20 Max items per pages |
page | integer (RequestParameters.page) >= 1 Example: page=1 Number of the page requested |
sort_by | any Used to sort the request |
search | any Used to search with specifics parameters |
successful operation
Forbidden
Host not found
Internal Server Error
Retuns a single host with full details
hostId required | integer <int64> Host Id for which service is associed |
serviceId required | integer <int64> ID of service to return |
successful operation
Forbidden
Host or service not found
Internal Server Error
Returns all services grouped by service groups.
The available parameters to search / sort_by are:
By default, the hosts property of service group object is not displayed.
To display it, set the URI parameter "show_host" to true
.
/monitoring/hostgroups?show_host=true
By default, the services property of host object is not displayed.
To display it, set the URI parameter "show_service" to true
.
/monitoring/hostgroups?show_service=true
limit | integer (RequestParameters.limit) >= 1 Example: limit=20 Max items per pages |
page | integer (RequestParameters.page) >= 1 Example: page=1 Number of the page requested |
sort_by | any Used to sort the request |
search | any Used to search with specifics parameters |
show_service | boolean Allows to display services belonging to servicegroups (by default: false) |
show_host | boolean Allows to display hosts related to services belonging to servicegroups (by default: false) |
successful operation
Forbidden
Internal Server Error
Returns all services.
The available parameters to search / sort_by are:
limit | integer (RequestParameters.limit) >= 1 Example: limit=20 Max items per pages |
page | integer (RequestParameters.page) >= 1 Example: page=1 Number of the page requested |
sort_by | any Used to sort the request |
search | any Used to search with specifics parameters |
successful operation
Forbidden
Internal Server Error