mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
31 lines
604 B
YAML
31 lines
604 B
YAML
secgroupId:
|
|
name: secgroupId
|
|
required: true
|
|
in: path
|
|
type: string
|
|
description: 安全组名称或者ID
|
|
|
|
scope:
|
|
name: scope
|
|
in: body
|
|
type: string
|
|
enum: [project, domain, system]
|
|
default: system
|
|
description: specify scope, either project, domain or system
|
|
|
|
shared_projects:
|
|
name: shared_projects
|
|
in: body
|
|
type: array
|
|
items:
|
|
type: string
|
|
example: test-project
|
|
description: 项目名称或ID
|
|
description: 共享到的项目列表, 仅scope=project有效
|
|
|
|
server:
|
|
name: server
|
|
in: query
|
|
type: string
|
|
description: Filter secgroups bound to specified server
|