mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-22 12:32:36 +08:00
18 lines
359 B
YAML
18 lines
359 B
YAML
post:
|
|
summary: 回滚磁盘到指定快照
|
|
parameters:
|
|
- $ref: "../parameters/disk.yaml#/diskId"
|
|
- in: body
|
|
name: disk
|
|
required: true
|
|
schema:
|
|
$ref: "../schemas/disk.yaml#/DiskReset"
|
|
responses:
|
|
200:
|
|
description: 磁盘信息
|
|
schema:
|
|
$ref: "../schemas/disk.yaml#/DiskResponse"
|
|
|
|
tags:
|
|
- disk
|