Back to Floor
Automation & Integration • Room 1

ITSI REST API

ITSI exposes a comprehensive REST API under /servicesNS/nobody/SA-ITOA/itoa_interface/ that allows programmatic management of services, KPIs, entities, Glass Tables, and Notable Events. This enables automation at enterprise scale.

Common REST API use cases include: bulk entity creation from a CMDB export, programmatic service provisioning when new applications are deployed, automated KPI threshold tuning based on environment changes, and integration with CI/CD pipelines to create ITSI services for newly deployed microservices.

Use the REST API to build a "Service-as-Code" workflow: define services and KPIs in YAML files in your Git repo, and have your CI/CD pipeline push them to ITSI automatically.

Knowledge Check

Prove your understanding to clear the room (Rewards XP)
❤️❤️❤️
Question 1 of 2
What is the base REST API path for ITSI operations?
A/services/itsi/
B/servicesNS/nobody/SA-ITOA/itoa_interface/
C/api/v1/itsi/
D/rest/itsi/