Nagios · Example Payload

Ncpa Memory Virtual Example

MonitoringInfrastructure MonitoringNetwork MonitoringOpen SourceIT OperationsAlertingObservabilityNagios XINagios CoreNCPANRPENSCANRDP

Ncpa Memory Virtual 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": "GET",
    "url": "https://node-1.example.com:5693/api/memory/virtual?token=mytoken&units=G"
  },
  "_response": {
    "total": [15.5, "G"],
    "available": [9.2, "G"],
    "percent": [40.6, "%"],
    "used": [6.3, "G"],
    "free": [2.1, "G"]
  }
}