mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 22:24:32 +08:00
Feature: 1. Add apis: list server by group, list group by server, bind servers, unbind servers, bind groups, unbind groups. 2. Add climc command and docs corresponding to the above newly added apis 3. Add log about binding and unbinding operator. 4. Support enable and disable instance group. Fix: 1. Set capacity zeor if there are not enough resource aboue forced instance group in one host. 2. Change the stage(real delete => pending delete) that guest leave all groups.
14 lines
236 B
YAML
14 lines
236 B
YAML
instancegroupId:
|
|
name: instancegroupId
|
|
required: true
|
|
in: path
|
|
description: 实例组的ID
|
|
granularity:
|
|
name: granularity
|
|
in: query
|
|
description: 粒度
|
|
guest:
|
|
name: guest
|
|
in: query
|
|
description: 主机的ID或者Name
|