-
Story
-
Resolution: Done
-
Medium
-
None
-
None
SOL003 Adapter - VNF Instances Query Support
Add Support of Query
- SOL003 Adapter sends a query request for VNF instance(s) - multiple or selected VNF instance
- GET .../vnf_instances // multiple VNF instances
- GET .../vnf_instances/{VnfInstnaceId} // selected VNF instance
- SVNFM returns VNF Instance(s) in form of VnfInstance[] or VnfInstance
- 200 OK with VnfInstance[]
- 200 OK with VnfInstance
Precondition: VNF instance is created
Postcondition: SOL003 Adapter gets VnfInstance[] or VnfInstance