| ||
detail: element | attribute | value |
XML Example:<RunningVPSData> <disk_space_2_mb>xsd:int</disk_space_2_mb> <disk_space_mb>xsd:int</disk_space_mb> <memory_mb>xsd:int</memory_mb> </RunningVPSData> | JSON Example:{"RunningVPSData": { "disk_space_2_mb": Number, "disk_space_mb": Number, "memory_mb": Number, } } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
disk_space_2_mb | xsd:int | false | false | Some VPSs have a secondary partition. One that is not part of the regular backup setups. Mostly not used. | |
disk_space_mb | xsd:int | false | false | File system image size. | |
memory_mb | xsd:int | false | false | Memory size. |
| ||
detail: element | attribute | value |