addedInput schema / properties / body
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
removedInput schema / properties / disk_id
Removed value: -{
- "description": "related disk id",
- "type": "integer"
-}
removedInput schema / properties / free_bytes
Removed value: -{
- "description": "partition free space (in bytes)",
- "type": "integer"
-}
removedInput schema / properties / fsck_result
Removed value: -{
- "description": "fsck result — Values: `no_run_yet`: Partition has not been checked yet; `running`: Check is in progress; `fs_clean`: File system is ok; `fs_corrected`: File system was corrected; `fs_needs_correction`: File system need correction; `failed`: File system has unrecoverable error",
- "enum": [
- "no_run_yet",
- "running",
- "fs_clean",
- "fs_corrected",
- "fs_needs_correction",
- "failed"
- ],
- "type": "string"
-}
removedInput schema / properties / fstype
Removed value: -{
- "enum": [
- "empty",
- "unknown",
- "xfs",
- "ext4",
- "vfat",
- "ntf",
- "hf",
- "hfsplus",
- "swap",
- "exfat"
- ],
- "type": "string"
-}
removedInput schema / properties / id / description
Removed value: -"unique partition id"
removedInput schema / properties / id__path
Removed value: -{
- "description": "the partition id to enable/disable (Path parameter)",
- "type": "integer"
-}
removedInput schema / properties / label
Removed value: -{
- "description": "partition name",
- "type": "string"
-}
removedInput schema / properties / operation_pct
Removed value: -{
- "description": "partition operation progress",
- "properties": {
- "done_steps": {
- "description": "number of steps done",
- "type": "integer"
- },
- "max_steps": {
- "description": "total number of steps",
- "type": "integer"
- },
- "percent": {
- "description": "current step progress",
- "type": "integer"
- }
- },
- "type": "object"
-}
removedInput schema / properties / path
Removed value: -{
- "description": "partition mount point (encoded in base64 as explained in fs API)",
- "type": "string"
-}
removedInput schema / properties / state
Removed value: -{
- "description": "Values: `error`: Partition has error; `checking`: Partition check in progress; `formatting`: Partition format in progress; `mounting`: Partition mount in progress; `maintenance`: Partition is in maintenance mode; `mounted`: Partition is ready; `umounting`: Partition umount in progress; `umounted`: Partition is umounted; `ejecting`: Partition ejection in progress",
- "enum": [
- "error",
- "checking",
- "formatting",
- "mounting",
- "maintenance",
- "mounted",
- "umounting",
- "umounted",
- "ejecting"
- ],
- "type": "string"
-}
removedInput schema / properties / total_bytes
Removed value: -{
- "description": "partition size (in bytes)",
- "type": "integer"
-}
removedInput schema / properties / used_bytes
Removed value: -{
- "description": "partition used space (in bytes)",
- "type": "integer"
-}
changedInput schema / required
Previous value: -[
- "id__path"
-]New value: +[
+ "id"
+]