mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-23 13:00:18 +08:00
13 lines
229 B
YAML
13 lines
229 B
YAML
post:
|
|
summary: 磁盘共享
|
|
parameters:
|
|
- $ref: "../parameters/disk.yaml#/diskId"
|
|
responses:
|
|
200:
|
|
description: 磁盘信息
|
|
schema:
|
|
$ref: "../schemas/disk.yaml#/DiskResponse"
|
|
|
|
tags:
|
|
- disk
|