HP VAN SDN Controller REST API Guide
non-teamed
controller
Take a given
action
POST/systems/{system_uid}/ action
(backup/restore)
on a controller
Retrieve
system's
GET/systems/{system_uid}/ backup
backup
information. If
download filter
is present, the
latest backup
image of the
system will be
returned. If
csum is
present, the
cksum file is
returned.
Upload a
backup image
POST/systems/{system_uid}/ backup
to the given
system
List device
regions
GET/regionsRegion
Create a new
device region
POST/regions
Get a device
region
GET/regions/{region_uid}
Update a
device region
PUT/regions/{region_uid}
Delete a
device region
DELETE/regions/{region_uid}
Get team
configuration
GET/teamTeam
Create/Form
new team
POST/team
Delete/disband
team
DELETE/team
Perform given
action
POST/team/action
(election) on
the team
Get backup
session info
GET/backups/{session_uid}Backup
List all alertsGET/alertsAlerts
List all alert
topics
orgGET/alerts/topics
List all listenersGET/alerts/listeners
Create a
listener to one
or more topics
POST/alerts/listeners
10 Controller REST API list