Files
2025-10-20 12:32:18 +08:00

306 KiB

In [1]:
from requests import get,post

获取token

In [2]:
ip="http://192.168.0.66:8080/api_jsonrpc.php"
headers = {
    'Content-Type': 'application/json-rpc'
}
payload = {
    "jsonrpc": "2.0",
    "method": "user.login",
    "params": {
        "username": "python",
        "password": "hxyd1109+"
    },
    "id": 1
}
In [3]:
# token = post(ip, headers=headers, json=payload).json()["result"]
token = "19e3fd3e23f70ab165f8b656fc443b55ae5b737c669bae65731df7c18ceb98e9"
In [4]:
headers['Authorization'] = f'Bearer {token}'

获取主机列表

In [5]:

headers
Out [5]:
{'Content-Type': 'application/json-rpc',
 'Authorization': 'Bearer 19e3fd3e23f70ab165f8b656fc443b55ae5b737c669bae65731df7c18ceb98e9'}
In [10]:
payload = {
    "jsonrpc": "2.0",
    "method": "host.get",
    "params": {
        "output": [
            "hostid",
            "host",
        ],
        "selectInterfaces": [
            "interfaceid",
            "ip",
            "port"
        ]
    },
    "id": 1
}
post(ip, headers=headers, json=payload).json()
Out [10]:
{'jsonrpc': '2.0',
 'result': [{'hostid': '10084',
   'host': 'Zabbix server',
   'interfaces': [{'interfaceid': '1', 'ip': '127.0.0.1', 'port': '10050'}]},
  {'hostid': '10670',
   'host': 'switch',
   'interfaces': [{'interfaceid': '31',
     'ip': '192.168.0.112',
     'port': '161'}]}],
 'id': 1}
