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=d6943f4f035bf215e0466a132600ca7eb496a0f7;hpb=f0f026a5e2dc5fefd2f7db81325838884c1274e8;p=osm%2FNBI.git diff --git a/osm_nbi/resources_to_operations.yml b/osm_nbi/resources_to_operations.yml index d6943f4..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 ############################## ################################################################################