HP VAN SDN Controller REST API Guide

List
configurations
GET/configs/{component}
for the given
component
List the
configurations
PUT/configs/{component}
for the given
component
Parse delete
the specified
DELETE/configs/{component}
configurations
for the given
component
(deleted
configuration
items will
revert to their
default values)
List all apps
deployed on
this controller
GET/appsApps
Deploy a new
app to staging
POST/apps
to run on the
HP VAN SDN
Controller
Undeploy an
app
DELETE/apps/{app_uid}
Redeploy an
app to staging
PUT/apps/{app_uid}Apps
Get app
information
GET/apps/{app_uid}
(like vendor,
version, etc…)
Take an action
(install/start/stop)
POST/apps/{app_uid}/action
on the given
app
Get app healthGET/apps/{app_uid}/health
Monitor app
health
HEAD/apps/{app_uid}/health
Get team log
files
GET/logsLogs
Get local log
files
GET/logs/local
Export team
audit logs
user, activity,
start, end
GET/auditlogAudit Logs
List of all
controllers
ipGET/systemsSystems
Get info on a
controller
GET/systems/{system_uid}
Update the IP
address of a
PUT/systems/{system_uid}
9