In [7]:
payload = {
    "jsonrpc": "2.0",
    "method": "item.get",
    "params": {
        "output": "extend",
        "hostids": "10670",
        "with_triggers": True,
    },
    "id": 1
}
post(ip, headers=headers, json=payload).json()
Out [7]:
{'jsonrpc': '2.0',
 'result': [{'itemid': '50124',
   'type': '3',
   'snmp_oid': '',
   'hostid': '10670',
   'name': 'ICMP ping',
   'key_': 'icmpping',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '40821',
   'valuemapid': '641',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '0',
   'interfaceid': '31',
   'description': '',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '1',
   'error': "At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both are missing in the system.",
   'name_resolved': 'ICMP ping',
   'parameters': [],
   'lastclock': '0',
   'lastns': '0',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50125',
   'type': '3',
   'snmp_oid': '',
   'hostid': '10670',
   'name': 'ICMP loss',
   'key_': 'icmppingloss',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '0',
   'trapper_hosts': '',
   'units': '%',
   'formula': '',
   'logtimefmt': '',
   'templateid': '40822',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '0',
   'interfaceid': '31',
   'description': '',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '1',
   'error': "At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both are missing in the system.",
   'name_resolved': 'ICMP loss',
   'parameters': [],
   'lastclock': '0',
   'lastns': '0',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50126',
   'type': '3',
   'snmp_oid': '',
   'hostid': '10670',
   'name': 'ICMP response time',
   'key_': 'icmppingsec',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '0',
   'trapper_hosts': '',
   'units': 's',
   'formula': '',
   'logtimefmt': '',
   'templateid': '40823',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '0',
   'interfaceid': '31',
   'description': '',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '1',
   'error': "At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both are missing in the system.",
   'name_resolved': 'ICMP response time',
   'parameters': [],
   'lastclock': '0',
   'lastns': '0',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50172',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.10.7.2.1.19.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Duplex status',
   'key_': 'net.if.duplex[dot3StatsDuplexStatus.1]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '638',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  'unknown' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Duplex status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '3',
   'prevvalue': '3'},
  {'itemid': '50284',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.10.7.2.1.19.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Duplex status',
   'key_': 'net.if.duplex[dot3StatsDuplexStatus.5]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '638',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  'unknown' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Duplex status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '3',
   'prevvalue': '3'},
  {'itemid': '50282',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.10.7.2.1.19.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Duplex status',
   'key_': 'net.if.duplex[dot3StatsDuplexStatus.6]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '1',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '638',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  'unknown' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Duplex status',
   'parameters': [],
   'lastclock': '0',
   'lastns': '0',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50281',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.10.7.2.1.19.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Duplex status',
   'key_': 'net.if.duplex[dot3StatsDuplexStatus.7]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '638',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  'unknown' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Duplex status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '3',
   'prevvalue': '3'},
  {'itemid': '50283',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.10.7.2.1.19.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Duplex status',
   'key_': 'net.if.duplex[dot3StatsDuplexStatus.8]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '1',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '638',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: EtherLike-MIB\r\nThe current mode of operation of the MAC\r\nentity.  'unknown' indicates that the current\r\nduplex mode could not be determined.\r\n\r\nManagement control of the duplex mode is\r\naccomplished through the MAU MIB.  When\r\nan interface does not support autonegotiation,\r\nor when autonegotiation is not enabled, the\r\nduplex mode is controlled using\r\nifMauDefaultType.  When autonegotiation is\r\nsupported and enabled, duplex mode is controlled\r\nusing ifMauAutoNegAdvertisedBits.  In either\r\ncase, the currently operating duplex mode is\r\nreflected both in this object and in ifMauType.\r\n\r\nNote that this object provides redundant\r\ninformation with ifMauType.  Normally, redundant\r\nobjects are discouraged.  However, in this\r\ninstance, it allows a management application to\r\ndetermine the duplex status of an interface\r\nwithout having to know every possible value of\r\nifMauType.  This was felt to be sufficiently\r\nvaluable to justify the redundancy.\r\nReference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Duplex status',
   'parameters': [],
   'lastclock': '0',
   'lastns': '0',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50194',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.10',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.10]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50185',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.1]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50186',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.2',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.2]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50187',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.3',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.3]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50188',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.4',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.4]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50189',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.5]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50190',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.6]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50195',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.717',
   'hostid': '10670',
   'name': 'Interface InLoopBack0(InLoopBack0 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.717]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '1',
   'error': 'No Such Instance currently exists at this OID',
   'name_resolved': 'Interface InLoopBack0(InLoopBack0 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '0',
   'lastns': '0',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50196',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.719',
   'hostid': '10670',
   'name': 'Interface Vlan-interface1(Vlan-interface1 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.719]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface Vlan-interface1(Vlan-interface1 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50191',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.7]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50192',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.8]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50193',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.14.9',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Inbound packets with errors',
   'key_': 'net.if.in.errors[ifInErrors.9]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Inbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50206',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.10',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.10]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50197',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.1]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '4272',
   'prevvalue': '4056'},
  {'itemid': '50198',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.2',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.2]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50199',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.3',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.3]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50200',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.4',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.4]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50201',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.5]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '1016',
   'prevvalue': '1016'},
  {'itemid': '50202',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.6]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50207',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.717',
   'hostid': '10670',
   'name': 'Interface InLoopBack0(InLoopBack0 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.717]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface InLoopBack0(InLoopBack0 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50208',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.719',
   'hostid': '10670',
   'name': 'Interface Vlan-interface1(Vlan-interface1 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.719]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface Vlan-interface1(Vlan-interface1 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50203',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.7]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '176',
   'prevvalue': '200'},
  {'itemid': '50204',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.8]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50205',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.6.9',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Bits received',
   'key_': 'net.if.in[ifHCInOctets.9]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Bits received',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50230',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.10',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.10]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50221',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.1]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50222',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.2',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.2]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50223',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.3',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.3]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50224',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.4',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.4]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50225',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.5]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50226',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.6]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50231',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.717',
   'hostid': '10670',
   'name': 'Interface InLoopBack0(InLoopBack0 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.717]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '1',
   'error': 'No Such Instance currently exists at this OID',
   'name_resolved': 'Interface InLoopBack0(InLoopBack0 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '0',
   'lastns': '0',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50232',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.719',
   'hostid': '10670',
   'name': 'Interface Vlan-interface1(Vlan-interface1 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.719]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface Vlan-interface1(Vlan-interface1 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50227',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.7]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50228',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.8]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50229',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.20.9',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Outbound packets with errors',
   'key_': 'net.if.out.errors[ifOutErrors.9]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nFor packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.  For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Outbound packets with errors',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50242',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.10',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.10]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50233',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.1]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '1992',
   'prevvalue': '2000'},
  {'itemid': '50234',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.2',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.2]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50235',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.3',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.3]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50236',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.4',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.4]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50237',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.5]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '4488',
   'prevvalue': '4480'},
  {'itemid': '50238',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.6]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50243',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.717',
   'hostid': '10670',
   'name': 'Interface InLoopBack0(InLoopBack0 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.717]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface InLoopBack0(InLoopBack0 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '796743024',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50244',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.719',
   'hostid': '10670',
   'name': 'Interface Vlan-interface1(Vlan-interface1 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.719]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface Vlan-interface1(Vlan-interface1 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50239',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.7]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '1592',
   'prevvalue': '1648'},
  {'itemid': '50240',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.8]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50241',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.10.9',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Bits sent',
   'key_': 'net.if.out[ifHCOutOctets.9]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Bits sent',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50254',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.10',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.10]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50245',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.1]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '100000000',
   'prevvalue': '100000000'},
  {'itemid': '50246',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.2',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.2]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50247',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.3',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.3]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50248',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.4',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.4]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50249',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.5]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50250',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.6]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50255',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.717',
   'hostid': '10670',
   'name': 'Interface InLoopBack0(InLoopBack0 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.717]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface InLoopBack0(InLoopBack0 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50256',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.719',
   'hostid': '10670',
   'name': 'Interface Vlan-interface1(Vlan-interface1 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.719]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface Vlan-interface1(Vlan-interface1 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '10000000000',
   'prevvalue': '10000000000'},
  {'itemid': '50251',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.7]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '100000000',
   'prevvalue': '100000000'},
  {'itemid': '50252',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.8]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50253',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.31.1.1.1.15.9',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Speed',
   'key_': 'net.if.speed[ifHighSpeed.9]',
   'delay': '5m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'bps',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': "MIB: IF-MIB\r\nAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'.  For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.",
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Speed',
   'parameters': [],
   'lastclock': '1751096431',
   'lastns': '863434975',
   'lastvalue': '1000000000',
   'prevvalue': '1000000000'},
  {'itemid': '50266',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.10',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.10]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50257',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.1]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '1',
   'prevvalue': '1'},
  {'itemid': '50258',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.2',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.2]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50259',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.3',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.3]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50260',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.4',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.4]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50261',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.5]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '1',
   'prevvalue': '1'},
  {'itemid': '50262',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.6]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50267',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.717',
   'hostid': '10670',
   'name': 'Interface InLoopBack0(InLoopBack0 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.717]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface InLoopBack0(InLoopBack0 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '1',
   'prevvalue': '1'},
  {'itemid': '50268',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.719',
   'hostid': '10670',
   'name': 'Interface Vlan-interface1(Vlan-interface1 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.719]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface Vlan-interface1(Vlan-interface1 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '1',
   'prevvalue': '1'},
  {'itemid': '50263',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.7]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '1',
   'prevvalue': '1'},
  {'itemid': '50264',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.8]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50265',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.8.9',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Operational status',
   'key_': 'net.if.status[ifOperStatus.9]',
   'delay': '1m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '639',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe current operational state of the interface.\r\n- The testing(3) state indicates that no operational packet scan be passed\r\n- If ifAdminStatus is down(2) then ifOperStatus should be down(2)\r\n- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic\r\n- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)\r\n- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state\r\n- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Operational status',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50278',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.10',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Interface type',
   'key_': 'net.if.type[ifType.10]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/10(GigabitEthernet1/0/10 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50269',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.1',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Interface type',
   'key_': 'net.if.type[ifType.1]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/1(GigabitEthernet1/0/1 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50270',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.2',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Interface type',
   'key_': 'net.if.type[ifType.2]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/2(GigabitEthernet1/0/2 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50271',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.3',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Interface type',
   'key_': 'net.if.type[ifType.3]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/3(GigabitEthernet1/0/3 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50272',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.4',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Interface type',
   'key_': 'net.if.type[ifType.4]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/4(GigabitEthernet1/0/4 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50273',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.5',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Interface type',
   'key_': 'net.if.type[ifType.5]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/5(GigabitEthernet1/0/5 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50274',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.6',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Interface type',
   'key_': 'net.if.type[ifType.6]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/6(GigabitEthernet1/0/6 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50279',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.717',
   'hostid': '10670',
   'name': 'Interface InLoopBack0(InLoopBack0 Interface): Interface type',
   'key_': 'net.if.type[ifType.717]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface InLoopBack0(InLoopBack0 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '24',
   'prevvalue': '0'},
  {'itemid': '50280',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.719',
   'hostid': '10670',
   'name': 'Interface Vlan-interface1(Vlan-interface1 Interface): Interface type',
   'key_': 'net.if.type[ifType.719]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface Vlan-interface1(Vlan-interface1 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '136',
   'prevvalue': '0'},
  {'itemid': '50275',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.7',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Interface type',
   'key_': 'net.if.type[ifType.7]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/7(GigabitEthernet1/0/7 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50276',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.8',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Interface type',
   'key_': 'net.if.type[ifType.8]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/8(GigabitEthernet1/0/8 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50277',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.2.2.1.3.9',
   'hostid': '10670',
   'name': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Interface type',
   'key_': 'net.if.type[ifType.9]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '640',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: IF-MIB\r\nThe type of interface.\r\nAdditional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),\r\nthrough updating the syntax of the IANAifType textual convention.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Interface GigabitEthernet1/0/9(GigabitEthernet1/0/9 Interface): Interface type',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '6',
   'prevvalue': '0'},
  {'itemid': '50171',
   'type': '20',
   'snmp_oid': '1.3.6.1.4.1.25506.2.6.1.1.1.1.19.193',
   'hostid': '10670',
   'name': 'PSU 1: Power supply status',
   'key_': 'sensor.psu.status[hh3cEntityExtErrorStatus.193]',
   'delay': '3m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '87',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: HH3C-ENTITY-EXT-MIB\r\nIndicate the error state of this entity object.\r\npsuError(51) means that the Power Supply Unit is in the state of fault.\r\nrpsError(61) means the Redundant Power Supply is in the state of fault.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'PSU 1: Power supply status',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '2',
   'prevvalue': '2'},
  {'itemid': '50170',
   'type': '20',
   'snmp_oid': '1.3.6.1.4.1.25506.2.6.1.1.1.1.12.192',
   'hostid': '10670',
   'name': 'MODULE LEVEL1: Temperature',
   'key_': 'sensor.temp.value[hh3cEntityExtTemperature.192]',
   'delay': '3m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '0',
   'trapper_hosts': '',
   'units': '°C',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: HH3C-ENTITY-EXT-MIB\r\nThe temperature for the MODULE LEVEL1.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'MODULE LEVEL1: Temperature',
   'parameters': [],
   'lastclock': '1751098711',
   'lastns': '750846044',
   'lastvalue': '53',
   'prevvalue': '53'},
  {'itemid': '50168',
   'type': '20',
   'snmp_oid': '1.3.6.1.4.1.25506.2.6.1.1.1.1.6.192',
   'hostid': '10670',
   'name': 'Board: CPU utilization',
   'key_': 'system.cpu.util[hh3cEntityExtCpuUsage.192]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '0',
   'trapper_hosts': '',
   'units': '%',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: HH3C-ENTITY-EXT-MIB\r\nThe CPU usage for this entity. Generally, the CPU usage\r\nwill calculate the overall CPU usage on the entity, and it\r\nis not sensible with the number of CPU on the entity',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Board: CPU utilization',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '9',
   'prevvalue': '10'},
  {'itemid': '50163',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.47.1.1.1.1.9.2',
   'hostid': '10670',
   'name': 'S1850V3: Firmware version',
   'key_': 'system.hw.firmware[entPhysicalFirmwareRev.2]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '1',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: ENTITY-MIB',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'S1850V3: Firmware version',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '103',
   'prevvalue': ''},
  {'itemid': '50165',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.47.1.1.1.1.11.2',
   'hostid': '10670',
   'name': 'S1850V3: Hardware serial number',
   'key_': 'system.hw.serialnumber[entPhysicalSerialNum.2]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '1',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: ENTITY-MIB',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'S1850V3: Hardware serial number',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '219801A7ADP253000097',
   'prevvalue': ''},
  {'itemid': '50130',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.25.1.1.0',
   'hostid': '10670',
   'name': 'Uptime (hardware)',
   'key_': 'system.hw.uptime[hrSystemUptime.0]',
   'delay': '30s',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'uptime',
   'formula': '',
   'logtimefmt': '',
   'templateid': '43788',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '0',
   'interfaceid': '31',
   'description': 'MIB: HOST-RESOURCES-MIB\r\nThe amount of time since this host was last initialized. Note that this is different from sysUpTime in the SNMPv2-MIB [RFC1907] because sysUpTime is the uptime of the network management portion of the system.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Uptime (hardware)',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '0',
   'prevvalue': '0'},
  {'itemid': '50132',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.1.5.0',
   'hostid': '10670',
   'name': 'System name',
   'key_': 'system.name',
   'delay': '15m',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '1',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '40828',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '0',
   'interfaceid': '31',
   'description': "MIB: SNMPv2-MIB\r\nAn administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name.  If the name is unknown, the value is the zero-length string.",
   'inventory_link': '3',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'System name',
   'parameters': [],
   'lastclock': '1751071531',
   'lastns': '767152990',
   'lastvalue': 'hxyd',
   'prevvalue': 'hxyd'},
  {'itemid': '50133',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.1.3.0',
   'hostid': '10670',
   'name': 'Uptime (network)',
   'key_': 'system.net.uptime[sysUpTime.0]',
   'delay': '30s',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': 'uptime',
   'formula': '',
   'logtimefmt': '',
   'templateid': '40830',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '0',
   'interfaceid': '31',
   'description': 'MIB: SNMPv2-MIB\r\nTime (in hundredths of a second) since the network management portion of the system was last re-initialized.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Uptime (network)',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '28524',
   'prevvalue': '28494'},
  {'itemid': '50167',
   'type': '20',
   'snmp_oid': '1.3.6.1.2.1.47.1.1.1.1.10.2',
   'hostid': '10670',
   'name': 'S1850V3: Operating system',
   'key_': 'system.sw.os[entPhysicalSoftwareRev.2]',
   'delay': '1h',
   'history': '31d',
   'trends': '0',
   'status': '0',
   'value_type': '1',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: ENTITY-MIB',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'S1850V3: Operating system',
   'parameters': [],
   'lastclock': '1751072431',
   'lastns': '193228814',
   'lastvalue': '7.1.070 Release 3507P28',
   'prevvalue': ''},
  {'itemid': '50169',
   'type': '20',
   'snmp_oid': '1.3.6.1.4.1.25506.2.6.1.1.1.1.8.192',
   'hostid': '10670',
   'name': 'Board: Memory utilization',
   'key_': 'vm.memory.util[hh3cEntityExtMemUsage.192]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '0',
   'trapper_hosts': '',
   'units': '%',
   'formula': '',
   'logtimefmt': '',
   'templateid': '0',
   'valuemapid': '0',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '4',
   'interfaceid': '31',
   'description': 'MIB: HH3C-ENTITY-EXT-MIB\r\nThe memory usage for the entity. This object indicates what\r\npercent of memory are used.',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'Board: Memory utilization',
   'parameters': [],
   'lastclock': '1751098831',
   'lastns': '946185098',
   'lastvalue': '66',
   'prevvalue': '66'},
  {'itemid': '50135',
   'type': '5',
   'snmp_oid': '',
   'hostid': '10670',
   'name': 'SNMP agent availability',
   'key_': 'zabbix[host,snmp,available]',
   'delay': '1m',
   'history': '31d',
   'trends': '365d',
   'status': '0',
   'value_type': '3',
   'trapper_hosts': '',
   'units': '',
   'formula': '',
   'logtimefmt': '',
   'templateid': '40831',
   'valuemapid': '642',
   'params': '',
   'ipmi_sensor': '',
   'authtype': '0',
   'username': '',
   'password': '',
   'publickey': '',
   'privatekey': '',
   'flags': '0',
   'interfaceid': '0',
   'description': 'Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.\r\nPossible values:\r\n0 - not available\r\n1 - available\r\n2 - unknown',
   'inventory_link': '0',
   'lifetime': '7d',
   'evaltype': '0',
   'jmx_endpoint': '',
   'master_itemid': '0',
   'timeout': '',
   'url': '',
   'query_fields': [],
   'posts': '',
   'status_codes': '200',
   'follow_redirects': '1',
   'post_type': '0',
   'http_proxy': '',
   'headers': [],
   'retrieve_mode': '0',
   'request_method': '0',
   'output_format': '0',
   'ssl_cert_file': '',
   'ssl_key_file': '',
   'ssl_key_password': '',
   'verify_peer': '0',
   'verify_host': '0',
   'allow_traps': '0',
   'uuid': '',
   'lifetime_type': '0',
   'enabled_lifetime_type': '2',
   'enabled_lifetime': '0',
   'state': '0',
   'error': '',
   'name_resolved': 'SNMP agent availability',
   'parameters': [],
   'lastclock': '1751098835',
   'lastns': '24689269',
   'lastvalue': '1',
   'prevvalue': '1'}],
 'id': 1}
