tacker/tacker/api/views
Sheel Rana 2c68a0a84d Updated vnflcm api output with host-path
Currently vnflcm api operations do not return host-path
in their output inside '_links' href field.
For ex,
"_links": {
"self": {
"href":
    "/vnflcm/v1/vnf_instances/<vnf-instance>"
}
}

This patch updates '_links' href field in vnflcm api output
with host-path.
For ex,
"_links": {
"self": {
"href":
    "http://localhost:9890/vnflcm/v1/vnf_instances/<vnf-instance>"
}
}

*here "http://localhost:9890/" is just an example of host-path.

Related operations:
1. Creates a new VNF instance.
2. Show VNF Instance.
3. List VNF Instances.
4. Show VNF LCM operation occurrence.
5. List VNF LCM operation occurrences.

Co-Authored-By: Navum Gupta <navum.gupta@india.nec.com>

Closes-Bug: #1923360
Change-Id: I245cd2626fac1112d6a9fef3c51bf5ef6b679e05
2021-04-24 15:18:36 +00:00
..
__init__.py Support attribute filtering for GET /vnf_packages API 2020-04-23 10:17:45 +00:00
versions.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
vnf_lcm.py Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
vnf_lcm_op_occs.py Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
vnf_packages.py Remove 'vnf_packages' key from vnf package list response 2020-04-24 06:14:43 +00:00
vnf_subscriptions.py Support enhancement for Get Subscription List 2021-03-26 20:19:31 +09:00