解决了

更新类别和项目的脚本

  • 2019年7月3日
  • 1回复
  • 1643年的观点

我从VMware转换了一堆VM(> 300),我必须将它们与类别和项目进行分类。
我尝试使用REST API在PowerShell中尝试,但是当我获得VM特性并使用Convertto-JSON构建新的JSON文件时,它不会像Disk_list一样“展开”嵌入式数组

有人有示例来设置/更新类别和VM项目吗?
图标

最好的答案罗恩2019年7月15日,04:45

\n
\n
code:<\/b>
$var | ConvertTo-Json -Depth 10
<\/pre><\/div>
\n
\nThat should at least expand your GET Json per vm so you can see all the options\/body.","className":"post__content__best_answer"}">
查看原件

该主题已关闭以供评论

1回复

UserLevel 2
徽章 +4
我没有目前的群集来测试项目,但是我以前已经使用Powershell和长期嵌入式JSON遇到过。使用转换式json指定深度开关,并放置10。

代码:
$ var |convertto -json -Depth 10


这至少应该扩大每个VM的GET JSON,以便您可以看到所有选项/主体。
Learn more about our cookies.<\/a>","cookiepolicy.button":"Accept cookies","cookiepolicy.button.deny":"Deny all","cookiepolicy.link":"Cookie settings","cookiepolicy.modal.title":"Cookie settings","cookiepolicy.modal.content":"We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.<\/a>","cookiepolicy.modal.level1":"Basic
Functional","cookiepolicy.modal.level2":"Normal
Functional + analytics","cookiepolicy.modal.level3":"Complete
Functional + analytics + social media + embedded videos"}}}">
Baidu