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
      • Overview
      • Architecture
        • GETCurrent User Info
          • GETCheck cache service status
          • GETTest cache lookup for a device
          • GETList all devices
          • GETSearch devices by name with latest config info
          • DELPermanently delete all configs for a device
          • GETGet database statistics
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
ServicesConfig Store ServiceConfig Store APIadmin

List all devices

||View as Markdown|
GET
https://host.com/v1/admin/devices
GET
/v1/admin/devices
$curl https://host.com/v1/admin/devices \
> -H "Content-Type: application/json"
1[
2 {
3 "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
4 },
5 {
6 "uuid": "7c9e6679-7425-40de-944b-e07fc1f90ae7"
7 }
8]
List all devices with configs.
Previous

Test cache lookup for a device

Next

Search devices by name with latest config info

Query parameters

limitintegerOptionalDefaults to 100
offsetintegerOptionalDefaults to 0

Response

Successful Response
uuidstring
Device UUID

Errors

422
Unprocessable Entity Error