blob: 8299c72c8a52374a78d4b006a0c59285c22ac1b9 [file] [log] [blame]
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +01001description: >
2 This interface provides methods for mounting and unmounting images.
3
4methods:
5 - name: Mount
6 description: Perform a mount to HOST operation on given object.
7 returns:
Patrick Williams8da396c2022-03-14 14:21:02 -05008 - name: Status
9 type: boolean
10 description: mounting status. True on success.
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +010011 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050012 - xyz.openbmc_project.Common.Error.InternalFailure
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +010013
14 - name: Unmount
15 description: Perform an unmount from HOST on given object.
16 returns:
Patrick Williams8da396c2022-03-14 14:21:02 -050017 - name: Status
18 type: boolean
19 description: the unmount status. True on success.
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +010020 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050021 - xyz.openbmc_project.Common.Error.InternalFailure