RetentionPlans_Info

RetentionPlans_Info
RetentionPlans_Info

RetentionPlans.Info structure describes a data retention plan. 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
{
    "id": "string",
    "max_ages": {
        "raw": 0,
        "minute1": 0,
        "hour1": 0,
        "week1": 0
    },
    "memo_": "string"
}
string
id
Required

Retention plan identifier. 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. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vstats.model.RetentionPlan. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vstats.model.RetentionPlan.

max_ages
Required

The RetentionPlans.MaxAgesInfo 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. Note: This structure is restricted for VMware internal use only.

string
memo_
Optional

Consumer provided text about this Retention Plan. 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. if unset no consumer text is set.