Via YAML Template

This method allows admins to onboard devices into the NCP Controller using a pre-defined YAML structure, Ideal for bulk inventory uploads.

Step 1: Navigate to the Devices Page

  • Go to: Toggle Admin ViewDevices

Step 2: Select 'Connect Device'

  • Click the Connect Device button on the top-right

  • From the dropdown, select Use YAML

Step 3: Upload or Edit YAML

  • Either:

    • Drag-and-drop your YAML file

    • Or use the built-in YAML editor to manually define devices

inventory:
  - ipAddress: 10.4.4.97
    layer: Spine
    region: San Jose
    azId: 1
    brickId: 1
    user: admin
    password: YourPaSsWoRd
    type: snmp
    community: public
  - ipAddress: 10.20.4.99
    layer: Spine
    region: San Jose
    azId: 1
    brickId: 1
    user: admin
    password: YourPaSsWoRd
    type: snmp
    community: public

Step 4: Save & Apply

  • Once your YAML is ready, click Save & Apply

  • A confirmation appears, and your devices will be added to the inventory

Last updated

Was this helpful?