generated: '2026-06-20' method: derived source: openapi/sentinel-dashboard-api.yml notes: >- Derived from the Sentinel Dashboard OpenAPI. Sentinel is a self-hosted open-source flow-control component; its dashboard REST API is a plain form-urlencoded management interface with no declared auth scheme, no RFC 9457 problem responses, and no standard pagination. Most cross-cutting API standards therefore do not apply. standards: - id: oauth2 conforms: false evidence: no securitySchemes declared in OpenAPI - id: oidc conforms: false - id: rfc9457-problem-details conforms: false evidence: responses use a custom {code,msg,data} envelope, not application/problem+json - id: json-api conforms: false - id: odata conforms: false - id: scim2 conforms: false - id: fapi conforms: false - id: psd2 conforms: false - id: fhir-r4 conforms: false - id: pagination conforms: false evidence: list operations return full rule sets with no page/limit parameters - id: idempotency conforms: true evidence: rule GET/PUT/DELETE operations are idempotent by resource id