HP VAN SDN Controller REST API Guide
"uid": "d5704bb5-3415-484c-94d3-d57d1d334b2a"
}
]
}
Response codes
• Normal: OK (200)
• Error: Unauthorized (401), Not Found (404), Service Unavailable (503)
Alerts/topics
List alert topics
Sample request
List all alert topics:
GET /sdn/v2.0/alerts/topics
List all alert topics filtered by the given origin:
GET /sdn/v2.0/alerts/topics?org="sentinel"
There is no request body for this API.
Sample response
{
"alert_topics": [
{
"desc": "Alerts associated with license compliance",
"org": "compliance-manager",
"topic": "licensing"
},
{
"desc": "Alerts from the Controller",
"org": "OF-Controller",
"topic": "of_controller"
},
{
"desc": "Alerts associated with links",
"org": "OF-Controller",
"topic": "of_controller_link"
},
{
"desc": "Alerts associated with path diagnostic",
"org": "OF-Controller",
"topic": "of_controller_pathdiag"
},
{
"desc": "Alerts associated with controller teaming",
"org": "Controller-teaming",
"topic": "teaming"
}
]
}
Response codes
• Normal: OK (200)
• Error: Unauthorized (401), Not Found (404), Service Unavailable (503)
42 /sdn/v2.0