404
edits
Line 83: | Line 83: | ||
"load", | "load", | ||
"processing" | "processing" | ||
] | |||
} | |||
</pre> | |||
This allows you to query for example for all modules that are available for a specific release of the Allegro: | |||
<pre> | |||
$ curl --silent -k -u 'admin:allegro' 'https://allegro-mm-XXXX/API/stats/modules' -X OPTIONS | |||
{ | |||
"subResources": [ | |||
"pppoe", | |||
"lldp", | |||
"groups", | |||
"mpls", | |||
"opc_ua", | |||
"quality", | |||
"ipsec", | |||
"profinet", | |||
"multicast", | |||
"burst_analysis", | |||
"global_incidents", | |||
"ptp", | |||
"ntp", | |||
"icmp", | |||
"stp", | |||
"sip", | |||
"smb", | |||
"dpa", | |||
"l4_ports", | |||
"netbios", | |||
"crt", | |||
"dpi", | |||
"http", | |||
"ssl", | |||
"dns", | |||
"dhcp", | |||
"location", | |||
"qos", | |||
"ip", | |||
"mac_protocols", | |||
"vlan", | |||
"arp", | |||
"packet_size", | |||
"mac", | |||
"capture" | |||
] | ] | ||
} | } |
edits