mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 22:24:32 +08:00
15 lines
459 B
YAML
15 lines
459 B
YAML
post:
|
|
summary: 缓存镜像到此存储缓存上
|
|
parameters:
|
|
- $ref: "../parameters/storagecache.yaml#/storagecacheId"
|
|
- $ref: "../parameters/storagecache.yaml#/image"
|
|
- $ref: "../parameters/storagecache.yaml#/is_force"
|
|
- $ref: "../parameters/storagecache.yaml#/format"
|
|
responses:
|
|
200:
|
|
description: 存储缓存信息
|
|
schema:
|
|
$ref: "../schemas/storagecache.yaml#/StorageCacheResponse"
|
|
tags:
|
|
- storagecaches
|