Asoba Ona Documentation

Terminal API Overview

The Terminal API is the central API handler for the entire Operations & Maintenance (O&M) OODA workflow. It provides endpoints for asset management, fault detection, diagnostics, maintenance scheduling, and accessing ML model results.

What is the OODA Loop?

The OODA (Observe-Orient-Decide-Act) loop is a decision-making framework that enables rapid response to operational issues:

Endpoints

OODA Workflow Endpoints

ML Integration Endpoints

API Design Principles

The Terminal API follows standard RESTful conventions:

Authentication

All Terminal API endpoints require authentication. See Authentication for details.

Base URL

https://api.asoba.co

Quick Start

To get started with the Terminal API:

  1. Authenticate your requests
  2. Add an asset to your inventory
  3. Run fault detection on your assets
  4. Retrieve forecast results for your sites

See Also