HP VAN SDN Controller REST API Guide

Get info on a
listener
GET/alerts/listeners/ {listener_uid}
Remove a
listener
DELETE/alerts/listeners/ {listener_uid}
Update a
listener
PUT/alerts/listeners/ {listener_uid}
List the names
and IDs of all
GET/metrics/appsMetrics
applications
that have
metrics
persisted on
the system
List all primary
tags based on
app_id, name,
secondary_tag
GET/metrics/primaries
the query
parameters
List all
secondary tags
app_id, name,
primary_tag
GET/metrics/secondaries
based on the
query
parameters
List all metric
names based
app_id, name,
secondary_tag
GET/metrics/names
on the query
parameters
List all metrics
based on the
app_id, name,
primary_tag,
secondary_tag
GET/metrics
query
parameters
List detail of
the metric
GET/metrics/{metric_uid}
Return the
values of the
GET/metrics/{metric_uid}/ values
specified
metric
1.0,1.3Controller
traffic stats.
GET/statsStats
Return a list of
stats from all
controllers
within the
team. Stats
are: Packet_in
bytes/packets;
Packet_out
bytes/packets;
Controller
dropped
packets (i.e.
packet_in with
no packet_out
or flow_mod)
1.0,1.3List stats for all
ports
(ofp_port_stats)
dpid, port_idGET/stats/ports
11