X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fresources_to_operations.yml;h=25092c74f0db10b79a4a3ffb0c7473cc787d1e22;hb=refs%2Fchanges%2F08%2F11908%2F11;hp=752042000a14b039dbe08399123a403fe9e91f6d;hpb=12eac3c4ea2f1c35f746543922b6d8e02e25f480;p=osm%2FNBI.git diff --git a/osm_nbi/resources_to_operations.yml b/osm_nbi/resources_to_operations.yml index 7520420..25092c7 100644 --- a/osm_nbi/resources_to_operations.yml +++ b/osm_nbi/resources_to_operations.yml @@ -147,6 +147,12 @@ resources_to_operations: "GET /nslcm/v1/vnfrs/": "vnf_instances:id:get" "GET /nslcm/v1/vnf_instances/": "vnf_instances:id:get" + "GET /vnflcm/v1/vnf_instances/": "vnflcm_instances:get" + "POST /vnflcm/v1/vnf_instances/": "vnflcm_instances:post" + + "GET /vnflcm/v1/vnf_instances/": "vnflcm_instances:id:get" + "DELETE /vnflcm/v1/vnf_instances/": "vnflcm_instances:id:delete" + ################################################################################ #################################### Tokens #################################### ################################################################################ @@ -233,6 +239,20 @@ resources_to_operations: "PATCH /admin/v1/k8sclusters/": "k8sclusters:id:patch" +################################################################################ +####################################### VCAs ################################### +################################################################################ + + "GET /admin/v1/vca": "vca:get" + + "POST /admin/v1/vca": "vca:post" + + "GET /admin/v1/vca/": "vca:id:get" + + "DELETE /admin/v1/vca/": "vca:id:delete" + + "PATCH /admin/v1/vca/": "vca:id:patch" + ################################################################################ ################################# K8s Repos ############################## ################################################################################ @@ -259,20 +279,6 @@ resources_to_operations: "PATCH /admin/v1/sdns/": "sdn_controllers:id:patch" -################################################################################ -##################################### WIMs ##################################### -################################################################################ - - "GET /admin/v1/wims": "wims:get" - - "POST /admin/v1/wims": "wims:post" - - "GET /admin/v1/wims/": "wims:id:get" - - "DELETE /admin/v1/wims/": "wims:id:delete" - - "PATCH /admin/v1/wims/": "wims:id:patch" - ################################################################################ ################################## WIM Accounts ################################ ################################################################################