文件名称:nutanix-api-vm-to-category
文件大小:3KB
文件格式:ZIP
更新时间:2024-04-29 20:00:42
Python
为VM添加新的类别和类别值。 介绍 此脚本是REST API调用方式的示例,用于在Prism Central上向VM添加类别和类别值。 要求 Python 3 requests urllib3 argparser 如何使用 要添加具有类别值的VM类别,请使用以下格式 vm-to-gategory.py -u user_with_admin_permissions_here -n vmname1,vmname2 -i 'PC_IP_or_FQDN_here' -c category_name_here -k category_values_here 可以为多个VM提供分隔符“,”。 类别值可以用“,”作为分隔符。 脚本将检查Prism Central上是否已经存在类别或值,并创建缺少的类别和值。 脚本将检查当前的VM类别值,并添加/更新新的类别和值。 执照
【文件预览】:
nutanix-api-vm-to-category-main
----vm-to-gategory.py(7KB)
----README.md(833B)