-
Notifications
You must be signed in to change notification settings - Fork 5
Service descriptor APIs
curl -X GET -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/complex-services
curl -X POST -H "Content-Type: application/json" -d "@<nsd_file_name>.json" http://<Pishahang_IP>:4002/catalogues/api/v2/complex-services
curl -X DELETE -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/complex-services/<Service_UUID>
curl -X GET -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/network-services
curl -X POST -H "Content-Type: application/json" -d "@<nsd_file_name>.json" http://<Pishahang_IP>:4002/catalogues/api/v2/network-services
curl -X DELETE -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/network-services/<Service_UUID>
curl -X GET -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/vnfs
curl -X POST -H "Content-Type: application/json" -d "@<vnfd_file_name>.json" http://<Pishahang_IP>:4002/catalogues/api/v2/vnfs
curl -X DELETE -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/vnfs/<VNF_UUID>
curl -X GET -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/csds
curl -X POST -H "Content-Type: application/json" -d "@<cnfd_file_name>.json" http://<Pishahang_IP>:4002/catalogues/api/v2/csds
curl -X DELETE -H "Content-Type: application/json" http://<Pishahang_IP>:4002/catalogues/api/v2/csds/<CNF_UUID>