Weave your network APIs into one CLI

netloom

A network API CLI for discovering endpoints, inspecting available actions, exporting data, replaying payloads, and copying configuration between environments without hand-rolling scripts for every step.

What Netloom Handles

netloom turns vendor API structure into a usable command surface so day-to-day operations feel predictable instead of vendor specific.

  • Discover modules, services, and actions from the available API catalog
  • Use profile-aware workflows for lab, staging, and production targets
  • Export responses as JSON, CSV, or raw files for reuse and automation
  • Replay payloads for add, update, replace, delete, and copy flows
  • Use contextual help, completion, cached discovery, and dry-run planning from the CLI
netloom identities endpoint ?
netloom policyelements role copy --all --from=lab --to=prod --dry-run

Dry run
Source profile: lab
Target profile: prod
Service: policyelements role
Selected: 28
Created: 6
Updated: 20
Replaced: 0
Skipped: 2
Failed: 0

Start Here

Install the package, load the plugin, choose a profile, refresh the cache, and explore directly from the terminal.

pip install netloom-tool
netloom load clearpass
netloom server use prod
netloom cache update
netloom ?

Keep reading: