NetflowSnmpIfXTable resource. The schema will be used to create data/ReporterResource instances, the description is used to store the table name of the associate field.
GET http://[host-proxy]/api/data/NetflowSnmpIfXTable/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"epochstamp": {
"title": "Epoch Timestamp",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"serverip": {
"title": "Server IP",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"tag": {
"title": "Tag",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"ifname": {
"title": "Interface Name",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"inbound_utilization": {
"title": "Inbound Utilization",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"inbound_throughput_mbps": {
"title": "Inbound Throughput (Mbps)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"outbound_utilization": {
"title": "Outbound Utilization",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"outbound_throughput_mbps": {
"title": "Outbound Throughput (Mbps)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifinmulticastpkts": {
"title": "Inbound Multicast Packets",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifinbroadcastpkts": {
"title": "Inbound Broadcast Packets",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifoutmulticastpkts": {
"title": "Outbound Multicast Packets",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifoutbroadcastpkts": {
"title": "Outbound Broadcast Packets",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcinoctets": {
"title": "Inbound Octets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcinucastpkts": {
"title": "Inbound Unicast Packets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcinmulticastpkts": {
"title": "Inbound Multicast Packets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcinbroadcastpkts": {
"title": "Inbound Broadcast Packets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcoutoctets": {
"title": "Outbound Octets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcoutucastpkts": {
"title": "Outbound Unicast Packets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcoutmulticastpkts": {
"title": "Outbound Multicast Packets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhcoutbroadcastpkts": {
"title": "Outbound Broadcast Packets (High Capacity)",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifhighspeed": {
"title": "Interface High Speed",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifindex": {
"title": "Interface Index",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"ifadminstatus": {
"title": "Interface Admin Status",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"ifoperstatus": {
"title": "Interface Operational Status",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"tag_ifname": {
"title": "Tag Interface Name",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"ifindiscards": {
"title": "Inbound Discards",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifinerrors": {
"title": "Inbound Errors",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifinunknownprotos": {
"title": "Inbound Unknown Protocols",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifoutdiscards": {
"title": "Outbound Discards",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifouterrors": {
"title": "Outbound Errors",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifalias": {
"title": "Interface Alias",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"ifdescr": {
"title": "Interface Description",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"iftype": {
"title": "Interface Type",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"ifmtu": {
"title": "Interface MTU",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifspeed": {
"title": "Interface Speed",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
},
"ifphysaddress": {
"title": "Interface Physical Address",
"description": "lxt_hpstack_snmpifxtable",
"type": "string"
},
"ifoutqlen": {
"title": "Outbound Queue Length",
"description": "lxt_hpstack_snmpifxtable",
"type": "number"
}
},
"schema_version": "0.1"
}