vstats retention plans: max ages info
The
max_ages_info
structure specifies retention times for roll up intervals. The intervals are specified in seconds. 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.Representation:
{
"hour1" : 1,
"week1" : 1,
"minute1" : 1,
"raw" : 1
}
"hour1" : 1,
"week1" : 1,
"minute1" : 1,
"raw" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
raw | long | Retention time for raw data. Default is one week. Unit is seconds. 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. |
minute1 | long | Retention time for data rolled up into 1-minute intervals. Unit is seconds. 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. |
hour1 | long | Retention time for data rolled up into 1-hour intervals. Unit is seconds. 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. |
week1 | long | Retention time for data rolled up into 1-week intervals. Unit is seconds. 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. |