HP VAN SDN Controller REST API Guide

Apps
List apps
Sample request
List all apps:
GET /sdn/v2.0/apps
There is no request body for this API.
Sample response
{
"apps": [
{
"deployed": "2013-10-16T21:15:09.793Z",
"desc": "Path analysis",
"name": "Path Daemon",
"state": "ACTIVE",
"uid": "com.hp.sdn.ctl.path",
"vendor": "Hewlett-Packard",
"version": "1.21.0.SNAPSHOT"
},
{
"deployed": "2013-10-16T21:15:10.384Z",
"desc": "Node Management",
"name": "Node Manager",
"state": "ACTIVE",
"uid": "com.hp.sdn.ctl.nodemgr",
"vendor": "Hewlett-Packard",
"version": "1.21.0.SNAPSHOT"
},
{
"deployed": "2013-10-16T21:15:10.535Z",
"desc": "Path Diagnostic Utility",
"name": "Path Diagnostics",
"state": "ACTIVE",
"uid": "com.hp.sdn.ctl.diag",
"vendor": "Hewlett-Packard",
"version": "1.21.0.SNAPSHOT"
},
{
"deployed": "2013-10-16T21:15:10.238Z",
"desc": "Topology Management",
"name": "Topology Manager",
"state": "ACTIVE",
"uid": "com.hp.sdn.ctl.topo",
"vendor": "Hewlett-Packard",
"version": "1.21.0.SNAPSHOT"
},
{
"deployed": "2013-10-16T21:15:10.922Z",
"desc": "Topology Viewer",
"name": "Topology Viewer",
"state": "ACTIVE",
"uid": "com.hp.sdn.tvue",
"vendor": "Hewlett-Packard",
"version": "1.21.0.SNAPSHOT"
},
{
"deployed": "2013-10-16T21:15:10.688Z",
"desc": "Link Management",
"name": "Link Manager",
Apps 25