Exploring the Intersight API with a Python-Based Schema Browser

Introduction When developing automation for Cisco Intersight, understanding the API structure is crucial. The Intersight OpenAPI v3 specification contains over 5,000 schemas across 575,000+ lines of YAML—a daunting document to navigate manually. This article introduces a Python-based tool that makes exploring this specification efficient and practical. The Challenge Developing PowerShell functions for Intersight requires deep knowledge of: Object properties and their types Required vs. optional fields Relationship hierarchies (MoMoRef patterns) Enum values and defaults Inheritance structures through allOf references Without proper tooling, developers must: ...

February 6, 2026 · 17 min · 3480 words · christian

Docker Swarm + Compose: Traefik Label Sync

A lightweight Python service that watches Docker events on worker nodes, extracts Traefik labels, and syncs them as file provider rules to the Swarm manager.

February 1, 2026 · 8 min · 1662 words · christian