NetflowDruidSnmpIfxTable 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/NetflowDruidSnmpIfxTable/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"serverip": {
"title": "Server IP",
"description": "snmpifxtable",
"type": "string"
},
"tag": {
"title": "Tag",
"description": "snmpifxtable",
"type": "string"
},
"ifname": {
"title": "Interface Name",
"description": "snmpifxtable",
"type": "string"
},
"ifhighspeed": {
"title": "Interface High Speed",
"description": "snmpifxtable",
"type": "string"
},
"ifindex": {
"title": "Interface Index",
"description": "snmpifxtable",
"type": "string"
},
"ifadminstatus": {
"title": "Interface Admin Status",
"description": "snmpifxtable",
"type": "string"
},
"ifoperstatus": {
"title": "Interface Oper Status",
"description": "snmpifxtable",
"type": "string"
},
"tag_ifname": {
"title": "Tag Interface Name",
"description": "snmpifxtable",
"type": "string"
},
"ifalias": {
"title": "Interface Alias",
"description": "snmpifxtable",
"type": "string"
},
"ifdescr": {
"title": "Interface Description",
"description": "snmpifxtable",
"type": "string"
},
"iftype": {
"title": "Interface Type",
"description": "snmpifxtable",
"type": "string"
},
"ifmtu": {
"title": "Interface MTU",
"description": "snmpifxtable",
"type": "string"
},
"ifspeed": {
"title": "Interface Speed",
"description": "snmpifxtable",
"type": "string"
},
"ifphysaddress": {
"title": "Interface Physical Address",
"description": "snmpifxtable",
"type": "string"
},
"IFINMULTICASTPKTS_METRIC_SUM": {
"title": "Inbound Multicast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFINBROADCASTPKTS_METRIC_SUM": {
"title": "Inbound Broadcast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFOUTMULTICASTPKTS_METRIC_SUM": {
"title": "Outbound Multicast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFOUTBROADCASTPKTS_METRIC_SUM": {
"title": "Outbound Broadcast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCINOCTETS_METRIC_SUM": {
"title": "High Capacity Inbound Octets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCINUCASTPKTS_METRIC_SUM": {
"title": "High Capacity Inbound Unicast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCINMULTICASTPKTS_METRIC_SUM": {
"title": "High Capacity Inbound Multicast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCINBROADCASTPKTS_METRIC_SUM": {
"title": "High Capacity Inbound Broadcast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCOUTOCTETS_METRIC_SUM": {
"title": "High Capacity Outbound Octets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCOUTUCASTPKTS_METRIC_SUM": {
"title": "High Capacity Outbound Unicast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCOUTMULTICASTPKTS_METRIC_SUM": {
"title": "High Capacity Outbound Multicast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFHCOUTBROADCASTPKTS_METRIC_SUM": {
"title": "High Capacity Outbound Broadcast Packets Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFINDISCARDS_METRIC_SUM": {
"title": "Inbound Discards Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFINERRORS_METRIC_SUM": {
"title": "Inbound Errors Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFINUNKNOWNPROTOS_METRIC_SUM": {
"title": "Inbound Unknown Protocols Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFOUTDISCARDS_METRIC_SUM": {
"title": "Outbound Discards Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFOUTERRORS_METRIC_SUM": {
"title": "Outbound Errors Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"IFOUTQLEN_METRIC_SUM": {
"title": "Outbound Queue Length Metric Sum",
"description": "snmpifxtable",
"type": "number"
},
"INBOUND_UTILIZATION_METRIC_MAX": {
"title": "Inbound Utilization Metric Max",
"description": "snmpifxtable",
"type": "number"
},
"INBOUND_THROUGHPUT_MBPS_METRIC_MAX": {
"title": "Inbound Throughput Mbps Metric Max",
"description": "snmpifxtable",
"type": "number"
},
"OUTBOUND_UTILIZATION_METRIC_MAX": {
"title": "Outbound Utilization Metric Max",
"description": "snmpifxtable",
"type": "number"
},
"OUTBOUND_THROUGHPUT_MBPS_METRIC_MAX": {
"title": "Outbound Throughput Mbps Metric Max",
"description": "snmpifxtable",
"type": "number"
}
},
"schema_version": "0.1"
}