Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 464 Bytes

File metadata and controls

21 lines (12 loc) · 464 Bytes

Hello Script (01_hello_script.py)

A minimal NetBox Custom Script to demonstrate:

  • Inputs (form fields in the UI)
  • Logging (log_info)
  • Commit toggle (dry-run vs. save changes)

It simply prints a greeting like Hello, world! or Hello, <Name>.

Example Screenshots

  1. Input Form in NetBox

    Input Form

  2. Results

    Results

View Script