Nagios · API Governance Rules
Nagios API Rules
Spectral linting rules defining API design standards and conventions for Nagios.
3 Rules
error 1
warn 2
Rule Categories
ncpa
Rules
error
ncpa-token-required
Every NCPA operation must require the `token` query parameter.
$.paths..[get,post]
warn
ncpa-summary-title-case
Operation summaries should use Title Case.
$.paths..[get,post,put,delete].summary
warn
ncpa-tag-vocabulary
Tags must come from the NCPA module vocabulary.
$.paths..[get,post,put,delete].tags[*]