Nagios website screenshot

Nagios

Nagios is a family of open-source and commercial IT infrastructure monitoring tools, including Nagios Core (the original open-source monitoring engine), Nagios XI (the commercial enterprise distribution), Nagios Fusion, Nagios Log Server, and Nagios Network Analyzer, used to monitor hosts, services, networks, applications, and metrics with alerting and reporting. Nagios Core itself has no central HTTP API; Nagios XI ships a built-in REST API (typically reached at https://{nagios-xi-host}/nagiosxi/api/v1/) for reading, writing, deleting, and updating monitoring configuration and status. The Nagios XI API is authenticated via a per-user API key passed as a query parameter or header. Passive check results can also be submitted via NRDP (HTTP, JSON/XML) or NSCA (encrypted TCP, port 5667), and the NCPA cross-platform agent exposes a hierarchical REST API on port 5693.

Nagios publishes 11 APIs on the APIs.io network, including Config API, CPU API, Disk API, and 8 more. Tagged areas include Monitoring, Infrastructure Monitoring, Network Monitoring, Open-Source, and IT Operations.

The Nagios catalog on APIs.io includes 1 JSON-LD context and 3 Spectral governance rulesets.

Nagios’ developer surface includes authentication, documentation, pricing, engineering blog, and 27 more developer resources.

41.9/100 developing ▬ flat Agent 17/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
3 APIs
MonitoringInfrastructure MonitoringNetwork MonitoringOpen-SourceIT OperationsAlertingObservabilityNagios XINagios CoreNCPANRPENSCANRDP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/nagios: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 13

Individual APIs this provider publishes, each with its own machine-readable definition.

NSCA (Nagios Service Check Acceptor)

Encrypted binary TCP daemon (default port 5667) that accepts passive service/host check results from remote machines. Not REST — clients send tab-delimited records over a shared...

NRPE (Nagios Remote Plugin Executor)

Daemon that runs Nagios plugins on a remote Linux/Unix host on TCP port 5666, returning the plugin's exit code and output to the Nagios server. Binary protocol, not REST.

Nagios Config API

Admin-only endpoints to add, modify, and delete hosts and services.

Nagios CPU API

System-wide CPU utilization and core counts.

Nagios Disk API

Logical, physical, and mount-point disk metrics.

Nagios Interface API

Network interface byte and packet counters.

Nagios Memory API

Physical memory and swap.

Nagios Objects API

Read-only backend for hosts, services, host groups, contacts, downtime, history, and other monitored objects.

Nagios Plugins API

User-defined Nagios-style plugins executed by the agent.

Nagios Processes API

Running process inventory and resource use.

Nagios Services API

Host service / daemon status.

Nagios Submission API

Submit passive check results and external commands.

Nagios System API

Admin-only endpoints to manage Nagios XI subsystems, apply configuration, schedule downtime, and execute commands.

Scroll for all 13

Open Collections 15

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Nagios XI REST Config API

OPEN COLLECTION

Nagios XI REST API

OPEN COLLECTION

Scroll for all 15

Pricing Plans 1

Published pricing tiers and plan structures.

Nagios Plans Pricing

4 plans

PLANS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Nagios Context

9 classes · 21 properties

JSON-LD

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

Nagios API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Nagios API Rules

5 rules · 2 errors 3 warnings

SPECTRAL

Nagios API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

JSON Schema 4

Standalone JSON Schema definitions for this provider's data models.

Nagios Check Result

6 properties

JSON SCHEMA

Nagios XI Host

23 properties

JSON SCHEMA

Nagios XI Service

19 properties

JSON SCHEMA

NCPA Metric Response

0 properties

JSON SCHEMA

JSON Structure 2

JSON Structure definitions describing this provider's data shapes.

Nagios Check Result Structure

0 properties

JSON STRUCTURE

Nagios Xi Host Structure

0 properties

JSON STRUCTURE

Examples 7

Example request and response payloads for these APIs.

Ncpa Cpu Percent Example

2 fields

EXAMPLE

Nrdp Submit Check Example

2 fields

EXAMPLE

Scroll for all 7

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Nagios Authentication

apiKey · 3 schemes

SECURITY

Nagios Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Nagios Agentic Access

33 operations · 7 acting

33 operations · 7 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 7

SDKs, sample code, and the tooling you integrate with

Scroll for all 7

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 10

Properties that don't map to a standard resource type

Scroll for all 10

Source (apis.yml)

apis.yml Raw ↑
aid: nagios
name: Nagios
description: Nagios is a family of open-source and commercial IT infrastructure monitoring tools, including Nagios Core (the
  original open-source monitoring engine), Nagios XI (the commercial enterprise distribution), Nagios Fusion, Nagios Log Server,
  and Nagios Network Analyzer, used to monitor hosts, services, networks, applications, and metrics with alerting and reporting.
  Nagios Core itself has no central HTTP API; Nagios XI ships a built-in REST API (typically reached at https://{nagios-xi-host}/nagiosxi/api/v1/)
  for reading, writing, deleting, and updating monitoring configuration and status. The Nagios XI API is authenticated via
  a per-user API key passed as a query parameter or header. Passive check results can also be submitted via NRDP (HTTP, JSON/XML)
  or NSCA (encrypted TCP, port 5667), and the NCPA cross-platform agent exposes a hierarchical REST API on port 5693.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/nagios.png
tags:
- Monitoring
- Infrastructure Monitoring
- Network Monitoring
- Open-Source
- IT Operations
- Alerting
- Observability
- Nagios XI
- Nagios Core
- NCPA
- NRPE
- NSCA
- NRDP
tags_raw:
- Monitoring
- Infrastructure Monitoring
- Network Monitoring
- Open Source
- IT Operations
- Alerting
- Observability
- Nagios XI
- Nagios Core
- NCPA
- NRPE
- NSCA
- NRDP
url: https://raw.githubusercontent.com/api-evangelist/nagios/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-23'
specificationVersion: '0.23'
apis:
- aid: nagios:nsca
  name: NSCA (Nagios Service Check Acceptor)
  description: Encrypted binary TCP daemon (default port 5667) that accepts passive service/host check results from remote
    machines. Not REST — clients send tab-delimited records over a shared-secret-encrypted socket. Use NRDP for an HTTP/JSON
    equivalent.
  humanURL: https://github.com/NagiosEnterprises/nsca
  baseURL: tcp://{nsca-host}:5667
  tags:
  - Monitoring
  - Passive Check
  - Binary Protocol
  - NSCA
  properties:
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nsca
- aid: nagios:nrpe
  name: NRPE (Nagios Remote Plugin Executor)
  description: Daemon that runs Nagios plugins on a remote Linux/Unix host on TCP port 5666, returning the plugin's exit code
    and output to the Nagios server. Binary protocol, not REST.
  humanURL: https://github.com/NagiosEnterprises/nrpe
  baseURL: tcp://{nrpe-host}:5666
  tags:
  - Monitoring
  - Active Check
  - Binary Protocol
  - NRPE
  properties:
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrpe
- aid: nagios:nagios-config-api
  name: Nagios Config API
  description: Admin-only endpoints to add, modify, and delete hosts and services.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Config
  properties:
  - type: OpenAPI
    url: openapi/nagios-config-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-cpu-api
  name: Nagios CPU API
  description: System-wide CPU utilization and core counts.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - CPU
  properties:
  - type: OpenAPI
    url: openapi/nagios-cpu-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-disk-api
  name: Nagios Disk API
  description: Logical, physical, and mount-point disk metrics.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Disk
  properties:
  - type: OpenAPI
    url: openapi/nagios-disk-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-interface-api
  name: Nagios Interface API
  description: Network interface byte and packet counters.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Interfaces
  tags_raw:
  - Interface
  properties:
  - type: OpenAPI
    url: openapi/nagios-interface-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-memory-api
  name: Nagios Memory API
  description: Physical memory and swap.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Memory
  properties:
  - type: OpenAPI
    url: openapi/nagios-memory-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-objects-api
  name: Nagios Objects API
  description: Read-only backend for hosts, services, host groups, contacts, downtime, history, and other monitored objects.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Objects
  properties:
  - type: OpenAPI
    url: openapi/nagios-objects-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-plugins-api
  name: Nagios Plugins API
  description: User-defined Nagios-style plugins executed by the agent.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Plugins
  properties:
  - type: OpenAPI
    url: openapi/nagios-plugins-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-processes-api
  name: Nagios Processes API
  description: Running process inventory and resource use.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Processes
  properties:
  - type: OpenAPI
    url: openapi/nagios-processes-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-services-api
  name: Nagios Services API
  description: Host service / daemon status.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Services
  properties:
  - type: OpenAPI
    url: openapi/nagios-services-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-submission-api
  name: Nagios Submission API
  description: Submit passive check results and external commands.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - Submission
  properties:
  - type: OpenAPI
    url: openapi/nagios-submission-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
- aid: nagios:nagios-system-api
  name: Nagios System API
  description: Admin-only endpoints to manage Nagios XI subsystems, apply configuration, schedule downtime, and execute commands.
  humanURL: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  baseURL: https://{nagios-xi-host}/nagiosxi/api/v1
  tags:
  - System
  properties:
  - type: OpenAPI
    url: openapi/nagios-system-api-openapi.yml
  - type: Documentation
    url: https://support.nagios.com/kb/article/nagios-xi-rest-api-176.html
  - type: API PDF Guide
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing-and-Using-the-XI-REST-API.pdf
  - type: Backend API
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Accessing_The_XI_Backend_API.pdf
  - type: Automated Host Management
    url: https://assets.nagios.com/downloads/nagiosxi/docs/Automated_Host_Management.pdf
  - type: JSONSchema
    url: json-schema/nagios-xi-host-schema.json
  - type: JSONSchema
    url: json-schema/nagios-xi-service-schema.json
  - type: JSONStructure
    url: json-structure/nagios-xi-host-structure.json
  - type: SpectralRules
    url: rules/nagios-xi-rules.yml
  - type: Documentation
    url: https://www.nagios.org/ncpa/help/3.x/api.html
  - type: GitHub
    url: https://github.com/NagiosEnterprises/ncpa
  - type: JSONSchema
    url: json-schema/ncpa-metric-schema.json
  - type: SpectralRules
    url: rules/ncpa-rules.yml
  - type: GitHub
    url: https://github.com/NagiosEnterprises/nrdp
  - type: JSONSchema
    url: json-schema/nagios-check-result-schema.json
  - type: JSONStructure
    url: json-structure/nagios-check-result-structure.json
common:
- type: AgenticAccess
  url: agentic-access/nagios-agentic-access.yml
- type: DomainSecurity
  url: security/nagios-domain-security.yml
- type: Authentication
  url: authentication/nagios-authentication.yml
- type: Website
  url: https://www.nagios.org
- type: Nagios XI Website
  url: https://www.nagios.com/products/nagios-xi/
- type: Documentation
  url: https://www.nagios.org/documentation/
- type: NagiosLibrary
  url: https://library.nagios.com/docs/
- type: Support Knowledgebase
  url: https://support.nagios.com/kb/
- type: Pricing
  url: https://www.nagios.com/products/pricing/
- type: Downloads
  url: https://www.nagios.org/downloads/
- type: NagiosExchange
  url: https://exchange.nagios.org/
- type: GitHubOrganization
  url: https://github.com/NagiosEnterprises
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nagioscore
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/ncpa
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nrpe
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nsca
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nrdp
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/ndoutils
- type: SourceRepo
  url: https://github.com/NagiosEnterprises/nagios-mod-gearman
- type: PythonSDK
  url: https://github.com/NagiosEnterprises/napiv2
- type: SDKs
  url: https://github.com/NagiosEnterprises/automation
- type: PrometheusExporter
  url: https://github.com/NagiosEnterprises/nagprom
- type: ServiceNowIntegration
  url: https://github.com/NagiosEnterprises/NagiosXI-ServiceNow-EventHandler
- type: PagerDutyIntegration
  url: https://github.com/NagiosEnterprises/nagiosxi-pagerduty-handler
- type: VMwareIntegration
  url: https://github.com/NagiosEnterprises/NSXMon
- type: LinkedIn
  url: https://www.linkedin.com/company/nagios-enterprises-llc
- type: License
  url: https://github.com/NagiosEnterprises/nagioscore/blob/master/LICENSE
- type: Plans
  url: plans/nagios-plans-pricing.yml
- type: Vocabulary
  url: vocabulary/nagios-vocabulary.yml
- type: JSONLD
  url: json-ld/nagios-context.jsonld
- type: Blog
  url: https://www.nagios.com/feed/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/nagios"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/nagios/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/nagios/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.