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=4f1d8dc7988d9e2fa210e16953eec23ebf0049ee;hb=4568a372eb5a204e04d917213de03ec51f9110c1;hpb=0915a2e53675e6be583b4f112f56718855b1f2c9 diff --git a/osm_nbi/resources_to_operations.yml b/osm_nbi/resources_to_operations.yml index 4f1d8dc..07f6a8f 100644 --- a/osm_nbi/resources_to_operations.yml +++ b/osm_nbi/resources_to_operations.yml @@ -175,6 +175,8 @@ resources_to_operations: "PATCH /admin/v1/users/": "users:id:patch" + "GET /admin/v1/domains": "domains:get" + ################################################################################ #################################### Projects ################################## ################################################################################ @@ -231,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 ############################## ################################################################################ @@ -257,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 ################################ ################################################################################