Skip to content

Commit

Permalink
feat: 安全组管理相关接口文档-load balancer --story=121690059
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfan-njupt committed Jan 16, 2025
1 parent ae44785 commit 2184d40
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ POST /api/v1/cloud/security_groups/{security_group_id}/related_resources/bizs/li
123,
234
],
"clb": [
"load_balancer": [
123
]
}
Expand All @@ -47,7 +47,7 @@ POST /api/v1/cloud/security_groups/{security_group_id}/related_resources/bizs/li

#### data

| 参数名称 | 参数类型 | 描述 |
|------|-----------|------------------|
| cvm | int array | 安全组关联的CVM所属的业务列表 |
| clb | int array | 安全组关联的CLB所属的业务列表 |
| 参数名称 | 参数类型 | 描述 |
|---------------|-----------|----------------------------|
| cvm | int array | 安全组关联的CVM所属的业务列表 |
| load_balancer | int array | 安全组关联的load balancer所属的业务列表 |

0 comments on commit 2184d40

Please sign in to comment.