KAIROS-API Endpoints

The KAIROS-API endpoints for inference schema management.

>> KAIROS-API Service

All endpoints are available via the Swagger UI https://<host>/kairos-api/swagger-ui.html.

HTTP Method
as of product version
PurposeResponse FormatDescription

Inference Schema Configuration

GET
as of 2022 Winter
Get Inference Schema for TenantJSON

Retrieves the tenants' current inference schema.
/kairos-api/api/admin/schema

POST
as of 2022 Winter
Update Inference Schema for TenantJSON

Updates the tenants' inference schema.
/kairos-api/api/admin/schema

GET
as of 2022 Winter
Get Global Inference SchemaJSON

Retrieves the global inference schema.
/kairos-api/api/system/schema

POST
as of 2022 Winter
Update Global Inference SchemaJSON

Updates the global inference schema.
/kairos-api/api/system/schema