HP VAN SDN Controller REST API Guide

3 "ports": [ 3, 5, 7 ]
4 }]}
Sample response
1 {"lldp_suppressed": [{
2 "dpid": "00:00:00:00:00:00:00:02",
3 "ports": [ 3, 5, 7 ]
4 }]}
Response codes
Normal: Created (201)
Error: Bad Request (400), Unauthorized (401), Not Found (404), Service Unavailable (503)
Remove port(s) from LLDP-suppressed list
Sample request
Delete the given port(s) from the LLDP-suppressed port list (bulk delete):
DELETE /sdn/v2.0/net/lldp
Sample request body:
1 {"lldp_suppressed": [{
2 "dpid": "00:00:00:00:00:00:00:02",
3 "ports": [ 3, 5, 7 ]
4 }]}
Sample response
There is no response data.
Response codes
Normal: No Content(204)
Error: Unauthorized (401), Not Found (404), Service Unavailable (503)
Diagnostics
Diag/observations
Get observation post info
Sample request
List all observations:
GET /sdn/v2.0/diag/observations
List all observations by the specified packet identifier:
GET /sdn/v2.0/diag/observations?packet_uid="2"
List all observations by the specified packet type:
GET /sdn/v2.0/diag/observations?packet_type="TCP"
There is no request body for this API.
72 /sdn/v2.0/net