Owner's Manual
Counter Resources and URIs
Table 38. Counter Resources and URIs
Counter Resource URI Description
System counter statistics
GET: sdnc/v1/counters/
system
Displays counter information for
switches and providers.
Switch aggregate statistics
GET: sdnc/v1/counters/
switches/*
Displays an array containing
aggregate packet, byte, and flow
statistics for each switch in the
infrastructure.
GET, DELETE: sdnc/v1/
counters/switches/
{switchID}
Displays or deletes the
information for the specified
switch, including aggregate
packet, byte, and flow statistics.
Switch port statistics
GET, DELETE: sdnc/v1/
counters/switchports/
*@{switchID}
Displays or deletes information
for transmit and receive statistics
for each port in the specified
switch.
GET, DELETE: sdnc/v1/
counters/switchports/
{portID}@{switchID}
Displays or deletes information
transmit and receive statistics for
the specified port on the
specified switch.
OFC Stats
GET: sdnc/v1/counters/
ofcstats/switches/*
Displays an array containing
statistics for OF messages for
each switch.
DELETE: sdnc/v1/counters/
ofcstats/switches/*
Clears all OF-related counters for
all switches.
GET: sdnc/v1/counters/
ofcstats/switches/
{switchID}
Displays statistics for OF
messages for the specified
switch.
DELETE: sdnc/v1/counters/
ofcstats/switches/
{switchID}
Clears all OF-related counters for
the specified switch.
Provider Counters
GET: sdnc/v1/counters/
providers/*
Displays provider statistics for
each provider.
GET: sdnc/v1/counters/
providers/{providerID}
Displays provider statistics for the
specified provider.
Tenant Counters
GET: sdnc/v1/counters/
tenants/*@{providerID}
Displays tenant statistics for the
specified provider.
64
REST APIs