mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-09 07:02:06 +08:00
17 lines
399 B
YAML
17 lines
399 B
YAML
post:
|
|
summary: 重装系统(更换系统镜像)
|
|
parameters:
|
|
- $ref: "../parameters/instance.yaml#/instanceId"
|
|
- in: body
|
|
name: server
|
|
required: true
|
|
schema:
|
|
$ref: "../schemas/instance.yaml#/InstanceRebuildRoot"
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: "../schemas/instance.yaml#/InstanceResponse"
|
|
tags:
|
|
- instance
|