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