Nagios · Example Payload

Nagios Xi Service Delete Example

MonitoringInfrastructure MonitoringNetwork MonitoringOpen SourceIT OperationsAlertingObservabilityNagios XINagios CoreNCPANRPENSCANRDP

Nagios Xi Service Delete Example is an example object payload from Nagios, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_request_response

Example Payload

Raw ↑
{
  "_request": {
    "method": "DELETE",
    "url": "https://nagios.example.com/nagiosxi/api/v1/config/service?apikey=5goacg8s&pretty=1&host_name=LOC_MASShost_1&service_description=LOC_MASSservice_ping"
  },
  "_response": {
    "success": "Removed LOC_MASShost_1 :: LOC_MASSservice_ping from the system. Config imported but not yet applied."
  }
}