mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-15 03:29:42 +08:00
12 lines
304 B
YAML
12 lines
304 B
YAML
get:
|
|
summary: 获取指定存储缓存详情信息
|
|
parameters:
|
|
- $ref: '../parameters/storagecache.yaml#/storagecacheId'
|
|
responses:
|
|
200:
|
|
description: 存储缓存详情信息
|
|
schema:
|
|
$ref: '../schemas/storagecache.yaml#/StorageCacheResponse'
|
|
tags:
|
|
- storagecaches
|