|
|
От: |
Funny Rabbit
|
|
| Дата: | 11.06.22 04:24 | ||
| Оценка: | |||
S>private DataRow SaveHostToDataRow(IDictionary<string, object> dict, DataTable dt)
S>{
S> dynamic inventory = dict["inventory"];
S> string route = inventory.site_city;
S>}
S>S>foreach (var property in (IDictionary<String, Object>)inventory)
S>{
S> Console.WriteLine(property.Key + ": " + property.Value);
S>}
S>https://172.31.0.196/zabbix/api_jsonrpc.php 10423 APC 961X-172.20.225.67 APC 961X_5YR0#ЦОУ Ярославское ш. 135 п1. (172.20.225.67) System.Collections.Generic.List`1[System.Object] System.Collections.Generic.List`1[System.Object] System.Collections.Generic.List`1[System.Object]interfaces: System.Collections.Generic.List`1[System.Object]
S>private DataRow SaveHostToDataRow(dynamic dict, DataTable dt)
S>{
S> string ip = dict.interfaces[0].ip;
S>}
S>