Ikabud Kernel CMS API Endpoints – Ikabud Kernel CMS

API Endpoints

Kernel Management

GET    /api/v1/kernel/status          # Kernel statistics
GET    /api/v1/kernel/processes       # Process table
GET    /api/v1/kernel/syscalls        # Syscall logs
GET    /api/v1/kernel/boot-log        # Boot sequence

Instance Management

GET    /api/v1/instances              # List instances
POST   /api/v1/instances              # Create instance
GET    /api/v1/instances/         # Instance details
PUT    /api/v1/instances/         # Update instance
DELETE /api/v1/instances/         # Delete instance
POST   /api/v1/instances//boot    # Boot instance

Theme Management

GET    /api/v1/themes                 # List themes
POST   /api/v1/themes                 # Create theme
GET    /api/v1/themes//files      # List files
POST   /api/v1/themes//activate   # Activate theme

See API.md for complete documentation.

About

Passionate writer and developer sharing insights about web development, design, and technology.

View all posts by →

Related Posts