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.
23 lines
558 B
YAML
23 lines
558 B
YAML
get:
|
|
summary: 获取指定实例组的信息
|
|
parameters:
|
|
- $ref: "../parameters/instancegroup.yaml#/instancegroupId"
|
|
responses:
|
|
200:
|
|
description: 实例组的信息
|
|
schema:
|
|
$ref: "../schemas/instancegroup.yaml#/InstanceGroupResponse"
|
|
tags:
|
|
- instancegroup
|
|
|
|
delete:
|
|
summary: 删除指定的实例组
|
|
parameters:
|
|
- $ref: '../parameters/instancegroup.yaml#/instancegroupId'
|
|
responses:
|
|
200:
|
|
schema:
|
|
$ref: '../schemas/instancegroup.yaml#/InstanceGroupResponse'
|
|
tags:
|
|
- instancegroup
|