From 8d41d9631df8bde353b9ce67d666ba46e8e4172e Mon Sep 17 00:00:00 2001 From: jihoon-seo Date: Wed, 10 Nov 2021 06:54:31 +0000 Subject: [PATCH] Update Swagger REST API doc --- src/api/rest/docs/docs.go | 150 ++++++++++++++++----------------- src/api/rest/docs/swagger.json | 150 ++++++++++++++++----------------- src/api/rest/docs/swagger.yaml | 150 ++++++++++++++++----------------- 3 files changed, 225 insertions(+), 225 deletions(-) diff --git a/src/api/rest/docs/docs.go b/src/api/rest/docs/docs.go index a0ccc7a23..ab186a8c3 100644 --- a/src/api/rest/docs/docs.go +++ b/src/api/rest/docs/docs.go @@ -233,7 +233,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "List all registered ConnConfig", "responses": { @@ -268,7 +268,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "Get registered ConnConfig info", "parameters": [ @@ -347,7 +347,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] System management" ], "summary": "Inspect Resources (vNet, securityGroup, sshKey, vm) registered in CB-Tumblebug, CB-Spider, CSP", "parameters": [ @@ -393,7 +393,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "Load Common Resources from internal asset files", "responses": { @@ -422,7 +422,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup image", "parameters": [ @@ -468,7 +468,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup image list", "parameters": [ @@ -514,7 +514,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup spec", "parameters": [ @@ -560,7 +560,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup spec list", "parameters": [ @@ -820,7 +820,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Performance benchmarking (WIP)" + "[Infra service] MCIS Performance benchmarking (WIP)" ], "summary": "Run MCIS benchmark for a single performance metric and return results", "parameters": [ @@ -904,7 +904,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Performance benchmarking (WIP)" + "[Infra service] MCIS Performance benchmarking (WIP)" ], "summary": "Run MCIS benchmark for all performance metrics and return results", "parameters": [ @@ -966,7 +966,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Remote command" + "[Infra service] MCIS Remote command" ], "summary": "Send a command to specified MCIS", "parameters": [ @@ -1028,7 +1028,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Remote command" + "[Infra service] MCIS Remote command" ], "summary": "Send a command to specified VM", "parameters": [ @@ -1098,7 +1098,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Control lifecycle" + "[Infra service] MCIS Control lifecycle" ], "summary": "Control the lifecycle of MCIS (refine, suspend, resume, reboot, terminate)", "parameters": [ @@ -1165,7 +1165,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Control lifecycle" + "[Infra service] MCIS Control lifecycle" ], "summary": "Control the lifecycle of VM (suspend, resume, reboot, terminate)", "parameters": [ @@ -1229,7 +1229,7 @@ var doc = `{ } } }, - "/ns/{nsId}/defaultResouces": { + "/ns/{nsId}/defaultResources": { "delete": { "description": "Delete all Default Resource Objects in the given namespace", "consumes": [ @@ -1239,7 +1239,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Delete all Default Resource Objects in the given namespace", "parameters": [ @@ -1278,7 +1278,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Performance benchmarking (WIP)" + "[Infra service] MCIS Performance benchmarking (WIP)" ], "summary": "Install the benchmark agent to specified MCIS", "parameters": [ @@ -1330,7 +1330,7 @@ var doc = `{ } } }, - "/ns/{nsId}/loadDefaultResouce": { + "/ns/{nsId}/loadDefaultResource": { "get": { "description": "Load Default Resource from internal asset file", "consumes": [ @@ -1340,7 +1340,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Load Default Resource from internal asset file", "parameters": [ @@ -1399,7 +1399,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "List all MCISs or MCISs' ID", "parameters": [ @@ -1474,7 +1474,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create MCIS", "parameters": [ @@ -1526,7 +1526,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Delete all MCISs", "parameters": [ @@ -1574,7 +1574,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Get MCIS recommendation", "deprecated": true, @@ -1629,7 +1629,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Get MCIS object (option: status, vmID)", "parameters": [ @@ -1709,7 +1709,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Delete MCIS", "parameters": [ @@ -1765,7 +1765,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create VM in specified MCIS", "parameters": [ @@ -1827,7 +1827,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Get VM in specified MCIS", "parameters": [ @@ -1911,7 +1911,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Delete VM in specified MCIS", "parameters": [ @@ -1975,7 +1975,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create multiple VMs by VM group in specified MCIS", "parameters": [ @@ -2037,7 +2037,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create MCIS Dynamically", "parameters": [ @@ -2091,7 +2091,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Resource monitor (Developer)" + "[Infra service] MCIS Resource monitor (for developer)" ], "summary": "Install monitoring agent (CB-Dragonfly agent) to MCIS", "parameters": [ @@ -2153,7 +2153,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Resource monitor (Developer)" + "[Infra service] MCIS Resource monitor (for developer)" ], "summary": "Get monitoring data of specified MCIS for specified monitoring metric (cpu, memory, disk, network)", "parameters": [ @@ -2213,7 +2213,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "List all MCIS policies", "parameters": [ @@ -2256,7 +2256,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Delete all MCIS policies", "parameters": [ @@ -2295,7 +2295,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Get MCIS Policy", "parameters": [ @@ -2346,7 +2346,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Create MCIS Automation policy", "parameters": [ @@ -2406,7 +2406,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Delete MCIS Policy", "parameters": [ @@ -2453,7 +2453,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Fetch images", "parameters": [ @@ -2498,7 +2498,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Fetch specs", "parameters": [ @@ -2543,7 +2543,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Filter specs", "parameters": [ @@ -2596,7 +2596,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Filter specs by range", "parameters": [ @@ -2649,7 +2649,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "List all images or images' ID", "parameters": [ @@ -2716,7 +2716,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Register image", "parameters": [ @@ -2782,7 +2782,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Delete all images", "parameters": [ @@ -2828,7 +2828,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Get image", "parameters": [ @@ -2878,7 +2878,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Update image", "parameters": [ @@ -2937,7 +2937,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Delete image", "parameters": [ @@ -2983,7 +2983,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Search image", "parameters": [ @@ -3037,7 +3037,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "List all Security Groups or Security Groups' ID", "parameters": [ @@ -3104,7 +3104,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Create Security Group", "parameters": [ @@ -3156,7 +3156,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Delete all Security Groups", "parameters": [ @@ -3202,7 +3202,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Get Security Group", "parameters": [ @@ -3252,7 +3252,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Delete Security Group", "parameters": [ @@ -3298,7 +3298,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "List all specs or specs' ID", "parameters": [ @@ -3365,7 +3365,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Register spec", "parameters": [ @@ -3431,7 +3431,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Delete all specs", "parameters": [ @@ -3477,7 +3477,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Get spec", "parameters": [ @@ -3527,7 +3527,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Update spec", "parameters": [ @@ -3586,7 +3586,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Delete spec", "parameters": [ @@ -3632,7 +3632,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "List all SSH Keys or SSH Keys' ID", "parameters": [ @@ -3699,7 +3699,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Create SSH Key", "parameters": [ @@ -3751,7 +3751,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Delete all SSH Keys", "parameters": [ @@ -3797,7 +3797,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Get SSH Key", "parameters": [ @@ -3847,7 +3847,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Delete SSH Key", "parameters": [ @@ -3893,7 +3893,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "List all VNets or VNets' ID", "parameters": [ @@ -3960,7 +3960,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Create VNet", "parameters": [ @@ -4012,7 +4012,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Delete all VNets", "parameters": [ @@ -4058,7 +4058,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Get VNet", "parameters": [ @@ -4108,7 +4108,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Delete VNet", "parameters": [ @@ -4154,7 +4154,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Create Subnet", "parameters": [ @@ -4208,7 +4208,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Delete Subnet", "parameters": [ @@ -4254,7 +4254,7 @@ var doc = `{ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Recommend MCIS plan (filter and priority)", "parameters": [ @@ -4482,7 +4482,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "List all registered regions", "responses": { @@ -4517,7 +4517,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "Get registered region info", "parameters": [ @@ -4596,7 +4596,7 @@ var doc = `{ "application/json" ], "tags": [ - "[Admin] System management" + "[Infra resource] MCIR Common" ], "summary": "Check resources' existence", "parameters": [ diff --git a/src/api/rest/docs/swagger.json b/src/api/rest/docs/swagger.json index b6a22a2bf..c52c9594d 100644 --- a/src/api/rest/docs/swagger.json +++ b/src/api/rest/docs/swagger.json @@ -219,7 +219,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "List all registered ConnConfig", "responses": { @@ -254,7 +254,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "Get registered ConnConfig info", "parameters": [ @@ -333,7 +333,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] System management" ], "summary": "Inspect Resources (vNet, securityGroup, sshKey, vm) registered in CB-Tumblebug, CB-Spider, CSP", "parameters": [ @@ -379,7 +379,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "Load Common Resources from internal asset files", "responses": { @@ -408,7 +408,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup image", "parameters": [ @@ -454,7 +454,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup image list", "parameters": [ @@ -500,7 +500,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup spec", "parameters": [ @@ -546,7 +546,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Lookup spec list", "parameters": [ @@ -806,7 +806,7 @@ "application/json" ], "tags": [ - "[MCIS] Performance benchmarking (WIP)" + "[Infra service] MCIS Performance benchmarking (WIP)" ], "summary": "Run MCIS benchmark for a single performance metric and return results", "parameters": [ @@ -890,7 +890,7 @@ "application/json" ], "tags": [ - "[MCIS] Performance benchmarking (WIP)" + "[Infra service] MCIS Performance benchmarking (WIP)" ], "summary": "Run MCIS benchmark for all performance metrics and return results", "parameters": [ @@ -952,7 +952,7 @@ "application/json" ], "tags": [ - "[MCIS] Remote command" + "[Infra service] MCIS Remote command" ], "summary": "Send a command to specified MCIS", "parameters": [ @@ -1014,7 +1014,7 @@ "application/json" ], "tags": [ - "[MCIS] Remote command" + "[Infra service] MCIS Remote command" ], "summary": "Send a command to specified VM", "parameters": [ @@ -1084,7 +1084,7 @@ "application/json" ], "tags": [ - "[MCIS] Control lifecycle" + "[Infra service] MCIS Control lifecycle" ], "summary": "Control the lifecycle of MCIS (refine, suspend, resume, reboot, terminate)", "parameters": [ @@ -1151,7 +1151,7 @@ "application/json" ], "tags": [ - "[MCIS] Control lifecycle" + "[Infra service] MCIS Control lifecycle" ], "summary": "Control the lifecycle of VM (suspend, resume, reboot, terminate)", "parameters": [ @@ -1215,7 +1215,7 @@ } } }, - "/ns/{nsId}/defaultResouces": { + "/ns/{nsId}/defaultResources": { "delete": { "description": "Delete all Default Resource Objects in the given namespace", "consumes": [ @@ -1225,7 +1225,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Delete all Default Resource Objects in the given namespace", "parameters": [ @@ -1264,7 +1264,7 @@ "application/json" ], "tags": [ - "[MCIS] Performance benchmarking (WIP)" + "[Infra service] MCIS Performance benchmarking (WIP)" ], "summary": "Install the benchmark agent to specified MCIS", "parameters": [ @@ -1316,7 +1316,7 @@ } } }, - "/ns/{nsId}/loadDefaultResouce": { + "/ns/{nsId}/loadDefaultResource": { "get": { "description": "Load Default Resource from internal asset file", "consumes": [ @@ -1326,7 +1326,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Infra resource] MCIR Common" ], "summary": "Load Default Resource from internal asset file", "parameters": [ @@ -1385,7 +1385,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "List all MCISs or MCISs' ID", "parameters": [ @@ -1460,7 +1460,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create MCIS", "parameters": [ @@ -1512,7 +1512,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Delete all MCISs", "parameters": [ @@ -1560,7 +1560,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Get MCIS recommendation", "deprecated": true, @@ -1615,7 +1615,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Get MCIS object (option: status, vmID)", "parameters": [ @@ -1695,7 +1695,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Delete MCIS", "parameters": [ @@ -1751,7 +1751,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create VM in specified MCIS", "parameters": [ @@ -1813,7 +1813,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Get VM in specified MCIS", "parameters": [ @@ -1897,7 +1897,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Delete VM in specified MCIS", "parameters": [ @@ -1961,7 +1961,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create multiple VMs by VM group in specified MCIS", "parameters": [ @@ -2023,7 +2023,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Create MCIS Dynamically", "parameters": [ @@ -2077,7 +2077,7 @@ "application/json" ], "tags": [ - "[MCIS] Resource monitor (Developer)" + "[Infra service] MCIS Resource monitor (for developer)" ], "summary": "Install monitoring agent (CB-Dragonfly agent) to MCIS", "parameters": [ @@ -2139,7 +2139,7 @@ "application/json" ], "tags": [ - "[MCIS] Resource monitor (Developer)" + "[Infra service] MCIS Resource monitor (for developer)" ], "summary": "Get monitoring data of specified MCIS for specified monitoring metric (cpu, memory, disk, network)", "parameters": [ @@ -2199,7 +2199,7 @@ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "List all MCIS policies", "parameters": [ @@ -2242,7 +2242,7 @@ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Delete all MCIS policies", "parameters": [ @@ -2281,7 +2281,7 @@ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Get MCIS Policy", "parameters": [ @@ -2332,7 +2332,7 @@ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Create MCIS Automation policy", "parameters": [ @@ -2392,7 +2392,7 @@ "application/json" ], "tags": [ - "[MCIS] Auto control policy management (WIP)" + "[Infra service] MCIS Auto control policy management (WIP)" ], "summary": "Delete MCIS Policy", "parameters": [ @@ -2439,7 +2439,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Fetch images", "parameters": [ @@ -2484,7 +2484,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Fetch specs", "parameters": [ @@ -2529,7 +2529,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Filter specs", "parameters": [ @@ -2582,7 +2582,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Filter specs by range", "parameters": [ @@ -2635,7 +2635,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "List all images or images' ID", "parameters": [ @@ -2702,7 +2702,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Register image", "parameters": [ @@ -2768,7 +2768,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Delete all images", "parameters": [ @@ -2814,7 +2814,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Get image", "parameters": [ @@ -2864,7 +2864,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Update image", "parameters": [ @@ -2923,7 +2923,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Delete image", "parameters": [ @@ -2969,7 +2969,7 @@ "application/json" ], "tags": [ - "[MCIR] Image management" + "[Infra resource] MCIR Image management" ], "summary": "Search image", "parameters": [ @@ -3023,7 +3023,7 @@ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "List all Security Groups or Security Groups' ID", "parameters": [ @@ -3090,7 +3090,7 @@ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Create Security Group", "parameters": [ @@ -3142,7 +3142,7 @@ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Delete all Security Groups", "parameters": [ @@ -3188,7 +3188,7 @@ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Get Security Group", "parameters": [ @@ -3238,7 +3238,7 @@ "application/json" ], "tags": [ - "[MCIR] Security group management" + "[Infra resource] MCIR Security group management" ], "summary": "Delete Security Group", "parameters": [ @@ -3284,7 +3284,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "List all specs or specs' ID", "parameters": [ @@ -3351,7 +3351,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Register spec", "parameters": [ @@ -3417,7 +3417,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Delete all specs", "parameters": [ @@ -3463,7 +3463,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Get spec", "parameters": [ @@ -3513,7 +3513,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Update spec", "parameters": [ @@ -3572,7 +3572,7 @@ "application/json" ], "tags": [ - "[MCIR] Spec management" + "[Infra resource] MCIR Spec management" ], "summary": "Delete spec", "parameters": [ @@ -3618,7 +3618,7 @@ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "List all SSH Keys or SSH Keys' ID", "parameters": [ @@ -3685,7 +3685,7 @@ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Create SSH Key", "parameters": [ @@ -3737,7 +3737,7 @@ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Delete all SSH Keys", "parameters": [ @@ -3783,7 +3783,7 @@ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Get SSH Key", "parameters": [ @@ -3833,7 +3833,7 @@ "application/json" ], "tags": [ - "[MCIR] Access key management" + "[Infra resource] MCIR Access key management" ], "summary": "Delete SSH Key", "parameters": [ @@ -3879,7 +3879,7 @@ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "List all VNets or VNets' ID", "parameters": [ @@ -3946,7 +3946,7 @@ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Create VNet", "parameters": [ @@ -3998,7 +3998,7 @@ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Delete all VNets", "parameters": [ @@ -4044,7 +4044,7 @@ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Get VNet", "parameters": [ @@ -4094,7 +4094,7 @@ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Delete VNet", "parameters": [ @@ -4140,7 +4140,7 @@ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Create Subnet", "parameters": [ @@ -4194,7 +4194,7 @@ "application/json" ], "tags": [ - "[MCIR] Network management" + "[Infra resource] MCIR Network management" ], "summary": "Delete Subnet", "parameters": [ @@ -4240,7 +4240,7 @@ "application/json" ], "tags": [ - "[MCIS] Provisioning management" + "[Infra service] MCIS Provisioning management" ], "summary": "Recommend MCIS plan (filter and priority)", "parameters": [ @@ -4468,7 +4468,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "List all registered regions", "responses": { @@ -4503,7 +4503,7 @@ "application/json" ], "tags": [ - "[Admin] Cloud environment management" + "[Admin] Multi-Cloud environment configuration" ], "summary": "Get registered region info", "parameters": [ @@ -4582,7 +4582,7 @@ "application/json" ], "tags": [ - "[Admin] System management" + "[Infra resource] MCIR Common" ], "summary": "Check resources' existence", "parameters": [ diff --git a/src/api/rest/docs/swagger.yaml b/src/api/rest/docs/swagger.yaml index 3aa8cffba..d34f8c8d3 100644 --- a/src/api/rest/docs/swagger.yaml +++ b/src/api/rest/docs/swagger.yaml @@ -1597,7 +1597,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Check resources' existence tags: - - '[Admin] System management' + - '[Infra resource] MCIR Common' /config: delete: consumes: @@ -1747,7 +1747,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all registered ConnConfig tags: - - '[Admin] Cloud environment management' + - '[Admin] Multi-Cloud environment configuration' /connConfig/{connConfigName}: get: consumes: @@ -1776,7 +1776,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get registered ConnConfig info tags: - - '[Admin] Cloud environment management' + - '[Admin] Multi-Cloud environment configuration' /health: get: consumes: @@ -1831,7 +1831,7 @@ paths: summary: Inspect Resources (vNet, securityGroup, sshKey, vm) registered in CB-Tumblebug, CB-Spider, CSP tags: - - '[Admin] Cloud environment management' + - '[Admin] System management' /loadCommonResource: get: consumes: @@ -1850,7 +1850,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Load Common Resources from internal asset files tags: - - '[Admin] Cloud environment management' + - '[Admin] Multi-Cloud environment configuration' /lookupImage: post: consumes: @@ -1880,7 +1880,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Lookup image tags: - - '[Admin] Cloud environment management' + - '[Infra resource] MCIR Common' /lookupImages: post: consumes: @@ -1910,7 +1910,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Lookup image list tags: - - '[Admin] Cloud environment management' + - '[Infra resource] MCIR Common' /lookupSpec: post: consumes: @@ -1940,7 +1940,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Lookup spec tags: - - '[Admin] Cloud environment management' + - '[Infra resource] MCIR Common' /lookupSpecs: post: consumes: @@ -1970,7 +1970,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Lookup spec list tags: - - '[Admin] Cloud environment management' + - '[Infra resource] MCIR Common' /ns: delete: consumes: @@ -2170,7 +2170,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Run MCIS benchmark for a single performance metric and return results tags: - - '[MCIS] Performance benchmarking (WIP)' + - '[Infra service] MCIS Performance benchmarking (WIP)' /ns/{nsId}/benchmarkAll/mcis/{mcisId}: post: consumes: @@ -2212,7 +2212,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Run MCIS benchmark for all performance metrics and return results tags: - - '[MCIS] Performance benchmarking (WIP)' + - '[Infra service] MCIS Performance benchmarking (WIP)' /ns/{nsId}/cmd/mcis/{mcisId}: post: consumes: @@ -2254,7 +2254,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Send a command to specified MCIS tags: - - '[MCIS] Remote command' + - '[Infra service] MCIS Remote command' /ns/{nsId}/cmd/mcis/{mcisId}/vm/{vmId}: post: consumes: @@ -2302,7 +2302,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Send a command to specified VM tags: - - '[MCIS] Remote command' + - '[Infra service] MCIS Remote command' /ns/{nsId}/control/mcis/{mcisId}: get: consumes: @@ -2350,7 +2350,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Control the lifecycle of MCIS (refine, suspend, resume, reboot, terminate) tags: - - '[MCIS] Control lifecycle' + - '[Infra service] MCIS Control lifecycle' /ns/{nsId}/control/mcis/{mcisId}/vm/{vmId}: get: consumes: @@ -2402,8 +2402,8 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Control the lifecycle of VM (suspend, resume, reboot, terminate) tags: - - '[MCIS] Control lifecycle' - /ns/{nsId}/defaultResouces: + - '[Infra service] MCIS Control lifecycle' + /ns/{nsId}/defaultResources: delete: consumes: - application/json @@ -2428,7 +2428,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all Default Resource Objects in the given namespace tags: - - '[Admin] Cloud environment management' + - '[Infra resource] MCIR Common' /ns/{nsId}/installBenchmarkAgent/mcis/{mcisId}: post: consumes: @@ -2470,8 +2470,8 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Install the benchmark agent to specified MCIS tags: - - '[MCIS] Performance benchmarking (WIP)' - /ns/{nsId}/loadDefaultResouce: + - '[Infra service] MCIS Performance benchmarking (WIP)' + /ns/{nsId}/loadDefaultResource: get: consumes: - application/json @@ -2511,7 +2511,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Load Default Resource from internal asset file tags: - - '[Admin] Cloud environment management' + - '[Infra resource] MCIR Common' /ns/{nsId}/mcis: delete: consumes: @@ -2543,7 +2543,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all MCISs tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' get: consumes: - application/json @@ -2591,7 +2591,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all MCISs or MCISs' ID tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' post: consumes: - application/json @@ -2626,7 +2626,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create MCIS tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /ns/{nsId}/mcis/{mcisId}: delete: consumes: @@ -2664,7 +2664,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete MCIS tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' get: consumes: - application/json @@ -2716,7 +2716,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: 'Get MCIS object (option: status, vmID)' tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /ns/{nsId}/mcis/{mcisId}/vm: post: consumes: @@ -2758,7 +2758,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create VM in specified MCIS tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /ns/{nsId}/mcis/{mcisId}/vm/{vmId}: delete: consumes: @@ -2802,7 +2802,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete VM in specified MCIS tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' get: consumes: - application/json @@ -2857,7 +2857,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get VM in specified MCIS tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /ns/{nsId}/mcis/{mcisId}/vmgroup: post: consumes: @@ -2899,7 +2899,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create multiple VMs by VM group in specified MCIS tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /ns/{nsId}/mcis/recommend: post: consumes: @@ -2936,7 +2936,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get MCIS recommendation tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /ns/{nsId}/mcisDynamic: post: consumes: @@ -2972,7 +2972,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create MCIS Dynamically tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /ns/{nsId}/monitoring/install/mcis/{mcisId}: post: consumes: @@ -3014,7 +3014,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Install monitoring agent (CB-Dragonfly agent) to MCIS tags: - - '[MCIS] Resource monitor (Developer)' + - '[Infra service] MCIS Resource monitor (for developer)' /ns/{nsId}/monitoring/mcis/{mcisId}/metric/{metric}: get: consumes: @@ -3057,7 +3057,7 @@ paths: summary: Get monitoring data of specified MCIS for specified monitoring metric (cpu, memory, disk, network) tags: - - '[MCIS] Resource monitor (Developer)' + - '[Infra service] MCIS Resource monitor (for developer)' /ns/{nsId}/policy/mcis: delete: consumes: @@ -3083,7 +3083,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all MCIS policies tags: - - '[MCIS] Auto control policy management (WIP)' + - '[Infra service] MCIS Auto control policy management (WIP)' get: consumes: - application/json @@ -3112,7 +3112,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all MCIS policies tags: - - '[MCIS] Auto control policy management (WIP)' + - '[Infra service] MCIS Auto control policy management (WIP)' /ns/{nsId}/policy/mcis/{mcisId}: delete: consumes: @@ -3144,7 +3144,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete MCIS Policy tags: - - '[MCIS] Auto control policy management (WIP)' + - '[Infra service] MCIS Auto control policy management (WIP)' get: consumes: - application/json @@ -3179,7 +3179,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get MCIS Policy tags: - - '[MCIS] Auto control policy management (WIP)' + - '[Infra service] MCIS Auto control policy management (WIP)' post: consumes: - application/json @@ -3220,7 +3220,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create MCIS Automation policy tags: - - '[MCIS] Auto control policy management (WIP)' + - '[Infra service] MCIS Auto control policy management (WIP)' /ns/{nsId}/resources/fetchImages: post: consumes: @@ -3250,7 +3250,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Fetch images tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' /ns/{nsId}/resources/fetchSpecs: post: consumes: @@ -3280,7 +3280,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Fetch specs tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' /ns/{nsId}/resources/filterSpecs: post: consumes: @@ -3315,7 +3315,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Filter specs tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' /ns/{nsId}/resources/filterSpecsByRange: post: consumes: @@ -3350,7 +3350,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Filter specs by range tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' /ns/{nsId}/resources/image: delete: consumes: @@ -3381,7 +3381,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all images tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' get: consumes: - application/json @@ -3423,7 +3423,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all images or images' ID tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' post: consumes: - application/json @@ -3467,7 +3467,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Register image tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' /ns/{nsId}/resources/image/{imageId}: delete: consumes: @@ -3498,7 +3498,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete image tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' get: consumes: - application/json @@ -3532,7 +3532,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get image tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' put: consumes: - application/json @@ -3572,7 +3572,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Update image tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' /ns/{nsId}/resources/searchImage: post: consumes: @@ -3608,7 +3608,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Search image tags: - - '[MCIR] Image management' + - '[Infra resource] MCIR Image management' /ns/{nsId}/resources/securityGroup: delete: consumes: @@ -3639,7 +3639,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all Security Groups tags: - - '[MCIR] Security group management' + - '[Infra resource] MCIR Security group management' get: consumes: - application/json @@ -3681,7 +3681,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all Security Groups or Security Groups' ID tags: - - '[MCIR] Security group management' + - '[Infra resource] MCIR Security group management' post: consumes: - application/json @@ -3716,7 +3716,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create Security Group tags: - - '[MCIR] Security group management' + - '[Infra resource] MCIR Security group management' /ns/{nsId}/resources/securityGroup/{securityGroupId}: delete: consumes: @@ -3747,7 +3747,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete Security Group tags: - - '[MCIR] Security group management' + - '[Infra resource] MCIR Security group management' get: consumes: - application/json @@ -3781,7 +3781,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get Security Group tags: - - '[MCIR] Security group management' + - '[Infra resource] MCIR Security group management' /ns/{nsId}/resources/spec: delete: consumes: @@ -3812,7 +3812,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all specs tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' get: consumes: - application/json @@ -3854,7 +3854,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all specs or specs' ID tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' post: consumes: - application/json @@ -3898,7 +3898,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Register spec tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' /ns/{nsId}/resources/spec/{specId}: delete: consumes: @@ -3929,7 +3929,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete spec tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' get: consumes: - application/json @@ -3963,7 +3963,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get spec tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' put: consumes: - application/json @@ -4003,7 +4003,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Update spec tags: - - '[MCIR] Spec management' + - '[Infra resource] MCIR Spec management' /ns/{nsId}/resources/sshKey: delete: consumes: @@ -4034,7 +4034,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all SSH Keys tags: - - '[MCIR] Access key management' + - '[Infra resource] MCIR Access key management' get: consumes: - application/json @@ -4076,7 +4076,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all SSH Keys or SSH Keys' ID tags: - - '[MCIR] Access key management' + - '[Infra resource] MCIR Access key management' post: consumes: - application/json @@ -4111,7 +4111,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create SSH Key tags: - - '[MCIR] Access key management' + - '[Infra resource] MCIR Access key management' /ns/{nsId}/resources/sshKey/{sshKeyId}: delete: consumes: @@ -4142,7 +4142,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete SSH Key tags: - - '[MCIR] Access key management' + - '[Infra resource] MCIR Access key management' get: consumes: - application/json @@ -4176,7 +4176,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get SSH Key tags: - - '[MCIR] Access key management' + - '[Infra resource] MCIR Access key management' /ns/{nsId}/resources/vNet: delete: consumes: @@ -4207,7 +4207,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete all VNets tags: - - '[MCIR] Network management' + - '[Infra resource] MCIR Network management' get: consumes: - application/json @@ -4249,7 +4249,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all VNets or VNets' ID tags: - - '[MCIR] Network management' + - '[Infra resource] MCIR Network management' post: consumes: - application/json @@ -4284,7 +4284,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create VNet tags: - - '[MCIR] Network management' + - '[Infra resource] MCIR Network management' /ns/{nsId}/resources/vNet/{vNetId}: delete: consumes: @@ -4315,7 +4315,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete VNet tags: - - '[MCIR] Network management' + - '[Infra resource] MCIR Network management' get: consumes: - application/json @@ -4349,7 +4349,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get VNet tags: - - '[MCIR] Network management' + - '[Infra resource] MCIR Network management' /ns/{nsId}/resources/vNet/{vNetId}/subnet: post: consumes: @@ -4385,7 +4385,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Create Subnet tags: - - '[MCIR] Network management' + - '[Infra resource] MCIR Network management' /ns/{nsId}/resources/vNet/{vNetId}/subnet/{subnetId}: delete: consumes: @@ -4416,7 +4416,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Delete Subnet tags: - - '[MCIR] Network management' + - '[Infra resource] MCIR Network management' /ns/{nsId}/testRecommendVm: post: consumes: @@ -4453,7 +4453,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Recommend MCIS plan (filter and priority) tags: - - '[MCIS] Provisioning management' + - '[Infra service] MCIS Provisioning management' /object: delete: consumes: @@ -4590,7 +4590,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: List all registered regions tags: - - '[Admin] Cloud environment management' + - '[Admin] Multi-Cloud environment configuration' /region/{regionName}: get: consumes: @@ -4619,7 +4619,7 @@ paths: $ref: '#/definitions/common.SimpleMsg' summary: Get registered region info tags: - - '[Admin] Cloud environment management' + - '[Admin] Multi-Cloud environment configuration' /swaggerActive: get: consumes: