...
Investigate A&AI Interface, especially how to retrieve inventory, current list of xNF functions.
Documentation:
AAI REST API Documentation - Honolulu
How to retrieve current list of xNF functions from A&AI
...
?
Send Get request to this endpoint
...
Code Block | ||
---|---|---|
| ||
curl 'https://aai:8443{serverRoot}/aai/v23/network/pnfs' |
The above command returns a list of all the pnfs
...
pnfs.
Proof of Concept code:
The below is Proof Of Concept code and it is not production ready. With this code, we are able to retrieve list of network functions from A&AI.
...