X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fresources_to_operations.yml;h=07f6a8fb32b9da28227fdf20df4323b01fe1f446;hp=752042000a14b039dbe08399123a403fe9e91f6d;hb=786aeddab7b7491a139c958ecec6439bee5da83a;hpb=12eac3c4ea2f1c35f746543922b6d8e02e25f480 diff --git a/osm_nbi/resources_to_operations.yml b/osm_nbi/resources_to_operations.yml index 7520420..07f6a8f 100644 --- a/osm_nbi/resources_to_operations.yml +++ b/osm_nbi/resources_to_operations.yml @@ -233,6 +233,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 +273,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 ################################ ################################################################################