0

check_mk with http-api "action=get_all_hosts" 応答からすべてのホストを取得しようとすると、次のjsonような形式になります。

"{"result": {"some host name": {"attributes": {"tag_Chassis": "Vm", "tag_ServerFamily": "WindowsServer", "tag_criticality": "prod", "tag_Application": "AllApp", "alias": "some alias", "ipaddress": "172.21.x.x", "tag_networking": "lan"}, "hostname": "some host name", "path": "windows"}}" 

今、私は成功せずに応答をフォーマットしようとしています。tableすべてのプロパティを使用して結果をフォーマットするにはどうすればよいですか?

4

1 に答える 1