Done
Details
Assignee
Byung-Woo JunByung-Woo JunReporter
Byung-Woo JunByung-Woo JunLabels
Priority
Medium
Details
Details
Assignee
Byung-Woo Jun
Byung-Woo JunReporter
Byung-Woo Jun
Byung-Woo JunLabels
Priority
Created March 11, 2019 at 7:07 PM
Updated August 12, 2023 at 4:46 AM
Resolved February 23, 2022 at 5:38 PM
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