vstats cache: query spec
The
query_spec
structure contains fields that can be used to get data to sync from a particular time epoch in paginated manner. 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:
{}
Query parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
start_epoch | long | The start epoch from when the client needs to sync. When client require a full sync, this should be set to 0. 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. |
end_epoch | long | The end epoch to which the client needs to sync. 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. |
page | string | Used to retrieve paged data for larger result sets. The value of this token is generated by server and returned as next field in the result of get operations. 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. Optional. When unset the first page of results will be returned. |