Kernel
Version: 1.0.0 OpenAPI: 3.0.3
OpenAPI specification for the Zebra Kernel public APIs. Covers:
- Authentication —
/auth/details/authtokenbased.rest - External gateway (token-authenticated CRUD) —
/v1/api/users,/v1/api/units,/v1/api/scim/users - Kernel NextGen read APIs (
/v1/*) —user-details,domain-details,departments,profiles,units,users,unit-attributes,units-by-attributes
All request and response keys use snake_case. List endpoints under /v1/api/* return a list envelope; NextGen /v1/* endpoints return a single-resource or list envelope as documented per operation.
Download OpenAPI specification (v1.0.0)
Servers
| URL | Description |
|---|---|
http://localhost:8888/kernel | Local Kernel server (port 8888) — use when Swagger UI is served from the Kernel app |
/kernel | Current server (uses same origin as this page) |
https://fs3.reflexisinc.com/kernel | Development server (fs3) |
http://localhost:3001 | CORS proxy (only when using standalone Swagger UI server on port 3000) |
Operations
Use the sidebar to browse individual operations generated from this specification.