mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 07:05:31 +08:00
29 lines
650 B
YAML
29 lines
650 B
YAML
get:
|
|
summary: 获取宿主机和存储的绑定关系详情信息
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: '../schemas/hoststorage.yaml#/HostStorageResponse'
|
|
tags:
|
|
- hoststorages
|
|
|
|
post:
|
|
summary: 宿主机和存储绑定
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: '../schemas/hoststorage.yaml#/HostStorageResponse'
|
|
tags:
|
|
- hoststorages
|
|
|
|
delete:
|
|
summary: 解除宿主机和存储的绑定关系
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: '../schemas/hoststorage.yaml#/HostStorageResponse'
|
|
tags:
|
|
- hoststorages |