...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
URL: https://<AAI host>:<AAI port>/aai/v14/network/pnfs/pnf/{pnfName}/p-interfaces?interface-name={ifName}&operational-status={status} Method: GET Resquest Body: { } Response Body: { "results" : [ { "p-interface" : { "interface-name":{ifName}", "network-ref": "some ref", "transparent": "some blue", "operational-status":"[status}", "speed-value" : "some speed", "relationship-list": "relationship" : [ { "related-to" : "logic-link", "related-link" :'url of logical-link", "relationship-data":[ "relationship-key" : "logical-link.link.name", "relationship-value"; "some name" ] } ] } ] } |
Service Instance Information
...
Queries
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
URL: https://<AAI host>:<AAI port>/aai/v14/network/network-resources/network-resource/{networkId}/pnfs/pnf/{pnfName}/p-interfaces?interface-name={ifName}&operational-status={status} Method: GET Request Body: { } Response Body: { "results": [ { "p-interface": { "interface-name": "{ifName}", "network-ref": "some ref", "transparent": "some value", "operational-status ": "{status}", "speed-value": "some speed", "relationship-list": { "relationship" : [ { "related-to": "vpn-binding", "related-link": "url of vpn-binding", "relationship-data": [ "relationship-key": "vpn-binding.vpn-id", "relationship-value": "some id" ] } ] } } } ] } |
...