For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • NVIDIA Switch Infrastructure
    • I want to...
  • Quick Start
    • Start Here
    • Getting Started with Config Manager
    • TUI Wizard Reference
    • Configuration Samples
    • Interfaces
    • Local Development Quick Start
    • First Run Tour
  • Config Manager Overview
    • Config Manager Concepts
    • Getting Started with Nautobot
  • User Guides
    • New Site Bringup
    • Workflow Lifecycle
  • Deployment
    • Hosting Options
    • Network Topology Requirements
    • Firewall Ports
    • Airgapped Deployment
    • Troubleshooting
  • Services
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
On this page
  • Config Manager UI
  • Nautobot UI
  • Temporal Web
  • REST APIs
Quick Start

Which Interface Should I Use?

||View as Markdown|
Previous

Configuration Samples

Next

Local Development Quick Start

Config Manager exposes several interfaces because different users own different parts of the workflow. Start in the Config Manager UI for operations, use Nautobot when changing intent, and use Temporal Web only when you need low-level workflow diagnostics.

InterfaceBest forTypical user
Config Manager UILaunch workflows, review stages, approve or reject changes, browse config and backup state.Operators and network engineers
Nautobot UIModel devices, interfaces, IPs, cables, roles, tenants, config contexts, and device status.Network engineers and architects
Temporal WebInspect workflow event history, payloads, retries, child workflows, and worker-level failures.Platform engineers and advanced operators
REST APIsAutomate workflow execution, render/config-store access, DHCP/ZTP checks, and integration tests.Automation and platform teams

Config Manager UI

Use the Config Manager UI for normal operational workflows. It is the right starting point when you need to run a backup, deploy a pending config, approve a batch change, validate cabling, rotate credentials, or inspect the status of a workflow already in progress.

The UI is intentionally workflow-centric: it shows stage state, approval points, outputs, and links to related config artifacts.

Nautobot UI

Use Nautobot when the intended network model needs to change. Config Manager renders configuration from Nautobot data, so device inventory, cabling, interface metadata, IP addressing, tenants, and config contexts should be corrected there before running device-facing workflows.

For the data model, start with Getting Started with Nautobot and DHCP Modeling in Nautobot.

Temporal Web

Use Temporal Web for diagnostics rather than day-to-day operations. It is useful when a workflow is retrying, a child workflow failed, or a stage output needs to be inspected at event-history level.

Do not use Temporal Web as the primary approval or workflow-launch interface unless you are debugging behavior that is not visible in the Config Manager UI.

REST APIs

Use the REST APIs for automation, integration tests, and scripted checks. Start with the API reference pages for Config Store, Render, Temporal workflows, DHCP, and ZTP.

Common entry points include Config Store reads and writes under /v1/config, Render API calls for render requests, and workflow execution endpoints such as POST /v1/workflow/ngc/backup. Service Swagger UIs are available at each service host’s /docs path when exposed by the deployment. In SSO-enabled environments, browser Swagger flows use the authenticated session; direct API calls generally use the svc-* hostnames with a bearer token.