HP VAN SDN Controller REST API Guide

2 Controller REST API list
OF
version
CommentsQuery
parameters
VerbURINounBase URI
List all
available API
GET{base_uri}Versions/sdn/v2.0
versions on this
controller
List all
documentation
GET{base_uri}/{api}
available for
this API
Get a report of
support
information
id, fieldsGET/supportSupport
List all licenseskeyGET/licensesLicensing
Add a licensePOST/licenses
Get install idGET/licenses/installid
Get license
info with the
GET/licenses/{sno}
given serial
number (sno)
Perform an
action
POST/licenses/{sno}/action
(deactivate) on
the license with
the given serial
number
Check if a
product/app is
licensed or not
product_idGET/licenses/islicensed
Get license
compliance
product_id,
metric_id
GET/licenses/compliance
level (0 to 1)
for a product
id and a metric
id. The
resulting
compliance
level will be in
the range 0 to
1.0, where 1.0
is fully
compliant and
0 is not
licensed. Any
other fraction
between the
range is
nothing but
partially
complaint
List all
configurations
GET/configsConfig
8 Controller REST API list