Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 955 Bytes

__NAMESPACE__.md

File metadata and controls

39 lines (25 loc) · 955 Bytes

Storage

Namespace : alphayax\freebox\api\v3\services\Storage

Overview


Partition

Class : alphayax\freebox\api\v3\services\Storage\Partition

Public methods

Method Description
getAll Get the list of partitions
getFromId Get a given partition info
check Checks the partition with the given id NOTE once started you can monitor the fsck process getting the partition information

Disk

Class : alphayax\freebox\api\v3\services\Storage\Disk

Public methods

Method Description
getAll Get the list of disks
getFromId Get a given disk info
update Update a disk state
format Format the disk with the given id There will be one partition using all the available space on disk. All previous data will be lost.