X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fresources_to_operations.yml;h=3c5ba3d4648db345b6a851e734fb98ed158132aa;hp=4f1d8dc7988d9e2fa210e16953eec23ebf0049ee;hb=HEAD;hpb=0915a2e53675e6be583b4f112f56718855b1f2c9 diff --git a/osm_nbi/resources_to_operations.yml b/osm_nbi/resources_to_operations.yml index 4f1d8dc..3c5ba3d 100644 --- a/osm_nbi/resources_to_operations.yml +++ b/osm_nbi/resources_to_operations.yml @@ -131,8 +131,12 @@ resources_to_operations: "POST /nslcm/v1/ns_instances//action": "ns_instances:id:action:post" + "POST /nslcm/v1/ns_instances//update": "ns_instances:id:update:post" + "POST /nslcm/v1/ns_instances//scale": "ns_instances:id:scale:post" + "POST /nslcm/v1/ns_instances//migrate": "ns_instances:id:migrate:post" + "GET /nslcm/v1/ns_lcm_op_occs": "ns_instances:opps:get" "GET /nslcm/v1/ns_lcm_op_occs/": "ns_instances:opps:id:get" @@ -147,6 +151,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 #################################### ################################################################################ @@ -175,6 +185,8 @@ resources_to_operations: "PATCH /admin/v1/users/": "users:id:patch" + "GET /admin/v1/domains": "domains:get" + ################################################################################ #################################### Projects ################################## ################################################################################ @@ -231,6 +243,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 ############################## ################################################################################ @@ -257,20 +283,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 ################################ ################################################################################