Files
cloudpods/docs/parameters/secgroup.yaml
2019-07-24 16:10:06 +08:00

26 lines
496 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有效