Management_TsdbSizeInfo

Management_TsdbSizeInfo
Management_TsdbSizeInfo

The Management.TsdbSizeInfo structure contains Time-series-database (TSDB) size information. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. Note: This structure is restricted for VMware internal use only.

JSON Example
{
    "maximum": 0,
    "actual": 0
}
integer As int64
maximum
Required

Maximum allowed database size(in bytes). Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

integer As int64
actual
Optional

Actual database size(in bytes). Read only. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. This field is unset in the current version.