In [10]:
from manuf import manuf
parser = manuf.MacParser()  # 自动加载本地数据库
result = parser.get_manuf("00:23:89")  
print(result)
Hangzhou
In [29]:
payload = {
    "jsonrpc": "2.0",
    "method": "history.get",
    "params": {
        "itemids": "50206"
      
    },
    "id": 1
}
post(ip, headers=headers, json=payload).json()
Out [29]:
{'jsonrpc': '2.0',
 'result': [{'itemid': '50206',
   'clock': '1750827811',
   'value': '0',
   'ns': '667318855'},
  {'itemid': '50206', 'clock': '1750827992', 'value': '0', 'ns': '42707344'},
  {'itemid': '50206', 'clock': '1750828171', 'value': '0', 'ns': '172260733'},
  {'itemid': '50206', 'clock': '1750828351', 'value': '0', 'ns': '436528375'},
  {'itemid': '50206', 'clock': '1750828531', 'value': '0', 'ns': '702630343'},
  {'itemid': '50206', 'clock': '1750828711', 'value': '0', 'ns': '932341248'},
  {'itemid': '50206', 'clock': '1750828891', 'value': '0', 'ns': '210090381'},
  {'itemid': '50206', 'clock': '1750829071', 'value': '0', 'ns': '489437374'},
  {'itemid': '50206', 'clock': '1750829251', 'value': '0', 'ns': '709329107'},
  {'itemid': '50206', 'clock': '1750829432', 'value': '0', 'ns': '17235031'},
  {'itemid': '50206', 'clock': '1750829611', 'value': '0', 'ns': '161618928'},
  {'itemid': '50206', 'clock': '1750829791', 'value': '0', 'ns': '477664460'},
  {'itemid': '50206', 'clock': '1750829971', 'value': '0', 'ns': '797990343'},
  {'itemid': '50206', 'clock': '1750830151', 'value': '0', 'ns': '954563096'},
  {'itemid': '50206', 'clock': '1750830331', 'value': '0', 'ns': '406260009'},
  {'itemid': '50206', 'clock': '1750830511', 'value': '0', 'ns': '464387611'},
  {'itemid': '50206', 'clock': '1750830691', 'value': '0', 'ns': '721827955'},
  {'itemid': '50206', 'clock': '1750830872', 'value': '0', 'ns': '24816263'},
  {'itemid': '50206', 'clock': '1750831051', 'value': '0', 'ns': '305402958'},
  {'itemid': '50206', 'clock': '1750831232', 'value': '0', 'ns': '593763947'},
  {'itemid': '50206', 'clock': '1750831411', 'value': '0', 'ns': '552090747'},
  {'itemid': '50206', 'clock': '1750831591', 'value': '0', 'ns': '153508264'},
  {'itemid': '50206', 'clock': '1750831771', 'value': '0', 'ns': '520137372'},
  {'itemid': '50206', 'clock': '1750831951', 'value': '0', 'ns': '329651562'},
  {'itemid': '50206', 'clock': '1750832131', 'value': '0', 'ns': '828044348'},
  {'itemid': '50206', 'clock': '1750832311', 'value': '0', 'ns': '104555974'},
  {'itemid': '50206', 'clock': '1750832491', 'value': '0', 'ns': '147228662'},
  {'itemid': '50206', 'clock': '1750832671', 'value': '0', 'ns': '339371623'},
  {'itemid': '50206', 'clock': '1750832851', 'value': '0', 'ns': '738801478'},
  {'itemid': '50206', 'clock': '1750833031', 'value': '0', 'ns': '103581920'},
  {'itemid': '50206', 'clock': '1750833211', 'value': '0', 'ns': '272735026'},
  {'itemid': '50206', 'clock': '1750833391', 'value': '0', 'ns': '534301328'},
  {'itemid': '50206', 'clock': '1750833571', 'value': '0', 'ns': '825211519'},
  {'itemid': '50206', 'clock': '1750833752', 'value': '0', 'ns': '25953012'},
  {'itemid': '50206', 'clock': '1750833931', 'value': '0', 'ns': '596232686'},
  {'itemid': '50206', 'clock': '1750834111', 'value': '0', 'ns': '537805034'},
  {'itemid': '50206', 'clock': '1750834291', 'value': '0', 'ns': '824804621'},
  {'itemid': '50206', 'clock': '1750834471', 'value': '0', 'ns': '117858387'},
  {'itemid': '50206', 'clock': '1750834651', 'value': '0', 'ns': '372849725'},
  {'itemid': '50206', 'clock': '1750834833', 'value': '0', 'ns': '3497735'},
  {'itemid': '50206', 'clock': '1750835011', 'value': '0', 'ns': '238928933'},
  {'itemid': '50206', 'clock': '1750835191', 'value': '0', 'ns': '522116141'},
  {'itemid': '50206', 'clock': '1750835371', 'value': '0', 'ns': '851274093'},
  {'itemid': '50206', 'clock': '1750835551', 'value': '0', 'ns': '126296210'},
  {'itemid': '50206', 'clock': '1750835731', 'value': '0', 'ns': '501721856'},
  {'itemid': '50206', 'clock': '1750835911', 'value': '0', 'ns': '654559952'},
  {'itemid': '50206', 'clock': '1750836091', 'value': '0', 'ns': '903156556'},
  {'itemid': '50206', 'clock': '1750836271', 'value': '0', 'ns': '200292253'},
  {'itemid': '50206', 'clock': '1750836451', 'value': '0', 'ns': '480613581'},
  {'itemid': '50206', 'clock': '1750836631', 'value': '0', 'ns': '762418332'},
  {'itemid': '50206', 'clock': '1750836811', 'value': '0', 'ns': '115880992'},
  {'itemid': '50206', 'clock': '1750836991', 'value': '0', 'ns': '165334632'},
  {'itemid': '50206', 'clock': '1750837171', 'value': '0', 'ns': '551402830'},
  {'itemid': '50206', 'clock': '1750837351', 'value': '0', 'ns': '815186031'},
  {'itemid': '50206', 'clock': '1750837531', 'value': '0', 'ns': '628506694'},
  {'itemid': '50206', 'clock': '1750837711', 'value': '0', 'ns': '324179045'},
  {'itemid': '50206', 'clock': '1750837891', 'value': '0', 'ns': '540450838'},
  {'itemid': '50206', 'clock': '1750838071', 'value': '0', 'ns': '429424216'},
  {'itemid': '50206', 'clock': '1750838251', 'value': '0', 'ns': '857741407'},
  {'itemid': '50206', 'clock': '1750838431', 'value': '0', 'ns': '274307852'},
  {'itemid': '50206', 'clock': '1750838611', 'value': '0', 'ns': '118382980'},
  {'itemid': '50206', 'clock': '1750838791', 'value': '0', 'ns': '220545224'},
  {'itemid': '50206', 'clock': '1750838971', 'value': '0', 'ns': '163563902'},
  {'itemid': '50206', 'clock': '1750839151', 'value': '0', 'ns': '522526771'},
  {'itemid': '50206', 'clock': '1750839331', 'value': '0', 'ns': '351409183'},
  {'itemid': '50206', 'clock': '1750839511', 'value': '0', 'ns': '121146030'},
  {'itemid': '50206', 'clock': '1750839691', 'value': '0', 'ns': '162942721'},
  {'itemid': '50206', 'clock': '1750839871', 'value': '0', 'ns': '301249190'},
  {'itemid': '50206', 'clock': '1750840051', 'value': '0', 'ns': '665449695'},
  {'itemid': '50206', 'clock': '1750840232', 'value': '0', 'ns': '215811258'},
  {'itemid': '50206', 'clock': '1750840411', 'value': '0', 'ns': '196974714'},
  {'itemid': '50206', 'clock': '1750840591', 'value': '0', 'ns': '452648867'},
  {'itemid': '50206', 'clock': '1750840771', 'value': '0', 'ns': '737555901'},
  {'itemid': '50206', 'clock': '1750840952', 'value': '0', 'ns': '53944971'},
  {'itemid': '50206', 'clock': '1750841131', 'value': '0', 'ns': '349445447'},
  {'itemid': '50206', 'clock': '1750841311', 'value': '0', 'ns': '529866247'},
  {'itemid': '50206', 'clock': '1750841491', 'value': '0', 'ns': '795557031'},
  {'itemid': '50206', 'clock': '1750841671', 'value': '0', 'ns': '113014794'},
  {'itemid': '50206', 'clock': '1750841851', 'value': '0', 'ns': '311503111'},
  {'itemid': '50206', 'clock': '1750842031', 'value': '0', 'ns': '593362630'},
  {'itemid': '50206', 'clock': '1750842211', 'value': '0', 'ns': '157446193'},
  {'itemid': '50206', 'clock': '1750842391', 'value': '0', 'ns': '141225095'},
  {'itemid': '50206', 'clock': '1750842571', 'value': '0', 'ns': '617389919'},
  {'itemid': '50206', 'clock': '1750842751', 'value': '0', 'ns': '938858134'},
  {'itemid': '50206', 'clock': '1750842931', 'value': '0', 'ns': '442030798'},
  {'itemid': '50206', 'clock': '1750843111', 'value': '0', 'ns': '478970854'},
  {'itemid': '50206', 'clock': '1750843291', 'value': '0', 'ns': '805950990'},
  {'itemid': '50206', 'clock': '1750843471', 'value': '0', 'ns': '100159586'},
  {'itemid': '50206', 'clock': '1750843651', 'value': '0', 'ns': '291377580'},
  {'itemid': '50206', 'clock': '1750843831', 'value': '0', 'ns': '853933659'},
  {'itemid': '50206', 'clock': '1750844011', 'value': '0', 'ns': '143911941'},
  {'itemid': '50206', 'clock': '1750844191', 'value': '0', 'ns': '134972578'},
  {'itemid': '50206', 'clock': '1750844371', 'value': '0', 'ns': '266554361'},
  {'itemid': '50206', 'clock': '1750844551', 'value': '0', 'ns': '527845841'},
  {'itemid': '50206', 'clock': '1750844731', 'value': '0', 'ns': '445179777'},
  {'itemid': '50206', 'clock': '1750844911', 'value': '0', 'ns': '889629195'},
  {'itemid': '50206', 'clock': '1750845091', 'value': '0', 'ns': '216245968'},
  {'itemid': '50206', 'clock': '1750845271', 'value': '0', 'ns': '442898552'},
  {'itemid': '50206', 'clock': '1750845451', 'value': '0', 'ns': '778370537'},
  {'itemid': '50206', 'clock': '1750845632', 'value': '0', 'ns': '54282474'},
  {'itemid': '50206', 'clock': '1750845811', 'value': '0', 'ns': '450988136'},
  {'itemid': '50206', 'clock': '1750845991', 'value': '0', 'ns': '294524261'},
  {'itemid': '50206', 'clock': '1750846171', 'value': '0', 'ns': '249916219'},
  {'itemid': '50206', 'clock': '1750846351', 'value': '0', 'ns': '185404701'},
  {'itemid': '50206', 'clock': '1750846531', 'value': '0', 'ns': '742232006'},
  {'itemid': '50206', 'clock': '1750846711', 'value': '0', 'ns': '247461727'},
  {'itemid': '50206', 'clock': '1750846891', 'value': '0', 'ns': '222560418'},
  {'itemid': '50206', 'clock': '1750847071', 'value': '0', 'ns': '148282504'},
  {'itemid': '50206', 'clock': '1750847251', 'value': '0', 'ns': '558710447'},
  {'itemid': '50206', 'clock': '1750847431', 'value': '0', 'ns': '227859619'},
  {'itemid': '50206', 'clock': '1750847611', 'value': '0', 'ns': '98734644'},
  {'itemid': '50206', 'clock': '1750847791', 'value': '0', 'ns': '302871603'},
  {'itemid': '50206', 'clock': '1750847971', 'value': '0', 'ns': '155548396'},
  {'itemid': '50206', 'clock': '1750848151', 'value': '0', 'ns': '602907151'},
  {'itemid': '50206', 'clock': '1750848332', 'value': '0', 'ns': '203081935'},
  {'itemid': '50206', 'clock': '1750848511', 'value': '0', 'ns': '176910959'},
  {'itemid': '50206', 'clock': '1750848691', 'value': '0', 'ns': '442890157'},
  {'itemid': '50206', 'clock': '1750848871', 'value': '0', 'ns': '850968795'},
  {'itemid': '50206', 'clock': '1750849051', 'value': '0', 'ns': '106694471'},
  {'itemid': '50206', 'clock': '1750849231', 'value': '0', 'ns': '249023317'},
  {'itemid': '50206', 'clock': '1750849411', 'value': '0', 'ns': '584731488'},
  {'itemid': '50206', 'clock': '1750849591', 'value': '0', 'ns': '326073439'},
  {'itemid': '50206', 'clock': '1750899112', 'value': '0', 'ns': '271528981'},
  {'itemid': '50206', 'clock': '1750899271', 'value': '0', 'ns': '297612228'},
  {'itemid': '50206', 'clock': '1750899811', 'value': '0', 'ns': '792062636'},
  {'itemid': '50206', 'clock': '1750899991', 'value': '0', 'ns': '108769632'},
  {'itemid': '50206', 'clock': '1750900171', 'value': '0', 'ns': '420409729'},
  {'itemid': '50206', 'clock': '1750900351', 'value': '0', 'ns': '582789933'},
  {'itemid': '50206', 'clock': '1750900531', 'value': '0', 'ns': '863814918'},
  {'itemid': '50206', 'clock': '1750900711', 'value': '0', 'ns': '110532380'},
  {'itemid': '50206', 'clock': '1750900891', 'value': '0', 'ns': '339141013'},
  {'itemid': '50206', 'clock': '1750901071', 'value': '0', 'ns': '569262231'},
  {'itemid': '50206', 'clock': '1750901251', 'value': '0', 'ns': '833798330'},
  {'itemid': '50206', 'clock': '1750901431', 'value': '0', 'ns': '93190046'},
  {'itemid': '50206', 'clock': '1750901611', 'value': '0', 'ns': '325057457'},
  {'itemid': '50206', 'clock': '1750901791', 'value': '0', 'ns': '603235505'},
  {'itemid': '50206', 'clock': '1750901971', 'value': '0', 'ns': '848858094'},
  {'itemid': '50206', 'clock': '1750902151', 'value': '0', 'ns': '134114404'},
  {'itemid': '50206', 'clock': '1750902331', 'value': '0', 'ns': '597353010'},
  {'itemid': '50206', 'clock': '1750902511', 'value': '0', 'ns': '654223370'},
  {'itemid': '50206', 'clock': '1750902691', 'value': '0', 'ns': '929174560'},
  {'itemid': '50206', 'clock': '1750902871', 'value': '0', 'ns': '208012831'},
  {'itemid': '50206', 'clock': '1750903051', 'value': '0', 'ns': '460771291'},
  {'itemid': '50206', 'clock': '1750903231', 'value': '0', 'ns': '763021590'},
  {'itemid': '50206', 'clock': '1750903411', 'value': '0', 'ns': '109247546'},
  {'itemid': '50206', 'clock': '1750903591', 'value': '0', 'ns': '355987374'},
  {'itemid': '50206', 'clock': '1750903771', 'value': '0', 'ns': '792611216'},
  {'itemid': '50206', 'clock': '1750903951', 'value': '0', 'ns': '263836048'},
  {'itemid': '50206', 'clock': '1750904131', 'value': '0', 'ns': '305945472'},
  {'itemid': '50206', 'clock': '1750904311', 'value': '0', 'ns': '335198400'},
  {'itemid': '50206', 'clock': '1750904491', 'value': '0', 'ns': '725315277'},
  {'itemid': '50206', 'clock': '1750904672', 'value': '0', 'ns': '4648384'},
  {'itemid': '50206', 'clock': '1750904851', 'value': '0', 'ns': '313241536'},
  {'itemid': '50206', 'clock': '1750905031', 'value': '0', 'ns': '759310692'},
  {'itemid': '50206', 'clock': '1750905211', 'value': '0', 'ns': '738366440'},
  {'itemid': '50206', 'clock': '1750905391', 'value': '0', 'ns': '358422625'},
  {'itemid': '50206', 'clock': '1750905571', 'value': '0', 'ns': '208960548'},
  {'itemid': '50206', 'clock': '1750905751', 'value': '0', 'ns': '502026987'},
  {'itemid': '50206', 'clock': '1750905932', 'value': '0', 'ns': '42388167'},
  {'itemid': '50206', 'clock': '1750906111', 'value': '0', 'ns': '141240322'},
  {'itemid': '50206', 'clock': '1750906291', 'value': '0', 'ns': '131956763'},
  {'itemid': '50206', 'clock': '1750906471', 'value': '0', 'ns': '554818423'},
  {'itemid': '50206', 'clock': '1750906651', 'value': '0', 'ns': '890765345'},
  {'itemid': '50206', 'clock': '1750906831', 'value': '0', 'ns': '319790506'},
  {'itemid': '50206', 'clock': '1750907011', 'value': '0', 'ns': '439930471'},
  {'itemid': '50206', 'clock': '1750907191', 'value': '0', 'ns': '745620669'},
  {'itemid': '50206', 'clock': '1750907371', 'value': '0', 'ns': '194247570'},
  {'itemid': '50206', 'clock': '1750907551', 'value': '0', 'ns': '194973870'},
  {'itemid': '50206', 'clock': '1750907731', 'value': '0', 'ns': '608767389'},
  {'itemid': '50206', 'clock': '1750907911', 'value': '0', 'ns': '735629419'},
  {'itemid': '50206', 'clock': '1750908091', 'value': '0', 'ns': '278906999'},
  {'itemid': '50206', 'clock': '1750908271', 'value': '0', 'ns': '228026411'},
  {'itemid': '50206', 'clock': '1750908451', 'value': '0', 'ns': '619073996'},
  {'itemid': '50206', 'clock': '1750908632', 'value': '0', 'ns': '11922812'},
  {'itemid': '50206', 'clock': '1750908811', 'value': '0', 'ns': '164475157'},
  {'itemid': '50206', 'clock': '1750908991', 'value': '0', 'ns': '308466018'},
  {'itemid': '50206', 'clock': '1750909171', 'value': '0', 'ns': '637722128'},
  {'itemid': '50206', 'clock': '1750909351', 'value': '0', 'ns': '817279328'},
  {'itemid': '50206', 'clock': '1750909531', 'value': '0', 'ns': '369562840'},
  {'itemid': '50206', 'clock': '1750909711', 'value': '0', 'ns': '300356578'},
  {'itemid': '50206', 'clock': '1750909891', 'value': '0', 'ns': '559924000'},
  {'itemid': '50206', 'clock': '1750910071', 'value': '0', 'ns': '841765540'},
  {'itemid': '50206', 'clock': '1750910251', 'value': '0', 'ns': '105939779'},
  {'itemid': '50206', 'clock': '1750910431', 'value': '0', 'ns': '421474927'},
  {'itemid': '50206', 'clock': '1750910611', 'value': '0', 'ns': '407708216'},
  {'itemid': '50206', 'clock': '1750910791', 'value': '0', 'ns': '821777505'},
  {'itemid': '50206', 'clock': '1750910971', 'value': '0', 'ns': '136464367'},
  {'itemid': '50206', 'clock': '1750911151', 'value': '0', 'ns': '281635921'},
  {'itemid': '50206', 'clock': '1750911331', 'value': '0', 'ns': '626821735'},
  {'itemid': '50206', 'clock': '1750911511', 'value': '0', 'ns': '836870671'},
  {'itemid': '50206', 'clock': '1750911691', 'value': '0', 'ns': '99963762'},
  {'itemid': '50206', 'clock': '1750911871', 'value': '0', 'ns': '304322478'},
  {'itemid': '50206', 'clock': '1750912051', 'value': '0', 'ns': '569020444'},
  {'itemid': '50206', 'clock': '1750912232', 'value': '0', 'ns': '79236700'},
  {'itemid': '50206', 'clock': '1750912411', 'value': '0', 'ns': '228375236'},
  {'itemid': '50206', 'clock': '1750912591', 'value': '0', 'ns': '172310625'},
  {'itemid': '50206', 'clock': '1750912771', 'value': '0', 'ns': '548016837'},
  {'itemid': '50206', 'clock': '1750912951', 'value': '0', 'ns': '787155835'},
  {'itemid': '50206', 'clock': '1750913131', 'value': '0', 'ns': '345153108'},
  {'itemid': '50206', 'clock': '1750913311', 'value': '0', 'ns': '279354225'},
  {'itemid': '50206', 'clock': '1750913491', 'value': '0', 'ns': '572126256'},
  {'itemid': '50206', 'clock': '1750913671', 'value': '0', 'ns': '943276415'},
  {'itemid': '50206', 'clock': '1750913851', 'value': '0', 'ns': '115047963'},
  {'itemid': '50206', 'clock': '1750914031', 'value': '0', 'ns': '413837570'},
  {'itemid': '50206', 'clock': '1750914211', 'value': '0', 'ns': '737584520'},
  {'itemid': '50206', 'clock': '1750914391', 'value': '0', 'ns': '188418928'},
  {'itemid': '50206', 'clock': '1750914571', 'value': '0', 'ns': '245084915'},
  {'itemid': '50206', 'clock': '1750914751', 'value': '0', 'ns': '522414866'},
  {'itemid': '50206', 'clock': '1750914931', 'value': '0', 'ns': '908090280'},
  {'itemid': '50206', 'clock': '1750915111', 'value': '0', 'ns': '240517074'},
  {'itemid': '50206', 'clock': '1750915291', 'value': '0', 'ns': '266066388'},
  {'itemid': '50206', 'clock': '1750915471', 'value': '0', 'ns': '519193633'},
  {'itemid': '50206', 'clock': '1750915651', 'value': '0', 'ns': '867697549'},
  {'itemid': '50206', 'clock': '1750915831', 'value': '0', 'ns': '221564008'},
  {'itemid': '50206', 'clock': '1750916011', 'value': '0', 'ns': '383980344'},
  {'itemid': '50206', 'clock': '1750916191', 'value': '0', 'ns': '659868079'},
  {'itemid': '50206', 'clock': '1750916371', 'value': '0', 'ns': '908176160'},
  {'itemid': '50206', 'clock': '1750916551', 'value': '0', 'ns': '111010310'},
  {'itemid': '50206', 'clock': '1750916731', 'value': '0', 'ns': '471542964'},
  {'itemid': '50206', 'clock': '1750916911', 'value': '0', 'ns': '641954864'},
  {'itemid': '50206', 'clock': '1750917091', 'value': '0', 'ns': '905876609'},
  {'itemid': '50206', 'clock': '1750917271', 'value': '0', 'ns': '161455924'},
  {'itemid': '50206', 'clock': '1750917451', 'value': '0', 'ns': '531091113'},
  {'itemid': '50206', 'clock': '1750917631', 'value': '0', 'ns': '787281818'},
  {'itemid': '50206', 'clock': '1750917811', 'value': '0', 'ns': '463115754'},
  {'itemid': '50206', 'clock': '1750917991', 'value': '0', 'ns': '92866293'},
  {'itemid': '50206', 'clock': '1750918171', 'value': '0', 'ns': '508151331'},
  {'itemid': '50206', 'clock': '1750918351', 'value': '0', 'ns': '129612090'},
  {'itemid': '50206', 'clock': '1750918531', 'value': '0', 'ns': '451804682'},
  {'itemid': '50206', 'clock': '1750918711', 'value': '0', 'ns': '369616768'},
  {'itemid': '50206', 'clock': '1750918891', 'value': '0', 'ns': '129372809'},
  {'itemid': '50206', 'clock': '1750919071', 'value': '0', 'ns': '567982718'},
  {'itemid': '50206', 'clock': '1750919251', 'value': '0', 'ns': '366489856'},
  {'itemid': '50206', 'clock': '1750919431', 'value': '0', 'ns': '322777060'},
  {'itemid': '50206', 'clock': '1750919611', 'value': '0', 'ns': '360830648'},
  {'itemid': '50206', 'clock': '1750919791', 'value': '0', 'ns': '775544152'},
  {'itemid': '50206', 'clock': '1750919971', 'value': '0', 'ns': '216158382'},
  {'itemid': '50206', 'clock': '1750920151', 'value': '0', 'ns': '355024881'},
  {'itemid': '50206', 'clock': '1750920331', 'value': '0', 'ns': '863171542'},
  {'itemid': '50206', 'clock': '1750920511', 'value': '0', 'ns': '191216961'},
  {'itemid': '50206', 'clock': '1750920691', 'value': '0', 'ns': '259954525'},
  {'itemid': '50206', 'clock': '1750920871', 'value': '0', 'ns': '302244757'},
  {'itemid': '50206', 'clock': '1750921051', 'value': '0', 'ns': '605538941'},
  {'itemid': '50206', 'clock': '1750921231', 'value': '0', 'ns': '911910149'},
  {'itemid': '50206', 'clock': '1750921411', 'value': '0', 'ns': '221517397'},
  {'itemid': '50206', 'clock': '1750921591', 'value': '0', 'ns': '441968901'},
  {'itemid': '50206', 'clock': '1750921771', 'value': '0', 'ns': '882186271'},
  {'itemid': '50206', 'clock': '1750921951', 'value': '0', 'ns': '209615074'},
  {'itemid': '50206', 'clock': '1750922131', 'value': '0', 'ns': '280958746'},
  {'itemid': '50206', 'clock': '1750922311', 'value': '0', 'ns': '542794566'},
  {'itemid': '50206', 'clock': '1750922491', 'value': '0', 'ns': '859643220'},
  {'itemid': '50206', 'clock': '1750922671', 'value': '0', 'ns': '136795466'},
  {'itemid': '50206', 'clock': '1750922851', 'value': '0', 'ns': '350864667'},
  {'itemid': '50206', 'clock': '1750923031', 'value': '0', 'ns': '689749994'},
  {'itemid': '50206', 'clock': '1750923211', 'value': '0', 'ns': '918264861'},
  {'itemid': '50206', 'clock': '1750923391', 'value': '0', 'ns': '114865583'},
  {'itemid': '50206', 'clock': '1750923571', 'value': '0', 'ns': '441672018'},
  {'itemid': '50206', 'clock': '1750923751', 'value': '0', 'ns': '751488983'},
  {'itemid': '50206', 'clock': '1750923931', 'value': '0', 'ns': '953381730'},
  {'itemid': '50206', 'clock': '1750924111', 'value': '0', 'ns': '117817428'},
  {'itemid': '50206', 'clock': '1750924291', 'value': '0', 'ns': '420662616'},
  {'itemid': '50206', 'clock': '1750924471', 'value': '0', 'ns': '688906899'},
  {'itemid': '50206', 'clock': '1750924651', 'value': '0', 'ns': '958468932'},
  {'itemid': '50206', 'clock': '1750924831', 'value': '0', 'ns': '244751907'},
  {'itemid': '50206', 'clock': '1750925011', 'value': '0', 'ns': '309234162'},
  {'itemid': '50206', 'clock': '1750925191', 'value': '0', 'ns': '157121065'},
  {'itemid': '50206', 'clock': '1750925371', 'value': '0', 'ns': '560219654'},
  {'itemid': '50206', 'clock': '1750925551', 'value': '0', 'ns': '240790904'},
  {'itemid': '50206', 'clock': '1750925731', 'value': '0', 'ns': '219681728'},
  {'itemid': '50206', 'clock': '1750925911', 'value': '0', 'ns': '418412433'},
  {'itemid': '50206', 'clock': '1750926091', 'value': '0', 'ns': '706255652'},
  {'itemid': '50206', 'clock': '1750926271', 'value': '0', 'ns': '237546010'},
  {'itemid': '50206', 'clock': '1750926451', 'value': '0', 'ns': '228792483'},
  {'itemid': '50206', 'clock': '1750926631', 'value': '0', 'ns': '888531189'},
  {'itemid': '50206', 'clock': '1750926811', 'value': '0', 'ns': '268772760'},
  {'itemid': '50206', 'clock': '1750926991', 'value': '0', 'ns': '269650558'},
  {'itemid': '50206', 'clock': '1750927171', 'value': '0', 'ns': '304513608'},
  {'itemid': '50206', 'clock': '1750927351', 'value': '0', 'ns': '624179464'},
  {'itemid': '50206', 'clock': '1750927531', 'value': '0', 'ns': '208542309'},
  {'itemid': '50206', 'clock': '1750927711', 'value': '0', 'ns': '285951305'},
  {'itemid': '50206', 'clock': '1750927891', 'value': '0', 'ns': '231287832'},
  {'itemid': '50206', 'clock': '1750928071', 'value': '0', 'ns': '579021149'},
  {'itemid': '50206', 'clock': '1750928251', 'value': '0', 'ns': '317057669'},
  {'itemid': '50206', 'clock': '1750928431', 'value': '0', 'ns': '173780092'},
  {'itemid': '50206', 'clock': '1750928611', 'value': '0', 'ns': '385294569'},
  {'itemid': '50206', 'clock': '1750928791', 'value': '0', 'ns': '129130997'},
  {'itemid': '50206', 'clock': '1750928971', 'value': '0', 'ns': '612500910'},
  {'itemid': '50206', 'clock': '1750929151', 'value': '0', 'ns': '111261251'},
  {'itemid': '50206', 'clock': '1750929331', 'value': '0', 'ns': '371503098'},
  {'itemid': '50206', 'clock': '1750929511', 'value': '0', 'ns': '665938988'},
  {'itemid': '50206', 'clock': '1750932211', 'value': '0', 'ns': '553284954'},
  {'itemid': '50206', 'clock': '1750932391', 'value': '0', 'ns': '840247883'},
  {'itemid': '50206', 'clock': '1750932571', 'value': '0', 'ns': '100089305'},
  {'itemid': '50206', 'clock': '1750932751', 'value': '0', 'ns': '397289578'},
  {'itemid': '50206', 'clock': '1750932931', 'value': '0', 'ns': '861902040'},
  {'itemid': '50206', 'clock': '1750933111', 'value': '0', 'ns': '140302676'},
  {'itemid': '50206', 'clock': '1750933291', 'value': '0', 'ns': '147378907'},
  {'itemid': '50206', 'clock': '1750933471', 'value': '0', 'ns': '401383297'},
  {'itemid': '50206', 'clock': '1750933651', 'value': '0', 'ns': '719931122'},
  {'itemid': '50206', 'clock': '1750933831', 'value': '0', 'ns': '311020931'},
  {'itemid': '50206', 'clock': '1750934011', 'value': '0', 'ns': '230062057'},
  {'itemid': '50206', 'clock': '1750934191', 'value': '0', 'ns': '489860835'},
  {'itemid': '50206', 'clock': '1750934371', 'value': '0', 'ns': '785519616'},
  {'itemid': '50206', 'clock': '1750934551', 'value': '0', 'ns': '152178873'},
  {'itemid': '50206', 'clock': '1750934731', 'value': '0', 'ns': '569947119'},
  {'itemid': '50206', 'clock': '1750934911', 'value': '0', 'ns': '655553232'},
  {'itemid': '50206', 'clock': '1750935091', 'value': '0', 'ns': '928737983'},
  {'itemid': '50206', 'clock': '1750935271', 'value': '0', 'ns': '216491820'},
  {'itemid': '50206', 'clock': '1750935451', 'value': '0', 'ns': '518982017'},
  {'itemid': '50206', 'clock': '1750935631', 'value': '0', 'ns': '816341229'},
  {'itemid': '50206', 'clock': '1750935811', 'value': '0', 'ns': '381520663'},
  {'itemid': '50206', 'clock': '1750935991', 'value': '0', 'ns': '382528957'},
  {'itemid': '50206', 'clock': '1750936171', 'value': '0', 'ns': '178510326'},
  {'itemid': '50206', 'clock': '1750936351', 'value': '0', 'ns': '149302351'},
  {'itemid': '50206', 'clock': '1750936531', 'value': '0', 'ns': '301219020'},
  {'itemid': '50206', 'clock': '1750936711', 'value': '0', 'ns': '589345063'},
  {'itemid': '50206', 'clock': '1750936891', 'value': '0', 'ns': '318919651'}],
 'id': 1}