Files
cloudpods/docs/hoststorage/hoststorage.yaml
2019-06-29 10:41:38 +08:00

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