Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutanix Naming Convention Checker

Check Nutanix VM names, descriptions, projects, and categories against simple rules.

Features

  • Python standard library only
  • JSON output support
  • Safe, audit-oriented behavior
  • Placeholder configuration for Nutanix environments

Configuration

Edit nutanix_naming_convention_checker.py and configure the placeholder values. Do not commit real API tokens, passwords, UUIDs, IP addresses, or internal infrastructure details to a public repository.

Usage

python nutanix_naming_convention_checker.py --required-category Environment --require-description

Security Notes

The script currently disables SSL certificate verification by using ssl._create_unverified_context(). This may be useful in lab environments, but it is not recommended for production. For production use, configure proper certificate validation.

Disclaimer

This script is provided as an example. Test it in a safe environment before using it against production Nutanix infrastructure.

About

Check Nutanix VM names, descriptions, projects, and categories against simple rules

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages