Sumo Logic · API Governance Rules
Sumo Logic API Rules
Spectral linting rules defining API design standards and conventions for Sumo Logic.
9 Rules
error 2
warn 5
info 2
Rule Categories
sumo
Rules
warn
sumo-logic-versioned-paths
Sumo Logic API paths must be versioned with /v1/ or /v2/
$.paths
error
sumo-logic-operation-summary-required
All Sumo Logic operations must have a summary
$.paths[*][get,post,put,patch,delete]
error
sumo-logic-operation-id-required
All Sumo Logic operations must have an operationId
$.paths[*][get,post,put,patch,delete]
warn
sumo-logic-operation-id-camel-case
Sumo Logic operationIds should use camelCase
$.paths[*][*].operationId
warn
sumo-logic-basic-auth
Sumo Logic uses Basic authentication (accessId:accessKey)
$.components.securitySchemes
warn
sumo-logic-operation-tags-required
All Sumo Logic operations must be tagged
$.paths[*][get,post,put,patch,delete]
info
sumo-logic-error-response-code
Sumo Logic error responses should include errorCode
$.components.schemas[?(@.properties.errorCode)]
warn
sumo-logic-get-response-schema
Sumo Logic GET operations should have a 200 response schema
$.paths[*].get.responses['200']
info
sumo-logic-pagination-limit
Sumo Logic uses 'limit' for pagination page size
$.paths[*][*].parameters[?(@.name == 'pageSize' || @.name == 'count')]
Spectral Ruleset
Work with this as data
Every ruleset 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 spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset in the catalog.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.
Call it yourself
curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/sumo-logic-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.