SystemStorageStorageChange
The Storage.StorageChange structure describes the changes in capasity of a storage partition.
Properties
integer as int64
new_size
Required
Nedw size of the partition in MB.
integer as int64
old_size
Required
Original size of the partition in MB.
JSON Example
{
"new_size": 0,
"old_size": 0
}