HP VAN SDN Controller REST API Guide
"rel": "describedBy",
"type": "text/html"
}
],
"status": "CURRENT"
}
}
Response codes
• Normal: OK (200)
• Error: Not Found (404), Service Unavailable (503)
Support
REST API: /sdn/v2.0/support
Sample request
Get a full support report:
GET /sdn/v2.0/support
Get a support report for a specific ID:
GET /sdn/v2.0/support?id="artifact"
Get a support report for all IDs, but show only "title" and "content" fields:
GET /sdn/v2.0/support?fields="title,content"
Get a support report for the ID of "artifact", but show only "title" and "content" fields:
GET /sdn/v2.0/support?id="artifact"&fields="title,content"
There is no request body for this API.
Sample response
The response includes a support report for all IDs and all fields.
{
"support_report": [
{
"content": [
"Alert-Topics: licensing, of_controller, of_controller_link, of_controller_pathdiag, teaming",
"Alert-Count: 13",
"Data Retention Age Out: 14 days",
"Data Trim Interval: 24 hours",
"Data Trim Enabled: true",
"Last trim conducted at: Wed Oct 16 14:15:07 PDT 2013"
],
"id": "alert",
"title": "Alert Framework"
},
{
"content": [
"No registered alert topic listeners"
],
"id": "alert_listener",
"title": "Alert Topic Listener"
},
{
"content": [
"Installed Applications: 6",
"Path Daemon, Version: 1.21.0.SNAPSHOT, State: ACTIVE",
"Node Manager, Version: 1.21.0.SNAPSHOT, State: ACTIVE",
"Path Diagnostics, Version: 1.21.0.SNAPSHOT, State: ACTIVE",
"Topology Manager, Version: 1.21.0.SNAPSHOT, State: ACTIVE",
16 /sdn/v2.0